an "unspecified" error while validating a MIB

Had an "unspecified" error while validating a MIB. The file report.txt says:
mibs/SPM-BASE-MIB.MIB:13: [1] {internal-other} syntax error, unexpected DISPLAY_HINT
Additional descriptions of some error/warning messages:
Error: internal-other (level 1) Message: %s Description: An unspecified error occured. Please submit a detailed bug report to the libsmi maintainer or the libsmi mailing list at libsmi@ibr.cs.tu-bs.de.
The first few lines of my MIB:
SPM-BASE-MIB DEFINITIONS ::= BEGIN
IMPORTS Counter32, Counter64, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, Opaque, OBJECT-TYPE, OBJECT-IDENTITY, TimeTicks, Unsigned32, enterprises FROM SNMPv2-SMI
TEXTUAL-CONVENTION, RowStatus, DisplayString, TruthValue, DISPLAY-HINT FROM SNMPv2-TC
OBJECT-GROUP FROM SNMPv2-CONF;
Can anyone tell me how I can fix this error? Thanks!
-- Pete
____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping

On Wed, Dec 26, 2007 at 08:51:17AM -0800, Pete Wilson wrote:
Had an "unspecified" error while validating a MIB. The file report.txt says:
mibs/SPM-BASE-MIB.MIB:13: [1] {internal-other} syntax error, unexpected DISPLAY_HINT
Additional descriptions of some error/warning messages:
Error: internal-other (level 1) Message: %s Description: An unspecified error occured. Please submit a detailed bug report to the libsmi maintainer or the libsmi mailing list at libsmi@ibr.cs.tu-bs.de.
The first few lines of my MIB:
SPM-BASE-MIB DEFINITIONS ::= BEGIN
IMPORTS Counter32, Counter64, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, Opaque, OBJECT-TYPE, OBJECT-IDENTITY, TimeTicks, Unsigned32, enterprises FROM SNMPv2-SMI
TEXTUAL-CONVENTION, RowStatus, DisplayString, TruthValue, DISPLAY-HINT FROM SNMPv2-TC
OBJECT-GROUP FROM SNMPv2-CONF;
Can anyone tell me how I can fix this error? Thanks!
Importing DISPLAY-HINT is the error in this MIB module fragment.
/js
participants (2)
-
Juergen Schoenwaelder
-
Pete Wilson