Click to See Complete Forum and Search --> : cannot find libcrypto.so.2?


iresprite
08-07-2001, 01:25 PM
Hey. I'm trying to compile curl-ssl, which depends on libcrypto.so.2 and libssl.so.2. I have openssl .96 installed, which gives me:
/usr/lib/libcrypto.so.0.9.6
/usr/lib/libssl.so.0.9.6

It doesn't look like there is a libcrypto.so.2, so I'm puzzled. Can anyone give me a clue as to what's going on here?

Thanks!

Iresprite

holljac
08-07-2001, 02:33 PM
In order to get libcrypto.so.2 , you need to installopenssl-0.9.6b-3 RPM for i386. Version 9.6 contains libcrypto.so.0. You can find in on rpmfind, just search for libcrypto.so.2.

iresprite
08-08-2001, 11:19 AM
Thanks very much. IT turns out that the package available on RPMfind failed some dependencies on my system, so I just installed from source instead... that seems to have worked.

Thanks again!

Iresprite.