On 22 Aug 2007, at 14:23, Michael W. Lucas wrote: > No joy. I did the following: > > download the patch and the np_mysqlclient.m4 into my home dir. > > extract a clean ndoutils, go into it > > patch < ../ndoutils_better_mysql_detection_cvs.patch > > mkdir m4 > mv ../np_mysqlclient.m4 m4/ > > Ran configure, and got:
You need to run aclocal -I m4 && autoconf in the top level directory before you run configure. The configure log doesn't have any entries re: mysql_config which is what this patch will try to use. Ton http://www.altinity.com T: +44 (0)870 787 9243 F: +44 (0)845 280 1725 Skype: tonvoon ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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
