Compiling NRPE on Solaris 9

Neal.Starr at cox.com Neal.Starr at cox.com
Mon Nov 24 22:48:17 CET 2003


You may want to try copying those libraries in /usr/local/ssl/lib (at least that is where they default to on my Solaris 9 box), and putting them in /usr/lib.  I had issues with Nagios itself and a couple of other programs recognizing that I had OpenSSL installed until I put copies of those libraries in /usr/lib.  In any case, worth a try.
 
Neal Starr
Data Engineer
Cox Communications - Kansas
 
-----Original Message-----
From: Monte Riding [mailto:MRiding at dynix.com]
Sent: Monday, November 24, 2003 3:11 PM
To: nagios-users at lists.sourceforge.net
Subject: [Nagios-users] Compiling NRPE on Solaris 9
 
I am trying to compile NRPE-2.0 on a Solaris 9, and am getting the error below:
 
 
# ./check_nrpe
ld.so.1: ./check_nrpe: fatal: libssl.so.0.9.7: open failed: No such file or directory
Killed
 
# ldd ./check_nrpe
        libssl.so.0.9.7 =>       (file not found)
        libcrypto.so.0.9.7 =>    (file not found)
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libc.so.1 =>     /usr/lib/libc.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
 
The two 'file not found' files referenced above are on my system.
 
I am using the OpenSSL 0.9.7b and gcc 3.3 packages from sunfreeware.com. I know this is an SSL issue, because when I compile using './configure -disable-ssl' it runs fine.
 
Searched on the net for 'fatal: libssl.so.0.9.7: open failed' and found references to compiling OpenSSL using the 'shared' option, have tried recompiling OpenSSL and it fails, and I'm having a difficult time determining why. I have even restaged a workstation with Solaris 9, the recommended patches, OpenSSL 0.9.7b and gcc 3.3, I have the same issue.
 
Has anyone successfully compiled NRPE for Solaris 9, and if so, how was it done (e.g. any ./configure options) and what SSL & gcc versions were used?
 
Thx :-)
monte
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20031124/e8ffc995/attachment.html>


More information about the Users mailing list