On Wed, 02 Jun 2004 13:04:43 -0400 [EMAIL PROTECTED] wrote: CRC> ----- Original Message ----- CRC> From: [EMAIL PROTECTED] CRC> Date: Wednesday, June 2, 2004 12:51 pm CRC> Subject: Can't remove interfaces? CRC> CRC> > I'm trying to provide my own data for the interfaces MIB. After a CRC> > `make distclean`, I've configured snmp with: CRC> > CRC> > ... CRC> > --with-out-mib-modules=mibII/interfaces \ CRC> > --with-out-mib-modules=mibII/ip \ CRC> > --with-out-mib-modules=mibII/tcp \ CRC> > --with-out-mib-modules=mibII/tcpTable \ CRC> > --with-out-mib-modules=mibII/udp \ CRC> > --with-out-mib-modules=mibII/udpTable CRC> CRC> mib_init: initializing: interfaces CRC> ... CRC> CRC> But didn't I tell it _not_ to include interfaces, etc.?
Yes. There is another module that depends on interfaces which is causing it to be included. If you re-run configure and pay close attention to the messages generated while configuring modules, you should be able to track down the culprit. Likely suspects: host/hr_network mibII mibII/interfaces mibII/ip mibII/ipv6 -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Net-snmp-users mailing list [EMAIL PROTECTED] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
