Compiling nagios 'extra' plugins under Solaris 2.8

Andre Dalle adalle at ncf.ca
Mon Feb 24 17:49:42 CET 2003


The autoconf/configure system didn't seem to like my MySQL, LDAP,
or RADIUS libraries.

check_ldap should try -lldap50 as well as -lldap, for iPlanet.
check_radius needs -lresolv under Solaris

I don't know why check_mysql isn't picking up the mysql libs.  The
configure log doesn't show any tests.

I'm not familiar with autoconf so...

I compiled these 3 tests by running 'make check_whatever' from plugins/
then adding the required libs to the gcc command that failed.

ie.
check_ldap: gcc .... -lldap50
check_radius: gcc .... -lradiusclient -lresolv
check_mysql: gcc .... -lmysqlclient

I had same issue with the 1.3.0-beta2 release as with the CVS checkout
from Feb 17 15:55.

I am using the CVS checked out versions currently, without issue.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
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





More information about the Users mailing list