Displaying 1 result from an estimated 1 matches for "2jnef8".
2007 Oct 11
3
finding mysql.h & errmsg.h on CentOS?
...ommand in the README file.
********* problems ***************************
ndo2db-2x -c /etc/nagios/ndo2db.cfg
Support for the specified database server is either not yet supported,
or was not found on your system.
************************************************
Someone else (http://tinyurl.com/2jnef8) suggested modding the
config.h file in order to eliminate that command
CHANGE
#include <mysql/mysql.h>
#include <mysql/errmsg.h>
TO
#include </usr/local/mysql/include/mysql/mysql.h>
#include </usr/local/mysql/include/mysql/errmsg.h>
However, when I looked for mysql.h (...