On Mon, 2006-07-24 at 12:46 +0100, Dave Shield wrote: > On 24/07/06, Alon Marx <[EMAIL PROTECTED]> wrote: > > I have written some of the functionality, compiled as part of the master > > agent, and tried to access the new parameters. Well, it doesn't work.. > > > > I am aware that the code is included in the agent library (checked with > > nm that libnetsnmpmibs has the relevant functions). However, when I run > > snmpd, I see that the relevant init_xxx functions are not called. > > Hmmm.... > If you run "nm" on libnetsnmpmibs, can you see the init_xxx() routines? > If you look at the file 'agent/mibgroup/mib_module_inits', can you see them? > What do these routines contain, and what are they called? > What are the files called? >
Running nm on libnetsnmpmibs, shows the init_xxxx routines. mib_module_inits.h does have the relevant functions. But this led me to the real problem - well kind of embarrassing :) snmpd was located in two places in the system, and the one that was running did not include the changes. Seems to work now. Thanks a lot. Alon > > Am I missing something in the snmpd.conf? > > It doesn't sound like a configuration problem - more likely a compilation > issue. > > Dave ------------------------------------------------------------------------- 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 topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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
