Hi!
Im trying to install Zabbix 1.4.5 on an HP-UX 11.11 System-
During :/configure the followning mistakes happen:
checking for mysql_config... /usr/local/mysql-5.1.23-rc-hpux11.11-hppa2.0w-64bit/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
My configure was:
configure --with-mysql=/usr/local/mysql-5.1.23-rc-hpux11.11-hppa2.0w-64bit/bin/mysql_config \
--with-net-snmp --enable-server --enable-agent
MySQL Version is 5.1.23 64 Bit
I tried to path the needed librarys via LDFLAGS but because of this the C Compiler gets an Error...
Does anybody know, how to include the needes librarys in configure?
Im trying to install Zabbix 1.4.5 on an HP-UX 11.11 System-
During :/configure the followning mistakes happen:
checking for mysql_config... /usr/local/mysql-5.1.23-rc-hpux11.11-hppa2.0w-64bit/bin/mysql_config
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
My configure was:
configure --with-mysql=/usr/local/mysql-5.1.23-rc-hpux11.11-hppa2.0w-64bit/bin/mysql_config \
--with-net-snmp --enable-server --enable-agent
MySQL Version is 5.1.23 64 Bit
I tried to path the needed librarys via LDFLAGS but because of this the C Compiler gets an Error...
Does anybody know, how to include the needes librarys in configure?
Comment