On Tue, 18 Jul 2006 17:54:24 -0400 (EDT) Dominique wrote: DB> I try to generate code for the HC-RMON MIB (RFC3273) DB> with the command "env MIBS="+HC-RMON-MIB" mib2c DB> mib2c.mfd.conf etherHistoryHighCapacityTable" but the DB> perl script stop in the middle of the generation with DB> the following error: DB> DB> | | +-> Processing nonindex DB> etherHistoryHighCapacityPkts DB> Can't find a configuration file called DB> generic-get-U64.m2i DB> (referenced at DB> /usr/local/share/snmp/mib2c-data/node-get.m2i:88) DB> I looked in: DB> . DB> /usr/local/share/snmp/ DB> /usr/local/share/snmp/mib2c-data DB> ./mib2c-conf.d DB> DB> Can someone can help me with this one?
The temporary hack to get you going would be to simply run 'touch /usr/local/share/snmp/mib2c-data/generic-get-U64.m2i'. That will let you continue to work on the rest of the code. I'll have to try and generate the code myself to see what should actually be in that file... ------------------------------------------------------------------------- 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-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
