I'm trying to compile 1.4.2 from source - I have ( I think ) installed all the goodies needed by zabbix.
AT one point while running:
#./configure ----enable server --with-mysql
I receive the following error:
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
What to I need to install to get this library?
all mysql packages on the FC7 disc have been installed.
AT one point while running:
#./configure ----enable server --with-mysql
I receive the following error:
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
What to I need to install to get this library?
all mysql packages on the FC7 disc have been installed.
Comment