Godoli Davide wrote:
> 
> Ok, now I've already installed DBI-1_20 on my system, and when try to
> install DBD::ODBC I get:
Did you really install DBI as well as DBD::ODBC?

Try this:
D:\>perl -MDBI -e "print $DBI::VERSION";
1.20

If you get:
Can't locate DBI.pm in @INC (@INC contains: C:/Perl/lib
C:/Perl/site/5.6.1/lib/MSW
in32-x86-multi-thread C:/Perl/site/5.6.1/lib C:/Perl/site/lib .).
BEGIN failed--compilation aborted.

Then there's something wrong with your DBI installtion.

If I was you:

ppm remove DBI DBD::ODBC
ppm install DBI DBD::ODBC

--
  Simon Oliver

Reply via email to