PDA

View Full Version : Migration to new server


erv
13-11-2009, 10:15
Hi,

I am migrating zabbix to new server and in this installation decided to have database hosted on separate machine. As the platform changes as well (FreeBSD --> CentOS) and I noticed the 1.6.7 is out, am compiling it from the source.
And configure script ends with following error:

checking for mysql_config... /usr/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library

What am I missing here? Just in case, MySQL package *is* installed on target machine (although not to be used for zabbix as stated before).

Thanks in advance.

erv
13-11-2009, 11:39
Problem solved, thanks to Richlv :)
Adding mysql-devel package to the system solved it.