<div dir="ltr"><div>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)<br><br></div><div># rpm -i mypackage.x86_64.rpm<br></div><div>error: Failed dependencies:<br></div><div>    libtestlib.so()(64bit) is needed by mypackage.x86_64.rpm<br></div><div><br></div><div># rpm -qlp --provides mypackage.x86_64.rpm<br></div><div>testlib.so()(64bit)<br></div><div>/opt/mypackage/lib/testlib.so<br></div><div>/opt/mypackage/lib/libtestlib.so<br><br></div><div>Note: libtestlib.so is a symbolic link to testlib.so<br><br></div><div>If I make a hard link instead of a symbolic link (during the build process), the rpm install works fine<br><br><br></div><div><br><br><br></div></div>