I am trying to install zabbix-proxy 1.6.2 on RedHat REL5 from the source code. I am getting the following error when I do the command:
./configure --enable-proxy --enable-agent --with-mysql --with-net-snmp --with-libcurl --enable-static
ERROR:
checking for mysql_config... /usr/bin/mysql_config
checking for main in -lz ... no
configure: error: Not found z library
./configure --enable-proxy --enable-agent --with-mysql --with-net-snmp --with-libcurl --enable-static
ERROR:
checking for mysql_config... /usr/bin/mysql_config
checking for main in -lz ... no
configure: error: Not found z library
Comment