[Nagiosplug-help] (no subject)

Earl C. Ruby III earl at switchmanagement.com
Tue Jul 1 14:41:04 CEST 2003


On Tuesday 01 July 2003 02:51 am, jorge.silvestre at bta.pt wrote:
> I try to install the pluguns with ssl support in REDHAT 8.0 but the
> configure don´t discover the ssl.h

Figure out where Redhat 8.0 stores the openssl header files (crypto.h, dsa.h, 
etc) and use that path as the argument to "configure --with-openssl=". I'm 
using SuSE Linux, and it stores the ssl header files in 
"/usr/include/openssl", so I ran:

make clean
rm config.cache
./configure --with-openssl=/usr/include/openssl 
make
plugins/check_ssh -S

... and that worked.

-- 
Earl C. Ruby III <earl at switchmanagement.com>
Senior Systems Engineer / Developer
Switch Management




More information about the Help mailing list