[Nagiosplug-help] NRPE 2.0 and 1.3.1 plugins for Solaris 8
Monte Riding
MRiding at dynix.com
Fri Dec 12 10:46:02 CET 2003
FYI -
If it helps anyone, I've posted the binaries for NRPE 2.0 and the Nagios
1.3.1 plugins for Solaris 8 at:
http://www1.dynixasp.com/download/sol8-nrpe-2.0-and-plugins-1.3.1.zip
I compiled them on an Ultra 10 and have tested them on an Ultra 10 and
E-250. I've also got them for Solaris 9, but not really
'distribution-ready' - email me if you want / need them.
thx :)
monte
-----Original Message-----
From: Jim Mozley [mailto:jim.mozley at exponential-e.com]
Sent: Tuesday, November 25, 2003 4:03 AM
To: Monte Riding
Cc: nagios-users at lists.sourceforge.net
Subject: Re: [Nagios-users] Compiling NRPE on Solaris 9
Monte Riding wrote:
> 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 J
>
> monte
>
It might be worth trying to use the crle command on Solaris. I've had a
problem with another application where using this was the only way it
would work (using LD_LIBRARY_PATH, --with-libs, etc. didn't work).
For instance if your libs are in /usr/local/lib try:
crle -u -l /usr/local/lib
HTH,
Jim
More information about the Help
mailing list