Subject: help with net-snmp
To: NetBSD Help <netbsd-help@netbsd.org>
From: Colin J. Raven <colin@kozy-kabin.nl>
List: netbsd-help
Date: 11/14/2004 12:18:03
Greetings all!
I'm trying to install net-smp in order to later install and run MRTG.
net-smp won't compile, and I don't know enough about the process to
figure out what to do next.
NetBSD-1.6.1/MIPS (Coablt Qube2) net-smp-5.1.2 (attempt)

What I did:
downloaded the tarball (to my home dir as it happens, I assume this
makes no difference)
./configure
make && make install && make clean-depends
but it got no further than make.....

Here's what I got:
----------------------------------------
/home/colin/net-snmp-5.1.2/agent/mibgroup/mibII/tcpTable.c: In function
`tcpTable_next_entry':
/home/colin/net-snmp-5.1.2/agent/mibgroup/mibII/tcpTable.c:449:
structure has no member named `inp_queue'
/home/colin/net-snmp-5.1.2/agent/mibgroup/mibII/tcpTable.c: In function
`tcpTable_free':
/home/colin/net-snmp-5.1.2/agent/mibgroup/mibII/tcpTable.c:459:
structure has no member named `inp_queue'
/home/colin/net-snmp-5.1.2/agent/mibgroup/mibII/tcpTable.c: In function
`tcpTable_load':
/home/colin/net-snmp-5.1.2/agent/mibgroup/mibII/tcpTable.c:795:
structure has no member named `inp_queue'
*** Error code 1

Stop.
make: stopped in /home/colin/net-snmp-5.1.2/agent/mibgroup
*** Error code 1

Stop.
make: stopped in /home/colin/net-snmp-5.1.2/agent
*** Error code 1

Stop.
make: stopped in /home/colin/net-snmp-5.1.2
----------------------------------------

Can anyone shed any light on this, and what I could possibly do in order
to complete the make process?

Regards & TIA,
-Colin