Due to the size of our environment I am trying to install mysql on one server and the zabbix server on another. As recommended by, 2.2.1.4 on page http://www.zabbix.com/documentation/...l/installation.
I was able to get mysql compiled and installed on the DB server, an I was able to get through 4.3 steps 1-3 including adding the -h to the mysql statements, but on step 4 it errors with:
checking for mysql_config... no
configure: error: MySQL library not found
I installed the mysql-devel rpm on the server and there is still not a mysql_config file. I have checked and the DB server does have this file. Please advise, thanks.
I was able to get mysql compiled and installed on the DB server, an I was able to get through 4.3 steps 1-3 including adding the -h to the mysql statements, but on step 4 it errors with:
checking for mysql_config... no
configure: error: MySQL library not found
I installed the mysql-devel rpm on the server and there is still not a mysql_config file. I have checked and the DB server does have this file. Please advise, thanks.
Comment