This is a discussion on Re: segmentation fault (LEAF MIB) within the SNMP Users forums, part of the Networking and Network Related category; On 4 Apr 2008 05:39:01 -0000, <yogeshmarathe_vit@rediffmail.com> wrote: > i used env option in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 4 Apr 2008 05:39:01 -0000, <yogeshmarathe_vit@rediffmail.com> wrote:
> i used env option in mib2c and mib2c.scalar.conf to create leaf.c and leaf.h files. > then i put these files in /agent/mibgroup > > i did > net-snmp5.4.1>make clean > net-snmp5.4.1>./configure --with-MIB-modules="path of leaf.txt/leaf" Is that the exact text of the configure command you used? Because if you've got files 'leaf.c' and 'leaf.h', installed in the 'agent/mibgroup' directory, then I'd expect this to read configure --with-mib-modules=leaf Note that configure options seem to be case-sensitive (and silently ignore unrecognised options). So make sure you use "--with-mib-modules" and NOT "--with-MIB-modules" Dave ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757...un.com/javaone _______________________________________________ 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 |