NRPE-2.12 on VMWare ESX Server 3.5
Jedrzej Jajor
jedrzej at man.poznan.pl
Wed Jul 2 20:59:38 CEST 2008
Hi Loran,
Lorand S. D'Caltan wrote:
> I’ve been beating on this for a while now and I can’t get around this
> particular error in the NRPE configuration stage:
>
> checking for type of socket size... size_t
> checking for SSL headers... SSL headers found in /usr/local/ssl/
> checking for SSL libraries... configure: error: Cannot find ssl libraries
>
> I’ve installed OpenSSL-0.9.8h and OpenSSL-devel-0.8.9h-1 and neither of
> them apparently contain the correct libs.
>
> This is ESX, so it’s a very stripped down Linux and I don’t have RPM
> abilities so I can’t install the libopenssl RPM package.
>
> Any suggestions?
Try setting environment variables CFLAGS="-L /path/to/ssl/libs" and
LD_FLAGS="-L /path/to/ssl/libs -R /path/to/ssl/libs".
Eg. (all in single line)
env CFLAGS="-L /usr/local/ssl/lib" LD_FLAGS="-L /usr/local/ssl/lib -R
/usr/local/ssl/lib" ./configure (other configure parameters)
You can find the path to openssl libs by searching for libssl.so or
libcrypto.so (find /usr -name libssl.so)
--
Regards,
Andy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3253 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://www.monitoring-lists.org/archive/users/attachments/20080702/6fd5b2eb/attachment.bin>
-------------- next part --------------
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list