这次应该不会再出现"configure: error: MySQL library not found"的错误了。 总结 在编译zabbix时遇到"configure: error: MySQL library not found"的错误是因为编译器无法找到MySQL的库文件。为了解决这个问题,我们需要确认MySQL的库文件的位置,并告诉编译器库文件的位置。本文介绍了解决这个问题的方法,并提供了相关的...
一、zabbix3.x安装出现“configure: error: Not found mysqlclient library”的解决办法 1、编译安装zabbix-server出现 编译时加参数:--with-mysql 在编译时,可能会出现题目中所示的错误,可以通过安装mysql-devel这个库解决: yuminstallmysql-devel -y 注:如果出现“configure: error : Not found NET-SNMP library...
1、configure: error: MySQL library not found # apt-get install libmysqlclient-dev 2、configure error: Invalid Net-SNMP directory - unable to find net-snmp-config # apt-get install snmp snmpd libsnmp-dev 3、configure: error: Curl library not found #apt-get install php5-curl -y 4、configu...
报checking for mysql_config… configure: error: MySQL library not found 经过从网查询,这种情况有可能是编译选项路径不对或者错误,默认是这条选项 –with-mysql,我根据自己的路径修改为–with-mysql=/usr/bin/mysql_config_editor 注:修改完路径之后,编译正常通过。
本人用编译方式安装的MySQL ,用编译安装zabbix 报checking for mysql_config... configure: error: MySQL library not found 用--with-mysql=/usr/local/mysql/也不行 由“mysql_config... /usr/local/mysql/”得到启发 查找mysql_config #find / -name "mysql_config*" ...
在编译zabbix时报: configure: error: MySQL library not found 解决方式是安装 mysql-devel yum install ...
首先下载合适的rpm包,例如下载了文件MySQL-5.0.19-0.i386.rpm用一下方法安装:#rpm-ivhUMySQL-5.0.19-0.i386.rpm通常情况下,安装完这个rpm包后,只具备有mysqld服务功能,其它相关的client程序和开发包还需要另外安装#rpm-ivhUMySQL-devel-5.0.19-0.i386.rpm#rpm-ivhUMySQL-client-5.0....
1.configure:error:MySQLlibrarynot found MySQLlibrarynot found apt-getinstall libghc-hsql-mysql-dev yum install mysql-devel2.configure error:Invalid Net-SNMP directory-unable to find net-snmp-config apt-getinstall snmp snmpd yum-y install net-snmp-devel ...
报错configure: error: MySQL library not found yum install mysql-devel yum install libxml2-devel net-snmp-devel yum install net-snmp-devel yum install ncurses-devel yum install OpenIPMI yum install curl-devel yum install libevent-devel yum install -y openldap-devel yum install libevent-devel -...
configure: error: MySQL library not found [root@localhost zabbix]# yum install -y mysql-devel configure: error: Unable to use libevent (libevent check failed) [root@vlocalhost zabbix]# yum install -y libevent-devel (3)make install