Compiling NRPE on Solaris 9
Monte Riding
MRiding at dynix.com
Mon Nov 24 22:10:48 CET 2003
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/16bb2bda/attachment.html>
More information about the Users
mailing list