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...
libcurl 和libcurl-devel都已经安装 且大于7.13.1 但还是报错,这时需要在configure 指定curl路径即可 ./configure --prefix=/usr/local/zabbix --enable-server --enable-proxy --enable-agent --with-mysql=/usr/bin/mysql_config --with-net-snmp --with-libcurl=/usr/bin/curl-config --with-openipmi...
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改...
解决方法:yum -y install OpenIPMI-devel 问题四:configure: error: Curl library not found 解决方法: yum install curl-devel -y 问题五:启动zabbix服务端失败 [root@localhost zabbix-3.2.7]# /usr/local/zabbix/sbin/zabbix_server start /usr/local/zabbix/sbin/zabbix_server: error while loading shared ...
configure: error: Curl library not found Example: ./configure --prefix=/usr/local/ --bindir=/usr/local/sbin/ --with-mysql=/usr/bin/mysql_config --enable-server --enable-agent --with-net-snmp --with-libcurl --with-openipmi --enable-ipv6 ...
解决方式是安装 mysql-devel yum install mysql-devel -y zabbix在编译时报: configure: error: Invalid Net-SNMP directory - unable to find net-snmp-config 解决办法是安装net-snmp-devel yum install -y net-snmp-devel zabbix在编译时报: Curl library not found ...
3 configure: error: Not found curl Library #yum install curl-devel (此项未经测试) 1. 2. 4 configure: error : Not found NET-SNMP library yum install net-snmp-devel 1. 2. 看完上面四点是不是一起也遇到相同的问题,那就按上的办法解决吧!
编译源码是最容易出错的 常见的'Not found XXX library', Not found mysqllclient library : 安装mysql-devel yum install mysql-devel -y LIBXML2 library not found :安装libxml2-devel cannot useunixODBC library: 安装unixODBC-devel Curl library not found: 安装curl-devel ...
3 configure: error: Not found curl Library #yum install curl-devel (此项未经测试) AI代码助手复制代码 4 configure: error : Not found NET-SNMP library yum install net-snmp-devel AI代码助手复制代码
3 configure:error:Not found curl Library the problem is not installed libcurl4-openssl-dev 1.#apt-get install libcurl4-openssl-dev 4 configure:error :Not found NET-SNMP library 1.#apt-get install libsnmp-dev 2.#apt-get install snmp