PDA

View Full Version : perl mysql database, DBI installation


microwebber
12-27-2002, 02:45 PM
Hi everyone,

I've been spending the holidays trying to install perl DBI on my machine.

I used cpan and it reports the following packages are installed:

DBD-Mysql
DBD-ODBC
DBD-ORACLE
DBI

But when I check it with this on the command line:
perl -e "use DBI"
it throws and error: can't load DBI.dll

Can someone help with some code so I can check it out and find the source of the problem.