I try to installation zabbix server in my machine and i got a error when i perform ./configure.The error massage is
configure: error: MySQL library not found
my compile command is:
./configure --enable-server --enable-proxy --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --with-libxml2 --prefix=/usr/local/zabbix/
My server is already installation MySQL server using generic binaries.Then i try to set up with-mysql parameter,this time command is:
./configure --enable-server --enable-proxy --enable-agent --with-mysql=/usr/local/mysql/mysql-5.6.21 --with-net-snmp --with-libcurl --with-libxml2 --prefix=/usr/local/zabbix/
Unfortunately,another error massage is happan:
configure: error: Not found mysqlclient library
Please help. Did i do anything wrong?
configure: error: MySQL library not found
my compile command is:
./configure --enable-server --enable-proxy --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --with-libxml2 --prefix=/usr/local/zabbix/
My server is already installation MySQL server using generic binaries.Then i try to set up with-mysql parameter,this time command is:
./configure --enable-server --enable-proxy --enable-agent --with-mysql=/usr/local/mysql/mysql-5.6.21 --with-net-snmp --with-libcurl --with-libxml2 --prefix=/usr/local/zabbix/
Unfortunately,another error massage is happan:
configure: error: Not found mysqlclient library
Please help. Did i do anything wrong?
Comment