Page 1 of 1

Not able to install ldap plugins

Posted: Thu Jul 24, 2014 12:36 pm
by khgv67
Hi ,

I am trying to install the nagios plugins in our linux server. But in the installation pane, I am getting the below details.

checking for main in -lldap... no
configure: WARNING: Skipping LDAP plugin
configure: WARNING: install LDAP libs to compile this plugin (see REQUIREMENTS).

And that's the reason I could not see any ldap related plugins in libexec folder.

Please help me out as I am stuck because of this. I am not sure what I am missing here.

Regards
Ashutosh

Re: Not able to install ldap plugins

Posted: Thu Jul 24, 2014 12:56 pm
by tmcdonald
From the REQUIREMENTS file:
check_ldaps, check_http --ssl, check_tcp --ssl, check_smtp --starttls
- Requires openssl or gnutls libraries for SSL connections
http://www.openssl.org, http://www.gnu.org/software/gnutls
You'll need to install openssl using whatever package manager your OS uses.

Re: Not able to install ldap plugins

Posted: Thu Jul 24, 2014 3:08 pm
by khgv67
I have installed the missing plugins and it worked.

Re: Not able to install ldap plugins

Posted: Thu Jul 24, 2014 3:09 pm
by tmcdonald
Good to hear! I'll be closing this thread now, but feel free to open another if you need anything in the future.