When compiling ZABBIX times:
configure: error: MySQL library not found
The solution is to install MySQL-devel
yum -y install mysql-devel
When compiling ZABBIX times:
configure: error: MySQL library not found
The solution is to install MySQL-devel
yum -y install mysql-devel