LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   [Suse] nagios upgrade problem (https://www.linuxquestions.org/questions/suse-opensuse-60/%5Bsuse%5D-nagios-upgrade-problem-475804/)

noir911 08-21-2006 03:36 AM

[Suse] nagios upgrade problem
 
I am trying to upgrade my nagios plugins on Suse Enterprise Server 9.

Code:

./configure --with-openssl=yes --exec-prefix=/home/me/nagios
But it will not enable SSL. And I get the following configuration warning -

"configure: WARNING: OpenSSL or GnuTLS libs could not be found or were disabled"


I have the folloing OpenSSL and GnuTLS packages installed -

Code:

gnutls-1.0.8-26.4
openssl-0.9.7d-15.21
perl-ldap-ssl-0.29-132.1

Does anyone know why I can't upgrade with OpenSSL? I need SSL for check_http where I need to check some HTTPS sites availability.

unSpawn 08-21-2006 04:53 AM

I am trying to upgrade my nagios plugins
Doesn't SLES come with these Nagios rpm's?


"configure: WARNING: OpenSSL or GnuTLS libs could not be found or were disabled"
You haven't installed %{package}-devel.

noir911 08-22-2006 03:04 AM

I solved this problem. I needed to install the openssl-devel package and then "./configure && make clean && make && make install".

unSpawn 08-22-2006 08:12 AM

I solved this problem.
No, I did.


All times are GMT -5. The time now is 04:10 AM.