FAQ:MIBs 04

From Net-SNMP Wiki
Jump to: navigation, search

What does "Cannot find module (XXX-MIB)" mean?

If this error is only generated for one or two modules, then it's likely that the named modules are not being found - perhaps they're not installed in the correct location, are not readable, or the name being used is incorrect. See the previous entries and the entry How do I add a MIB to the tools? for more details.

Note that the name reported is the name of the MIB module, which is not necessarily the same as the name of the file.


If there are a large number of such errors, then it's more likely that either the MIB files haven't been installed at all. If you are compiling from source, then it is necessary to run "make install" in order to set up the full run-time environment.

Otherwise, see the previous entry to check whether the MIBs are installed in the correct location for the tools to find them.

   FAQ:MIBs
   
  1. Where can I find a MIB compiler?
  2. Why aren't my MIB files being read in?
  3. Where should I put my MIB files?
  4. What does "Cannot find module (XXX-MIB)" mean?
  5. I'm getting answers, but they're all numbers. Why?
  6. What does "unlinked OID" mean?
  7. The parser doesn't handle comments properly. Why not?
  8. How can I get more information about problems with MIB files?
  9. What's this about "too many imported symbols"?
  10. Do I actually need the MIB files?