现象:

zabbix 源码编译报错:configure: error: MySQL library not found

 

 

原因:缺少mysql依赖

解决办法:

安装依赖即可

 yum -y install mysql-devel

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
  • 2021-11-13
  • 2021-07-08
  • 2021-06-21
  • 2021-06-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2021-05-15
相关资源
相似解决方案