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

./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl

configure: error: MySQL library not found

the problem is not installed mysql-devel

 

 

解决方法:yum install mysql-devel  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
  • 2021-06-30
猜你喜欢
  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
  • 2021-08-25
  • 2021-09-09
相关资源
相似解决方案