[Solved] zabbix configure: error: MySQL library not found

When compiling ZABBIX times:

configure: error: MySQL library not found

The solution is to install MySQL-devel

yum -y install mysql-devel

Read More: