I'm trying to compile 1.4 on Solaris 10, but the command
./configure --prefix=/opt/zabbix --enable-server --enable-agent --with-mysql --with-net-snmp --with-curl
produces the error:
[...]
checking for mysql_config... /opt/csw/mysql5/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
I never had any problems compiling the 1.1.x releases, and I have now spent several hours on this problem, trying different settings and different locations of mysql with no luck, so now I'm stuck.
./configure --prefix=/opt/zabbix --enable-server --enable-agent --with-mysql --with-net-snmp --with-curl
produces the error:
[...]
checking for mysql_config... /opt/csw/mysql5/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
I never had any problems compiling the 1.1.x releases, and I have now spent several hours on this problem, trying different settings and different locations of mysql with no luck, so now I'm stuck.
Comment