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
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