[ic] Need GDBM or DB_File

Bill Randle billr@exgate.tek.com
Mon, 23 Apr 2001 11:56:51 -0700


Chad Wittrock wrote:
> 
> When I log in as administrator to Interchange, I recieve the following
> error:
>         You need either GDBM_File or DB_File for Interchange to work as documented.
> Contact your system administrator about rebuilding Perl with GDBM or
> Berkeley DB.
> 
> I have installed Berkeley DB and still get this error. I have restarted
> Interchange several times also. Is there something in the .cfg files that
> needs to be changed?

In addtion to installing Berkeley db, you also need the DB_File Perl
module
installed. Have you checked to see if it exists? You can try something
like:
	perl -mDB_File -e 'print "ok\n";'
which will print "ok" if Perl can find the module in its include path.

-- 
	-Bill Randle
	Tektronix, Inc.
	billr@exgate.tek.com