Re: --with-mib-module doubt
Dave Shield <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2006-01-27 at 14:24 +0530, [email protected] wrote: > Hi All, > I am having one doubt, I am trying to register 35 mib handler > functions using --with-mib-modules option but only few are getting > registered i.e first 30 in the list are getting registered the last > few are not getting registered. Is there any limitation in number of > mib modules registeration. There shouldn't be, but I've never actually tried specifying so many individual modules directly on the command line. Try the following: Instead of running the command as ./configure --with-mib-modules="module1,module2,module3/mod3a,etc" create a file "agent/mibgroup/myModules.h", containing the following: config_require(module1) config_require(module2) config_require(module3/mod3a) etc and then run ./configure --with-mib-modules=myModules That should have the same effect, but without such a long command line (or being so hard on the fingers!). Does that pick up all 35 modules, or does it choke after 30? Dave ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ 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