[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] OpenSSL - what state is this in?
- Subject: [cobalt-developers] OpenSSL - what state is this in?
- From: Ian McCall <ian@xxxxxxxxxxxx>
- Date: Wed Sep 18 05:56:39 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
OK then. I've replaced my /usr/lib/apache/libssl.so with a freshly-built 0.9.6g
version, so I'm safe from the worm I believe.
However, I did a quick look over my box and found the following files:
su -
find / -type f -name "libssl*" -print
...
/lib/libssl.so.0.9.6b
/usr/lib/apache/libssl.so
/usr/lib/libssl.a
(as well as the ones in I recently built and then installed). The .a file has a
date of July 11th (size 278942).
In addition:
/lib/libssl.so.2 is a symlink to /lib/libssl.so.0.9.6b
/usr/lib/libssl.so is a symlink to non-existant /usr/lib/libssl.so.0.9.5a
So...what state am I in? It looks to me as if I'm still in a mess, and that
various locations have the own libssl installations. Is there any, easily
reproducable way that I can just upgrade everything on my system to 0.9.6g?
Cheers,
Ian