You are restarting ssh aren't you?  Also check that your symlinks are as
follows...

/lib/libssl.so.2 -> /usr/local/ssl/lib/libssl.so.0.9.6
/lib/libcrypto.so.2 -> /usr/local/ssl/lib/libcrypto.so.0.9.6

This is on my system where I install OpenSSL into it's default dir of
/usr/local/ssl.  I configure with..

./Configure shared threads linux-elf
make
make install

Be sure to configure with shared threads

----- Original Message -----
From: "Glynn S. Condez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 14, 2002 1:55 AM
Subject: Re: Upgrading openssl


> that is also in my case, im running redhat 7.2 with the openssl-0.9.6b, i
> just updated the openssl to openssl-0.9.6e, and when i created a new
symlink
> to the new library libcrypto.*  ssh localhost wont work. so i created a
> symlink to my old libcryto and it works.
>
> know how to fix this error?
>
> glynn
>
>
> ----- Original Message -----
> From: "Adam Lewis" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 13, 2002 10:19 PM
> Subject: Re: Upgrading openssl
>
>
> > Thanks.  Makes sense.  That's been on my mind for quite some time.
> >
> > ldd httpd gives..
> >
> > __SNIP__
> >
> >         libmysqlclient.so.10 =>
> > /usr/local/mysql/lib/mysql/libmysqlclient.so.10 (0x40014000)
> >         libcrypt.so.1 => /lib/libcrypt.so.1 (0x40039000)
> >         libresolv.so.2 => /lib/libresolv.so.2 (0x40066000)
> >         libm.so.6 => /lib/i686/libm.so.6 (0x40077000)
> >         libdl.so.2 => /lib/libdl.so.2 (0x40099000)
> >         libnsl.so.1 => /lib/libnsl.so.1 (0x4009c000)
> >         libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
> >         libutil.so.1 => /lib/libutil.so.1 (0x400b2000)
> >         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> >
> > __SNIP__
> >
> > and sshd gives...
> >
> > __SNIP__
> >
> >         libutil.so.1 => /lib/libutil.so.1 (0x4001c000)
> >         libz.so.1 => /usr/lib/libz.so.1 (0x40020000)
> >         libnsl.so.1 => /lib/libnsl.so.1 (0x4002e000)
> >         libcrypt.so.1 => /lib/libcrypt.so.1 (0x40043000)
> >         libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
> >         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> >
> > __SNIP__
> > ----- Original Message -----
> > From: "Mark H. Wood" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, August 13, 2002 9:27 AM
> > Subject: Re: Upgrading openssl
> >
> >
> > > I just checked, and here Apache and OpenSSH both link to the shared
> > > OpenSSL libraries.  If yours were also linked with the shared
libraries,
> > > then a new patch release should just drop in.  You'll need to exit and
> > > restart sshd and httpd before they'll start using the new libraries,
> > > though.
> > >
> > > If you have other products which depend on OpenSSL you should check to
> see
> > > if they use the shared libraries.  If your system uses Gnu binutils,
you
> > > should have an 'ldd' command which lists the shared libraries used by
an
> > > executable.  If you don't have 'ldd', see your OS vendor's
> documentation.
> > >
> > > Anything which is statically linked with code from the library
archives
> > > will need to be rebuilt before it can use the updated libraries.
> > >
> > > --
> > > Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
> > > MS Windows *is* user-friendly, but only for certain values of "user".
> > >
> > > ______________________________________________________________________
> > > 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]
> ______________________________________________________________________
> 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