2.0.5 on Solaris with openssl 0.9.8h
Alan DeKok
aland at deployingradius.com
Sun Aug 17 08:36:45 CEST 2008
Rafiqul Ahsan wrote:
> Ok, I tried as follows :
...
> Still "ldd /usr/local/sbin/radiusd" shows the shared object from
> /usr/sfw/lib/*0.9.7
Then the issue is that the linker is linking against "libssl.so", and
not "libssl.so.0.9.8". This means that at run-time, /usr/sfw/lib is
found *before* /usr/local/lib, and so it links to the other version of
libssl.
The only solutions are:
a) change the order of directories that the run-time linker uses
b) delete the /usr/sfw/lib/libssl* files
Alan DeKok.
More information about the Freeradius-Users
mailing list