nrpe install on solaris 5.8

Rob Moss robmossrm at aol.com
Wed Oct 12 19:24:31 CEST 2005


Lori Adams wrote:

> When attempting to run nrpe-2.2 after installing on a solaris 5.8 box, 
> I receive an error:
>
> # /srv/nagios_nrpe/bin/nrpe -c /srv/nagios_nrpe/etc/nrpe.cfg -d
>
> ld.so.1: /srv/nagios_nrpe/bin/nrpe: fatal: libssl.so.0.9.6: open 
> failed: No such file or directory
>
> Killed
>

You don't have the library path /usr/local/ssl/lib in your 
LD_LIBRARY_PATH environment variable, or you don't have it configured in 
the OS level library system using 'crle'.

if you do   'ldd /srv/nagios_nrpe/bin/nrpe' it will display 
libssl.so.0.9.6 as <missing> or something similar..

You can do:

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/ssl/lib
export LD_LIBRARY_PATH

Add that to your NRPE startup script, and run that in your shell to make 
it work now.

Cheers
rob.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20051012/ded2753a/attachment.html>


More information about the Users mailing list