Hi,
I am trying to configure as per the documentation the zabbix src for Red Hat Enterprise 5 Linux (2.6.18-8.el5) kernel. When the configure gets to "checking for main in -lmysqlclient" I get a "configure error: NOT FOUND mysqlclient library".
I am trying not to compile with jabber (didnt seem to affect the error with or without Jabber) so my configure line is
configure --enable-server --enable-static --with-mysql --with-net-snmp --with-libcurl.
the error is the same whether or not I use the --enable-static or not. I have edited the /usr/lib/mysql_config file and replaced the -L $libdir -lmsqlclient line with -L /usr/lib/mysql/mylibsqlclient.a. Same problem occurs.
Anyone? Anyone? Thanks in advance
I am trying to configure as per the documentation the zabbix src for Red Hat Enterprise 5 Linux (2.6.18-8.el5) kernel. When the configure gets to "checking for main in -lmysqlclient" I get a "configure error: NOT FOUND mysqlclient library".
I am trying not to compile with jabber (didnt seem to affect the error with or without Jabber) so my configure line is
configure --enable-server --enable-static --with-mysql --with-net-snmp --with-libcurl.
the error is the same whether or not I use the --enable-static or not. I have edited the /usr/lib/mysql_config file and replaced the -L $libdir -lmsqlclient line with -L /usr/lib/mysql/mylibsqlclient.a. Same problem occurs.
Anyone? Anyone? Thanks in advance
Comment