[ic] DBD

Webmaster interchange-users@icdevgroup.org
Fri Dec 6 08:55:01 2002


I was using "use" originally based on what someone else said...anyway.
ok, I switched the line in the script to "Require module DBD::mysql" and
reran, now I get the following:

syntax error at ./checkdbd line 3, near "DBD::mysql
print"
Execution of ./checkdbd aborted due to compilation errors.

And when I stop & start ic I still get the message Required DBD not present.






----- Original Message -----
From: "Joshua Lavin" <joshua@kingdomdesign.com>
To: <interchange-users@icdevgroup.org>
Sent: Friday, December 06, 2002 6:45 AM
Subject: Re: [ic] DBD


> on 12/5/02 8:44 PM, webmaster@lynlinks.com at webmaster@lynlinks.com
wrote:
>
> > 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?
>
> Um, maybe it should say "Require module DBD::mysql" rather than "use ..."
> (from line 2 of mysql.cfg).
>
> Josh
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>