[19601] in Athena Bugs
linux: perl NDBM (was Re: thesaurus)
daemon@ATHENA.MIT.EDU (Jacob Morzinski)
Sun Aug 12 05:53:28 2001
Date: Sun, 12 Aug 2001 05:53:24 -0400 (EDT)
From: Jacob Morzinski <jmorzins@MIT.EDU>
To: <bugs@mit.edu>
cc: "Christopher D. Beland" <beland@mit.edu>, <bug-sipb@mit.edu>
In-Reply-To: <200108111542.LAA09174@gorf.mit.edu>
Message-ID: <Pine.LNX.4.30L.0108120455400.11650-100000@opus.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On Sat, 11 Aug 2001, Christopher D. Beland wrote:
> On gorf, a Linux-Athena 9.0.14 machine, running the following command:
> /mit/sipb/bin/thesaurus red
> Give the following error:
> Can't open "/mit/sipb/lib/Roget/offsets": Read-only file system
Thesaurus is a perl script. I don't do much database programming in
perl, but the problem appears to be that the "offsets" database is in
NDBM format, and dbmopen on Linux-Athena does not have the NDBM module
installed.
Both linux Athena 8.4 and solaris Athena 9.0 have the NDBM perl module
installed, so I'm forwarding this to bugs for them to decide if they want
to do anything about /usr/athena/bin/perl.
I can fix the sipb script by running perl from the perl5 locker.
-Jacob