
16 Oct
2002
16 Oct
'02
11:44 a.m.
Hi!
g> I have mib files X-MIB which has linkage to Y-MIB within it. g> Both files X-MIb and Y-MIB are present in the same directory. g> when i do smidump -f xml -o test.xml ./X-MIB g> it gives an error g> failed to locate MIB module `Y-MIB' g> How to get rid of the error.
Andy already gave one solution (module preloading). Another way would be to ensure that all required modules are within the search path. See the MODULE LOCATIONS section of the smi_config(3) man page.
-frank