Greetings
Why am I not succesfully compiling under the new fedora 7! Somebody, tell me?
After many months of trying to get zabbix to work on my machine I have now upgraded to F7 and started afresh with trying to install zabbix and at carefully following the instructions of the v1.4 manual (oh and I am installing zabbix 1.4) when I get to the step where I must configure the the zabbix sources I get an error;
#############################################
[root@localhost zabbix-1.4]# ./configure --enable-server --enable-agent --with-mysql --with-net-snmp
--->>> This is the error I get:
checking for mysql_config... /usr/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
[root@localhost zabbix-1.4]#
I hope I am also doing the right thing by trying to compile as root?
#############################################
I have installed using Yumex all the mysqlclient matches from my search of the Yumex database and am almost 100% sure that I have it installed but it still is complaining.
Should I locate and prefix the location of the mysqlclient to my compile? I have tried this! And I am now properly lost.
Any assistance would be much appreciated.
Here is a list of the mysqlclient matching installations on my machine:
##############
backlevel versions of the MySQL client libraries
as shipped with Red Hat Linux 9
libraries and header files that are needed for
developing MySQL applications using backlevel client libraries.
backlevel versions of the MySQL client libraries
for use with applications linked against them.
the libraries and header files that are needed for
developing MySQL applications using backlevel client libraries.
##############
Why am I not succesfully compiling under the new fedora 7! Somebody, tell me?
After many months of trying to get zabbix to work on my machine I have now upgraded to F7 and started afresh with trying to install zabbix and at carefully following the instructions of the v1.4 manual (oh and I am installing zabbix 1.4) when I get to the step where I must configure the the zabbix sources I get an error;
#############################################
[root@localhost zabbix-1.4]# ./configure --enable-server --enable-agent --with-mysql --with-net-snmp
--->>> This is the error I get:
checking for mysql_config... /usr/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
[root@localhost zabbix-1.4]#
I hope I am also doing the right thing by trying to compile as root?
#############################################
I have installed using Yumex all the mysqlclient matches from my search of the Yumex database and am almost 100% sure that I have it installed but it still is complaining.
Should I locate and prefix the location of the mysqlclient to my compile? I have tried this! And I am now properly lost.
Any assistance would be much appreciated.
Here is a list of the mysqlclient matching installations on my machine:
##############
backlevel versions of the MySQL client libraries
as shipped with Red Hat Linux 9
libraries and header files that are needed for
developing MySQL applications using backlevel client libraries.
backlevel versions of the MySQL client libraries
for use with applications linked against them.
the libraries and header files that are needed for
developing MySQL applications using backlevel client libraries.
##############
Comment