[Nagios-devel] Better mysql detection in NDOUtils

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] Better mysql detection in NDOUtils

Post by Guest »

Hi!

Just to let you know that we've made a patch to NDOUtils so that it
detects mysql better. It uses the np_mysqlclient.m4 file that has
just been created for the Nagios Plugins, so the detection routines
are the same in both projects.

There are ./configure changes, so --with-mysql=DIR is used instead of
--with-mysql-lib and --with-mysql-inc. It finds mysql_config in DIR/
bin and uses the values from there, such as mysql_config --cflags and
mysql_config --includes and mysql_config --libs.

Details here: http://altinity.blogs.com/dotorg/2007/04/
better_mysqlcli.html

Ton

http://www.altinity.com
T: +44 (0)870 787 9243
F: +44 (0)845 280 1725
Skype: tonvoon







This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked