make[3]: Leaving directory `/root/zabbix-1.6.2/src/zabbix_server/pinger'
Making all in poller
make[3]: Entering directory `/root/zabbix-1.6.2/src/zabbix_server/poller'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -I/usr/include/mysql -g -pipe -m32 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -MT checks_snmp.o -MD -MP -MF ".deps/checks_snmp.Tpo" -c -o checks_snmp.o checks_snmp.c; \
then mv -f ".deps/checks_snmp.Tpo" ".deps/checks_snmp.Po"; else rm -f ".deps/checks_snmp.Tpo"; exit 1; fi
checks_snmp.c: In function `snmp_get_index':
checks_snmp.c:180: error: structure has no member named `localname'
checks_snmp.c: In function `get_snmp':
checks_snmp.c:473: error: structure has no member named `localname'
make[3]: *** [checks_snmp.o] Error 1
make[3]: Leaving directory `/root/zabbix-1.6.2/src/zabbix_server/poller'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/zabbix-1.6.2/src/zabbix_server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/zabbix-1.6.2/src'
make: *** [all-recursive] Error 1
My System info
[root@linux zabbix-1.6.2]# cat /etc/redhat-release
CentOS release 4.7 (Final)
[root@linux zabbix-1.6.2]# rpm -qa|grep -i snmp
net-snmp-5.1.2-13.el4
net-snmp-utils-5.1.2-13.el4
net-snmp-libs-5.1.2-13.el4
net-snmp-devel-5.1.2-13.el4
Help
Making all in poller
make[3]: Entering directory `/root/zabbix-1.6.2/src/zabbix_server/poller'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -I/usr/include/mysql -g -pipe -m32 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -MT checks_snmp.o -MD -MP -MF ".deps/checks_snmp.Tpo" -c -o checks_snmp.o checks_snmp.c; \
then mv -f ".deps/checks_snmp.Tpo" ".deps/checks_snmp.Po"; else rm -f ".deps/checks_snmp.Tpo"; exit 1; fi
checks_snmp.c: In function `snmp_get_index':
checks_snmp.c:180: error: structure has no member named `localname'
checks_snmp.c: In function `get_snmp':
checks_snmp.c:473: error: structure has no member named `localname'
make[3]: *** [checks_snmp.o] Error 1
make[3]: Leaving directory `/root/zabbix-1.6.2/src/zabbix_server/poller'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/zabbix-1.6.2/src/zabbix_server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/zabbix-1.6.2/src'
make: *** [all-recursive] Error 1
My System info
[root@linux zabbix-1.6.2]# cat /etc/redhat-release
CentOS release 4.7 (Final)
[root@linux zabbix-1.6.2]# rpm -qa|grep -i snmp
net-snmp-5.1.2-13.el4
net-snmp-utils-5.1.2-13.el4
net-snmp-libs-5.1.2-13.el4
net-snmp-devel-5.1.2-13.el4
Help
Comment