Hi Folks
I just want Zabbix 1.6.1 on a SME Server 7.4 with CentOS install.
I now have all the dependencies inside. Configure runs through unfortunately when I get this error make install.
Who can give me a link to the right net_snmp package?
Here my failures
I just want Zabbix 1.6.1 on a SME Server 7.4 with CentOS install.
I now have all the dependencies inside. Configure runs through unfortunately when I get this error make install.
Code:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl
Here my failures
Code:
Making install in housekeeper make[3]: Entering directory `/tmp/zabbix-1.6.1/src/zabbix_server/housekeeper' make[4]: Entering directory `/tmp/zabbix-1.6.1/src/zabbix_server/housekeeper' make[4]: F�r das Ziel �install-exec-am� ist nichts zu tun. make[4]: F�r das Ziel �install-data-am� ist nichts zu tun. make[4]: Leaving directory `/tmp/zabbix-1.6.1/src/zabbix_server/housekeeper' make[3]: Leaving directory `/tmp/zabbix-1.6.1/src/zabbix_server/housekeeper' Making install in httppoller make[3]: Entering directory `/tmp/zabbix-1.6.1/src/zabbix_server/httppoller' make[4]: Entering directory `/tmp/zabbix-1.6.1/src/zabbix_server/httppoller' make[4]: F�r das Ziel �install-exec-am� ist nichts zu tun. make[4]: F�r das Ziel �install-data-am� ist nichts zu tun. make[4]: Leaving directory `/tmp/zabbix-1.6.1/src/zabbix_server/httppoller' make[3]: Leaving directory `/tmp/zabbix-1.6.1/src/zabbix_server/httppoller' Making install in nodewatcher make[3]: Entering directory `/tmp/zabbix-1.6.1/src/zabbix_server/nodewatcher' make[4]: Entering directory `/tmp/zabbix-1.6.1/src/zabbix_server/nodewatcher' make[4]: F�r das Ziel �install-exec-am� ist nichts zu tun. make[4]: F�r das Ziel �install-data-am� ist nichts zu tun. make[4]: Leaving directory `/tmp/zabbix-1.6.1/src/zabbix_server/nodewatcher' make[3]: Leaving directory `/tmp/zabbix-1.6.1/src/zabbix_server/nodewatcher' Making install in pinger make[3]: Entering directory `/tmp/zabbix-1.6.1/src/zabbix_server/pinger' make[4]: Entering directory `/tmp/zabbix-1.6.1/src/zabbix_server/pinger' make[4]: F�r das Ziel �install-exec-am� ist nichts zu tun. make[4]: F�r das Ziel �install-data-am� ist nichts zu tun. make[4]: Leaving directory `/tmp/zabbix-1.6.1/src/zabbix_server/pinger' make[3]: Leaving directory `/tmp/zabbix-1.6.1/src/zabbix_server/pinger' Making install in poller make[3]: Entering directory `/tmp/zabbix-1.6.1/src/zabbix_server/poller' gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -I/usr/include/mysql -g -pipe -m32 -march=i386 -mtune=pentium4 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -I/usr/include/rpm -I/usr/local/include -I/usr/include/gdbm -I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE -I. -I/usr/include/net-snmp -MT checks_snmp.o -MD -MP -MF .deps/checks_snmp.Tpo -c -o checks_snmp.o checks_snmp.c checks_snmp.c: In function `snmp_get_index': checks_snmp.c:213: Fehler: structure hat kein Element namens �localname� checks_snmp.c: In function `get_snmp': checks_snmp.c:547: Fehler: structure hat kein Element namens �localname� make[3]: *** [checks_snmp.o] Fehler 1 make[3]: Leaving directory `/tmp/zabbix-1.6.1/src/zabbix_server/poller' make[2]: *** [install-recursive] Fehler 1 make[2]: Leaving directory `/tmp/zabbix-1.6.1/src/zabbix_server' make[1]: *** [install-recursive] Fehler 1 make[1]: Leaving directory `/tmp/zabbix-1.6.1/src' make: *** [install-recursive] Fehler 1 [root@sunny-group zabbix-1.6.1]#
Comment