[ic] DBD

interchange-users@icdevgroup.org interchange-users@icdevgroup.org
Thu Dec 5 21:46:01 2002


ok.  now I know DBD is installed because I ran the following test script
with no errors:

#!usr/bin/perl -w
use DBD::mysql
print "all good\n"

"all good" printed.  But when I start interchange with my catalog configured
for a mysql database I still get an error message saying DBD module not
found, error line 2 in mysql.cfg file.

What's wrong now?