Dependency Problems

Adrian Mink plug-discuss@lists.plug.phoenix.az.us
Sat, 15 Jun 2002 18:36:03 -0700


Hello,

I am having a problem I hope someone can help with. I am trying to install
sslwrap and keep getting the following dependency errors.

[root@linux work]# rpm --install sslwrap-2.0.5-3.i386.rpm
error: failed dependencies:
        libcrypto.so.0 is needed by sslwrap-2.0.5-3
        libssl.so.0 is needed by sslwrap-2.0.5-3

Now, openssl is installed and verified. The results of rpm -qa | grep
openssl show that both openssl and openssl-devel 0.9.6b-18
are installed. Now, I have noticed that openssl does not seem to install
libcrypto.so.0 and libssl.so.0, but it adds the version number
to the end of the files. So I actually have libcrypto.so.0.9.6b, etc. Could
this be my issue? Can someone tell me how to fix it?
Thanks!

Adrian