[Nagiosplug-devel] [ nagiosplug-Bugs-912974 ] check_mysql compile does not use MYSQLINCLUDE

SourceForge.net noreply at sourceforge.net
Tue Mar 9 11:57:13 CET 2004


Bugs item #912974, was opened at 2004-03-09 19:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=912974&group_id=29880

Category: Argument proccessing
Group: Release (specify)
Status: Open
Resolution: None
Priority: 5
Submitted By: Arnold Cavazos, Jr. (abcjr)
Assigned to: Nobody/Anonymous (nobody)
Summary: check_mysql compile does not use MYSQLINCLUDE

Initial Comment:
In both 1.3.1 and 1.4.0alpha1 specifying 
--with-mysql=
sets
MYSQLINCLUDE =
properly, but MSQLINCLUDE does not get added to the
final include path.  This causes the check_mysql plugin
to fail compiling.

This can be fixed by modifying line 254 of
nagios-plugins,1.4.0alpha1/configure.in to:

-CPPFLAGS="$_SAVEDCPPFLAGS"
+CPPFLAGS="$_SAVEDCPPFLAGS $MYSQLINCLUDE"

This can be fixed by modifying line 220 of
nagios-plugins-1.3.1/configure.in to:
-CPPFLAGS="$_SAVEDCPPFLAGS"
+CPPFLAGS="$_SAVEDCPPFLAGS $MYSQLINCLUDE"


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=912974&group_id=29880




More information about the Devel mailing list