Ad Widget

Collapse

Migration to new server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • erv
    Junior Member
    • Feb 2005
    • 19

    #1

    Migration to new server

    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
    Junior Member
    • Feb 2005
    • 19

    #2
    Problem solved, thanks to Richlv
    Adding mysql-devel package to the system solved it.

    Comment

    Working...