Please find the below error ,I want to install zabbix 1.8 on RHEL5 x86_64bit
[zabbix@localhost zabbix-1.8.11]$ ./configure --enable-server --enable-agent --with-mysql --with-net-snmp -with-jabber -with-libcurl
checking for file /proc/loadavg... yes
checking for file /proc/net/dev... yes
checking for long long format... no
checking for -rdynamic linking option... yes
checking for mysql_config... /usr/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
Please help me
[zabbix@localhost zabbix-1.8.11]$ ./configure --enable-server --enable-agent --with-mysql --with-net-snmp -with-jabber -with-libcurl
checking for file /proc/loadavg... yes
checking for file /proc/net/dev... yes
checking for long long format... no
checking for -rdynamic linking option... yes
checking for mysql_config... /usr/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
Please help me
Comment