Problem setting the value of a table element

2007-03-26 Thread Russell Markus
irst row of my table. The function BaseTableHandler isn't even being called. It does get called correctly for the GET and GETNEXT requests. Any help would be greatly appreciated Russell Markus Sr. Software Engineer IPMobileNet, Inc. (949)417-4590 --

Re: Still having trouble with nstAgentPluginObject tutorial...

2007-03-13 Thread Russell Markus
to load the MIB files. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Russell > Markus > Sent: Monday, March 12, 2007 6:39 PM > To: net-snmp-coders > Subject: Still having trouble with nstAgentPluginObject tutorial... >

Retract: Error with nstAgentPluginObject

2007-03-12 Thread Russell Markus
Sorry for the post. I missed the "localhost" portion My mistake. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business

Still having trouble with nstAgentPluginObject tutorial...

2007-03-12 Thread Russell Markus
Sorry to keep hitting the list, but I am still having trouble with this tutorial. I can now get to the last step, which in the tutorial is "snmpget localhost NET-SNMP-TUTORIAL-MIB::nstAgentPluginObject.0" I am issuing the command: "snmpget -v 1 -c public localhost NET-SNMP-TUTORIAL-MIB::nstAgentP

Error with nstAgentPluginObject

2007-03-12 Thread Russell Markus
I have successfully compiled the nstAgentPluginObject.so module and am trying to proceed through the tutorial steps. When I get to the last steps: snmpget localhost NET-SNMP-TUTORIAL-MIB::nstAgentPluginObject.0 I am having a problem. The actual command I am issuing is: snmpget -v 1 -c snmproot

Re: Error when compiling the nstAgentPluginObject tutorial code

2007-03-09 Thread Russell Markus
Anders <[EMAIL PROTECTED]> wrote: > Russell Markus wrote: > > I am trying to compile the samples from the tutorials on writing SNMP > > agent modules. I downloaded the files nstAgentPluginObject.c, > > nstAgentPluginObject.h, and the Makefile. When I

Error when compiling the nstAgentPluginObject tutorial code

2007-03-09 Thread Russell Markus
snmp/agent/cache_handler.h:49: error: expected specifier-qualifier-list before 'netsnmp_handler_args' make: *** [nstAgentPluginObject.so] Error 1 I am running net-snmp 5.3.1-12 as installed by Fedora Core 6. Any help in getting this to compile would be greatly apprecia