If it's RedHat, AFAIK we have the following situation and the following fix.

0.9.5b is libcrypto.so.0 and libssl.so.0
0.9.6 is libcrypto.so.1 and libssl.so.1
0.9.6b is libcrypto.so.2 and libssl.so.2

Recreate these symlinks:

ln -s /usr/local/ssl/lib/libcrypto.so /usr/lib/libcrypto.so.1
ln -s /usr/local/ssl/lib/libcrypto.so /usr/lib/libcrypto.so.2
ln -s /usr/local/ssl/lib/libssl.so /usr/lib/libssl.so.1
ln -s /usr/local/ssl/lib/libssl.so /usr/lib/libssl.so.2

Enjoy,

-- El Tonno

--On Wednesday, November 13, 2002 9:15 PM +0100 Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> wrote:

In message <[EMAIL PROTECTED]> on
Wed, 13 Nov 2002 14:43:49 -0500, "John d'Alelio"
<[EMAIL PROTECTED]> said:

jdalelio> does anyone know why these files no longer appear in the
distribution?  They jdalelio> were in the openssl-0.9.6b-11 version but
not in openssl-0.9.6b-29 version.

I think you're asking at the wrong place.  Please ask your operating
system distributor.

--
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]




______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to