现象:

Zabbix 源码编译报错:configure: error: unixODBC library not found

 

 原因:缺少依赖包

解决办法:

yum -y install unixODBC-devel

 

相关文章: