A package for DBD-mysql is available at these locations:
http://ppm.ActiveState.com/cgibin/PPM/ppmserver-5.8-windows.pl?urn:/PPMServer
http://theoryx5.uwinnipeg.ca/ppmpackages
http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58
http://theoryx5.uwinnipeg.ca/ppms
See A guide to installing modules for Win32 for how to create a repository and general ppm advice.
| [reply] [d/l] |
Looking at your link, some of the commands are invalid in my PPM...
For example, if I type "rep", I get "unknown command 'rep'".
Could it be my "PPM" is old/duff? It says (1.0.0) on starting up!?
| [reply] |
Yes. My ppm (Perl 5.8.0) is version 3.1. What's your version of Perl? It must at least be 5.6 or older.
| [reply] [d/l] |
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 | [reply] [d/l] |
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
| [reply] |
| [reply] |