When you specify a library directory before compiling...
Code:
bash-3.00$ ./configure --with-openssl=/usr/local/ssl --prefix=/opt/nagios --with-perl=/usr/bin --with-nagios-user=nagios --with-nagios-group=nagios
...and the compile goes off without a hitch...
Code:
bash-3.00$ cd /opt/nagios/libexec
bash-3.00$ ./check_http -H owstest01 -I owstest01
ld.so.1: check_http: fatal: libssl.so.0.9.8: open failed: No such file or directory
Killed
...then you expect the thing you just compiled to actually find the fucking library at run time.
