This is a discussion on Re: Mib Loading Problem within the SNMP Users forums, part of the Networking and Network Related category; On Thu, 2006-03-02 at 11:48 +0530, somenath.pal@wipro.com wrote: > 1) Is it possible to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thu, 2006-03-02 at 11:48 +0530, somenath.pal@wipro.com wrote:
> 1) Is it possible to keep the mib2c generated .c .h files in some > other directory (other than agent/mibgroup) and force the configure > scripts to include those files while making snmpd ? > > 2) Is there any way to force "--with-mib-modules " to look for .c > and .h other than agent/mibgrop directory No. Configure will look in 'agent/mibgroup' > > 3) Is it possible to implement the mibs and generate .so and while > configuring snmpd include that .so instead of > --with-mib-modules option and still the private mibs which > implementation is part of .so gets loaded. One possibility would be to load the .so file dynamically when the agent starts - see the 'dlmod' token in snmpd.conf(5). Alternatively, you could try tweaking the mib_module_inits.h file (after running configure, but before make) to add a call to the initialisation routine of your .so file. That's not something I've tried myself, but it should work, I think. Dave ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=...720&dat=121642 _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |