13 Jul
2005
13 Jul
'05
5:46 p.m.
Alan DeKok <aland <at> ox.org> writes:
Dick <dm <at> chello.nl> wrote:
I don't think so, I'm using a self compiled prefixed (/usr/local) openssl-0.9.7g. Although the /lib/libcrypt.so.1 and /usr/lib/libssl.so.1 are still used by /usr/local/sbin/radiusd (according to ldd)
I'll bet that's the problem.
Having two versions of OpenSSL on the same system is a bad idea.
/lib/libcrypt.so.1 and /usr/lib/libssl.so.1 seem to be part of glibc I won't upgrade the openssl installation, I'd better upgrade the whole system ;) Thanks