Hi all:
I am trying to install Zabbix 1.8.3 on to Solaris 10 and getting the following error.
checking for mysql_config... /usr/sfw/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
I have tried either of these and get the same result.
./configure --enable-server --enable-agent --with-mysql --with-mysql-libraries=/usr/sfw/lib --with-net-snmp --with-jabber --with-libcurl
./configure --enable-server --with-mysql --with-mysql-libraries=/usr/sfw/lib --with-net-snmp
Does any one have any suggestions for this situation? Thank you.
I am trying to install Zabbix 1.8.3 on to Solaris 10 and getting the following error.
checking for mysql_config... /usr/sfw/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
I have tried either of these and get the same result.
./configure --enable-server --enable-agent --with-mysql --with-mysql-libraries=/usr/sfw/lib --with-net-snmp --with-jabber --with-libcurl
./configure --enable-server --with-mysql --with-mysql-libraries=/usr/sfw/lib --with-net-snmp
Does any one have any suggestions for this situation? Thank you.
Comment