zabbix 编译mysql出现报错 configure: error: MySQL librar

在CentOS系统中,安装zabbix进行configure时会遇到以下问题

1、configure: error: Curl library not found 解决办法

    yum install curl-devel

2、./configure --prefix=/usr/local/zabbix  --with-jabber  --with-mysql=/usr/local/mysql/bin/mysql_config --with-net-snmp -with-libcurl  --enable-server --enable-agent --with-jabber=/usr/local/

    把--with-mysql改成

    --with-mysql=/usr/bin/mysql_config    

3、 configure: error: MySQL library not found 解决办法

    yum install mysql-devel -y


上一篇:Twemproxy安装使用


下一篇:在本机电脑上安装Nginx的步骤