RE: [Exim] libssl.so.0.9.6

Top Page
Delete this message
Reply to this message
Author: Florian Laws
Date:  
To: 'trevor.mclachlan@richemont.com', exim-users
Subject: RE: [Exim] libssl.so.0.9.6
trevor.mclachlan@??? wrote:

> ld.so.1: /usr/local/sbin/exim/bin/exim: fatal: libssl.so.0.9.6: open
> failed: No such file or directory
>
> These variables are set -
>
> LD_RUN_PATH=/usr/local/ssl/lib:/usr/lib:/etc/lib:/usr/lib/sparcv9
> LD_LIBRARY_PATH=/usr/local/ssl/lib:/usr/lib:/etc/lib:/usr/lib/sparcv9


LD_RUN_PATH is only relevant with compiling Exim.
LD_LIBRARY_PATH is probably ignored for setuid binaries like Exim.

Try recompiling Exim with LD_RUN_PATH set, oder with -R /usr/local/ssl/lib
in the SSL library settings in Local/Makefile, or, on Solaris 8 and up,
use crle to add /usr/local/ssl/lib to your library search path.

HTH,

Florian