I built an rpm using included spec file but while it installs a symlink to the shared library, it does not install the shared library itself. This is a problem with the %files section of the spec file.
Logged In: YES user_id=18298
What platform did you create this RPM on? on Mandrake and redhat 7.2, i've had no problems.
Logged In: YES user_id=149777
i just built on a different redhat 7.2 machine and same problem:
lrwxrwxrwx 1 root root 20 Jun 12 14:10 libeasysoap.so -> libeasysoap-0.6.1.so
but the symlink is broken because libeasysoap-0.6.1.so is not there.
Log in to post a comment.
Logged In: YES
user_id=18298
What platform did you create this RPM on? on Mandrake and
redhat 7.2, i've had no problems.
Logged In: YES
user_id=149777
i just built on a different redhat 7.2 machine and same problem:
lrwxrwxrwx 1 root root 20 Jun 12 14:10
libeasysoap.so -> libeasysoap-0.6.1.so
but the symlink is broken because libeasysoap-0.6.1.so is
not there.