Hello All,
OS = RHES4
1.1alpha10 is running on the machine fine, I tried to install to beta1,
"./configure --enable-server --with-mysql --with-net-snmp --prefix=/usr/local/zabbix-1.1beta1"
Works OK, however the make fails with the following,
"poller/libzbxpoller.a(poller.o)(.text+0x1a6): In function `get_minnextcheck':
/tmp/zabbix-1.1beta1/src/zabbix_server/poller/poller.c:132: undefined reference to `mysql_free_result'
poller/libzbxpoller.a(poller.o)(.text+0x261):/tmp/zabbix-1.1beta1/src/zabbix_server/poller/poller.c:165: more undefined references to `mysql_free_result' follow"
There are many errors all have undefined references to mysql_free_result.
Any ideas ?
OS = RHES4
1.1alpha10 is running on the machine fine, I tried to install to beta1,
"./configure --enable-server --with-mysql --with-net-snmp --prefix=/usr/local/zabbix-1.1beta1"
Works OK, however the make fails with the following,
"poller/libzbxpoller.a(poller.o)(.text+0x1a6): In function `get_minnextcheck':
/tmp/zabbix-1.1beta1/src/zabbix_server/poller/poller.c:132: undefined reference to `mysql_free_result'
poller/libzbxpoller.a(poller.o)(.text+0x261):/tmp/zabbix-1.1beta1/src/zabbix_server/poller/poller.c:165: more undefined references to `mysql_free_result' follow"
There are many errors all have undefined references to mysql_free_result.
Any ideas ?
Comment