Possible bug in NetXMS MIB Compiler Version 1.2.0 tool

Started by testos, April 24, 2012, 06:18:13 PM

Previous topic - Next topic

testos

Hi.

When I compile my mibs with NetXMS MIB Compiler 1.1.10 release, there is no problem.
But trying to install version 1.1.2 when compiling the HP Procurve mibs,  I get this error during make install:
QuoteHP-ICF-SYSLOG-MIB
HP-ICF-SYSLOG-MIB: ERROR 001: Import symbol "hpicfSyslog" unresolved
make[3]: *** [install-exec-hook] Error 1
make[3]: se sale del directorio `/usr/local/src/netxms-1.2.0'
make[2]: *** [install-exec-am] Error 2
make[2]: se sale del directorio `/usr/local/src/netxms-1.2.0'
make[1]: *** [install-am] Error 2
make[1]: se sale del directorio `/usr/local/src/netxms-1.2.0'
make: *** [install-recursive] Error 1


Best regards.

Victor Kirhenshtein

Hi!

1.2.0 includes some HP-ICF-* MIBs, but not HP-ICF-SYSLOG-MIB. Maybe they are incompatible. Most likely HP-ICF-OID.txt supplied with NetXMS is too old. Try to replace all HP-ICF-* files with your version.

Best regards,
Victor

testos

Hi.

HP-ICF-*.txt mibs type were duplicated with hpicf*.txt mibs type. For example HP-ICF-BASIC.txt was duplicated with hpicfBasic.txt.
I deleted all HP-ICF-*.txt mibs an "make install" work fine now  ;).
hpicf* are the official HP Procurve switches mibs. I'll send all of them.

Best regards.
P.D. Congratulations for 1.2.0 release, development team has made a great effort...