I'm trying to install zabbix on fedora 10, and when I enter the following command:
./configure --enable-server --with-mysql --with-net-snmp --with-libcurl
I get an error that says:
checking for getopt_long... yes
checking for mysql_config... /usr/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
I have the mysql client library installed but it's not finding it. I'm new to linux, and trying to learn so any help would be great.
Thanks!
./configure --enable-server --with-mysql --with-net-snmp --with-libcurl
I get an error that says:
checking for getopt_long... yes
checking for mysql_config... /usr/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
I have the mysql client library installed but it's not finding it. I'm new to linux, and trying to learn so any help would be great.
Thanks!
Comment