compiling the cactid sources I get this error:
Code: Select all
source='snmp.c' object='snmp.o' libtool=no \
depfile='.deps/snmp.Po' tmpdepfile='.deps/snmp.TPo' \
depmode=gcc3 /bin/sh ./config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/usr/include/ucd-snmp -I/usr/include/ucd-snmp/.. -I/usr/include/mysql -g -O2 -c `test -f 'snmp.c' || echo './'`snmp.c
snmp.c: In function `snmp_host_init':
snmp.c:133: error: `usmHMACMD5AuthProtocol' undeclared (first use in this function)
snmp.c:133: error: (Each undeclared identifier is reported only once
snmp.c:133: error: for each function it appears in.)
snmp.c:137: error: `usmNoPrivProtocol' undeclared (first use in this function)
make: *** [snmp.o] Error 1
Usage: snmpwalk [options...] <hostname> {<community>} [<objectID>]
UCD-snmp version: 4.2.6
What library is missing?
Torsten