atstake atstake a écrit : > I am trying to upgrade nagios plugins to v1.4.3 (1.89) on Suse > Enterprise Server 9. I need this upgrade as I need the HTTPS check > feature ( -S switch ) for check_http. > > I did - > > ./configure --exec-prefix=/home/me/nagios/ > > and also, > > ./configure --with-openssl=yes --exec-prefix=/home/me/nagios > > ./configure --with-tls=yes --exec-prefix=/home/me/nagios > > But everytime the output is - > > --with-openssl: no > --with-gnutls: no > > Nagios plugins compile fine but I don't get the -S feature in check_http. > > I have the following OpenSSL and GnuTLS versions installed - > > gnutls-1.0.8-26.4 > openssl-0.9.7d-15.21 > > Nagios v2.4. > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > 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
Hi, You need the devel packages of SSL something like: libssl-devel or something like that... I don't use Suse so i can not tell you the exact name of the package. Regards Guillaume -- Guillaume E-mail: silencer_<at>_free-4ever_<dot>_net Blog: http://guillaume.free-4ever.net ---- Site: http://www.free-4ever.net ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ 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
