Re: failed to run NET-SNMP-TUTORIAL-MIB example

2014-03-21 Thread Magnus Fromreide
On Fri, Mar 21, 2014 at 12:37:16PM -0700, linda zhu wrote: > Hi, > > I tried to run the examples given for "Compiling in your new MIB module". I > followed the instruction, copied nstAgentComduleObject.c and > nstAgentModuleObject.h to agent/mibgroup, and run the command: >  ./configure --with-m

failed to run NET-SNMP-TUTORIAL-MIB example

2014-03-21 Thread linda zhu
Hi, I tried to run the examples given for "Compiling in your new MIB module". I followed the instruction, copied nstAgentComduleObject.c and nstAgentModuleObject.h to agent/mibgroup, and run the command:  ./configure --with-mib-modules="nstAgentModuleObject" Then, did "make" and "make install".