in reply to Cannot install DBI

Hi,
Can't locate DBI.pm in @INC (@INC contains: c:/usr/lib c:/usr/site/lib + .) ... I can see in "C:\usr\perl\site\lib" the following stuff
Yep, and that's probably the problem. C:\usr\perl\site\lib is not in INC or - the other way round - your module is not in the directories searched by Perl. I'd try to copy the DBI stuff over to c:/usr/site/lib
Update: I have to admit though that this one file only can hardly be the whole DBI let alone DBD::MySQL module...
Regards,
svenXY

Replies are listed 'Best First'.
Re^2: Cannot install DBI
by NeilF (Sexton) on Feb 01, 2006 at 14:59 UTC
    I've tried copying the three things (a directory and two files) mentioned to "c:\usr\site\lib" but the error message just changes to...

    Can't locate loadable object for module DBI in @INC (@INC contains: c:/usr/lib c:/usr/site/lib .) at c:/usr/site/lib/DBI.pm line 250