./configure --prefix=/usr/local/zabbix --with-mysql --with-net-snmp --with-libcurl --enable-server --enable-agent --enable-proxymysql
报错:configure: error: Not found mysqlclient librarysql
安装mysql-devel、mysql-share(libmysqlclient.so* 等的共享库),centos7 yum安装mysql-devel默认是mariadb,可本身下载rpm包进行安装。centos
注:zabbix安装有多个依赖问题curl
configure: error: Not found curl Libraryurl
#yum install curl-develcentos7
configure: error : Not found NET-SNMP libraryserver
#yum install net-snmp-develget
参考:https://geekflare.com/not-found-mysqlclient-library-zabbix/it