Tewen Hsieh wrote:
> I want to compile net-snmp-5.1.1 without mibII/interfaces module and
> implement ifTable by myself.
> So I use option "--with-out-mib-modules=mibII/interfaces" in configure
> phase.
You also need to omit the modules
mibII/at
mibII/ipAddr
mibII/var_route
all of which rely on t
Hi,
I want to compile net-snmp-5.1.1 without mibII/interfaces module and implement
ifTable by myself.
So I use option "--with-out-mib-modules=mibII/interfaces" in configure phase.
ex:
./configure --with-out-mib-modules=mibII/interfaces
But when I make it, it showed following error messages:
gcc