View Single Post
  #5  
Old 03-06-2008, 06:42 PM
RamsiMage
Fire Beetle
 
Join Date: Jan 2008
Posts: 26
Default

Well.. Here's what I ended up doing:

Code:
ppm> rep add PPM3 D:\EMU_SERVER
Repositories:
[1] ActiveState Package Repository
[2] ActiveState PPM2 Repository
[3] PPM3
ppm> install DBD-mysql
====================
Install 'DBD-mysql' version 3.0002 in ActivePerl 5.8.7.813.
====================
====================
Install 'DBD-mysql' version 3.0002 in ActivePerl 5.8.7.813.
====================
Error: Package 'DBD-mysql' not found. Please 'search' for it first.
ppm> install http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd
====================
Install 'DBD-mysql' version 4.005 in ActivePerl 5.8.7.813.
====================
Downloaded 1000326 bytes.
Extracting 40/40: blib
Installing C:\Perl\site\lib\auto\DBD\mysql\mysql.bs
Installing C:\Perl\site\lib\auto\DBD\mysql\mysql.dll
Installing C:\Perl\site\lib\auto\DBD\mysql\mysql.exp
Installing C:\Perl\site\lib\auto\DBD\mysql\mysql.lib
Installing C:\Perl\site\lib\auto\DBD\mysql\mysql.pdb
Installing C:\Perl\html\site\lib\Bundle\DBD\mysql.html
Installing C:\Perl\html\site\lib\DBD\mysql.html
Installing C:\Perl\html\site\lib\DBD\mysql\INSTALL.html
Files found in blib\arch: installing files in blib\lib into architecture depende
nt library tree
Installing C:\Perl\site\lib\Bundle\DBD\mysql.pm
Installing C:\Perl\site\lib\DBD\mysql.pm
Installing C:\Perl\site\lib\DBD\mysql\GetInfo.pm
Installing C:\Perl\site\lib\DBD\mysql\INSTALL.pod
Successfully installed DBD-mysql version 4.005 in ActivePerl 5.8.7.813.
ppm>
I deleted PPM3 a few times and replaced it with various URL's, including the one posted in the help file. None worked. The last one was a local directory that contained the zip and unzip file, and it still didn't install it. Finally, I used the url posted at the end of my code box, however it installed 4.0005 which will hopefully work. I'll find out tomorrow after I get some sleep.

If I do have issues with this new version, is there any reason why I can just copy the files myself? That is, use the 3.0002 version files and copy them to the locations listed in the code box?

Thks for the help.
Reply With Quote