2019独角兽企业重金招聘Python工程师标准>>>
./configure --prefix=/usr/local/zabbix --with-mysql --with-net-snmp --with-libcurl --enable-server --enable-agent --enable-proxy
报错:configure: error: Not found mysqlclient library
安装mysql-devel、mysql-share(libmysqlclient.so* 等的共享库),centos7 yum安装mysql-devel默认是mariadb,可自己下载rpm包进行安装。
注:zabbix安装有多个依赖问题
configure: error: Not found curl Library
#yum install curl-devel
configure: error : Not found NET-SNMP library
#yum install net-snmp-devel
参考:https://geekflare.com/not-found-mysqlclient-library-zabbix/
转载于:https://my.oschina.net/u/1259194/blog/1517903
最后
以上就是甜美香菇最近收集整理的关于zabbix安装提示configure: error: Not found mysqlclient library的全部内容,更多相关zabbix安装提示configure:内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复