Attempting to compile ndoutils on 64-bit rhel5.
Confirmed mysql (and mysql_config) location at /usr/lib64/mysql
./configure --enable-mysql --with-mysql=/usr/lib64/mysql --with-mysql-lib=/usr/lib64/mysql
Getting…
checking for mysql_init in -lmysqlclient… no
*** MySQL library could not be located… **************************
You chose to compile NDOutils with MySQL support, but I was unable to
locate the MySQL library on your system. If the library is
installed, use the --with-mysql-lib argument to specify the
location of the MySQL library.
installed, use the --with-mysql=DIR argument to specify the
location of the MySQL library, We assume mysql_config is in DIR/dir
NOTE: After you install the necessary libraries on your system:
1. Make sure /etc/ld.so.conf has an entry for the directory in
which the MySQL libraries are installed.
2. Run ‘ldconfig’ to update the run-time linker options.
3. Run ‘make devclean’ in the NDBXT distribution to clean out
any old references to your previous compile.
4. Rerun the configure script.
TIP: Try the following…
./configure --with-mysql=/usr/lib/mysql
nagios version is 3.2.0
ndoutils version is 1.4b9
Any assistance GREATLY appreciated.