net-snmp Installationsabbruch

asc

New Member
Also ich bin ein Anfänger in der Openbsd-Welt und versuche gerade eine Monitoringstation mit Nagios und mrtg auszusetzten. Allerding bekomme ich immer bei der Installation von net-snmp folgenden Abbruch mit Fehler:

rm -f .libs/agent_handler.lo
gcc -I../include -I../include -I.. -I./.. -I./../snmplib -I. -I. -I./mibgroup -Imibgroup -g -O2 -Dopenbsd3 -c agent_handler.c -fPIC -DPIC -o .libs/agent_handler.lo
gcc -I../include -I../include -I.. -I./.. -I./../snmplib -I. -I. -I./mibgroup -Imibgroup -g -O2 -Dopenbsd3 -c agent_handler.c -o agent_handler.o >/dev/null 2>&1
mv -f .libs/agent_handler.lo agent_handler.lo
/bin/sh ../libtool --mode=compile gcc -I../include -I../include -I.. -I./.. -I./../snmplib -I. -I. -I./mibgroup -Imibgroup -g -O2 -Dopenbsd3 -c -o mibgroup/mibII/tcpTable.lo mibgroup/mibII/tcpTable.c
rm -f mibgroup/mibII/.libs/tcpTable.lo
gcc -I../include -I../include -I.. -I./.. -I./../snmplib -I. -I. -I./mibgroup -Imibgroup -g -O2 -Dopenbsd3 -c mibgroup/mibII/tcpTable.c -fPIC -DPIC -o mibgroup/mibII/.libs/tcpTable.lo
mibgroup/mibII/tcpTable.c: In function `tcpTable_next_entry':
mibgroup/mibII/tcpTable.c:437: structure has no member named `inp_queue'
mibgroup/mibII/tcpTable.c: In function `tcpTable_free':
mibgroup/mibII/tcpTable.c:447: structure has no member named `inp_queue'
mibgroup/mibII/tcpTable.c: In function `tcpTable_load':
mibgroup/mibII/tcpTable.c:774: structure has no member named `inp_queue'
*** Error code 1

Stop in /usr/src/net-snmp-5.1.1/agent.
*** Error code 1

Stop in /usr/src/net-snmp-5.1.1 (line 551 of Makefile).


weiß jemand Rat?
 
Hi,

ich hab auch mal probiert net-snmp zu kompilieren.
Ich bekomme die gleiche Fehlermeldung, kann dir aber ansonsten auch nicht weiterhelfen.

Auf der Ports-Mailing-Liste hat heute jemand einen Port von net-snmp vorgestellt (wobei er dein Problem auch nicht reparieren konnte); aber immerhin.

The Port works but there are still issues with the following modules
witch i don't get to build. mibII/tcpTable.c and mibII/udpTable.c.
I honestly don't know what they are for but in the freebsd port they
are build.

Den Thread findest du hier: http://www.sigmasoft.com/~openbsd/archive/openbsd-ports/200407/msg00143.html

Regards,

Case
 
Zurück
Oben