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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
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
_______________________________________________
Nagios-users mailing list
[email protected]
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

Reply via email to