check_http: Invalid option - SSL is not available
Posted: Tue Feb 25, 2014 1:38 pm
I installed Nagios 4.0.2. I'm getting error - check_http: Invalid option - SSL is not available
Here is the steps which I took to resolve the issue, but still getting same error.
1)
2) I went to Nagios plugin folder and executed following commands
[/code]
Please help to resolve the issue
Here is the steps which I took to resolve the issue, but still getting same error.
1)
Code: Select all
yum install openssl
Package openssl-1.0.0-27.el6_4.2.x86_64 already installed and latest versionCode: Select all
./configure --with-openssl=/usr/bin/openssl
make clean
make
make install
and restarted the nagios service.[code]Please help to resolve the issue