On Thu, Oct 31, 2013 at 12:22:56PM +0100, Hans Witvliet wrote:
Hi all,
I'm trying to use a "foreign" binary lib onto my suse machine.
when i put the lib on exactly the same place (/usr/lib64/....) the relevant applications, like openvpn and pkcs11-tools, works without a hitch. So far so good. next i tried to build a simple package around it, in order to get it installed on other machines aswell; but then i ran into something strange. Even on the machine where the lib is perfectly working, the installer complains about a dependancy, eventhough ldd indicates that all seems OK.
In my spec-file i dont specify any dependencies (perhaps i should?), and just extract the lib to the appropriate place (either /usr/lib or /usr/lib64)
rpm -ivh sasilib-2335-1.x86_64.rpm error: Failed dependencies: libcrypto.so.0.9.8(OPENSSL_0.9.8)(64bit) is needed by sasilib-2335-1.x86_64
We do not have symbol versions in our openssl, so this symbol is not provided. It was not rebuilt from source? If it works anyway, use AutoReqProv: no and manually specify the lib dependencies. Ciao, Marcus -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org