NetXMS Support Forum

English Support => General Support => Topic started by: slackamp on July 24, 2007, 06:04:09 PM

Title: cannot compile mibs
Post by: slackamp on July 24, 2007, 06:04:09 PM
[root@xms mibs]# nxmibc -d -z .
NetXMS MIB Compiler  Version 0.2.18
Copyright (c) 2005, 2006 Victor Kirhenshtein

Parsing source files:
   .
input in flex scanner failed


[root@xms mibs]# nxmibc -d .
NetXMS MIB Compiler  Version 0.2.18
Copyright (c) 2005, 2006 Victor Kirhenshtein

ERROR: No source files given


I have all the mibs located in the current directory.

Also tried this

[root@xms ~]# nxmibc -d /root/mibs/
NetXMS MIB Compiler  Version 0.2.18
Copyright (c) 2005, 2006 Victor Kirhenshtein

ERROR: No source files given
Title: Re: cannot compile mibs
Post by: Victor Kirhenshtein on July 25, 2007, 12:22:24 AM
nxmibc expects that all mib files have .txt extension. Most likely you have something different.