PDA

View Full Version : Compiling with NET-SNMP does not work in Alpha11


tuhl
07-08-2005, 23:52
Hi!

I tried:

./configure --enable-server --enable-agent --with-mysql --with-net-snmp

make

The Makefile in src/zabbix_server does not define the corrent linker flag:

zabbix_server_LDFLAGS = -L/usr/lib/mysql -lmysqlclient -lm -lz

the -lnetsnmp option is missing.

Yours
Tom