Ad Widget

Collapse

configure issue with zabbix 1.6.5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mrmurdock
    Member
    • Aug 2009
    • 85

    #1

    configure issue with zabbix 1.6.5

    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
  • Calimero
    Senior Member
    • Nov 2006
    • 481

    #2
    Do you have mysql-devel installed ?

    Comment

    Working...