Just joined the mail-list and found an (unresolved) existing thread with my exact issue. I'm hoping this get's linked to the existing thread... (last response Tue, Sep 1, 2015)
# rpm -i mypackage.x86_64.rpm
error: Failed dependencies:
libtestlib.so()(64bit) is needed by mypackage.x86_64.rpm
# rpm -qlp --provides mypackage.x86_64.rpm
testlib.so()(64bit)
/opt/mypackage/lib/testlib.so
/opt/mypackage/lib/libtestlib.so
Note: libtestlib.so is a symbolic link to testlib.so
If I make a hard link instead of a symbolic link (during the build process), the rpm install works fine
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxxxxx http://lists.rpm.org/mailman/listinfo/rpm-list