Hello, I am using MacPerl 5.6.1r1 and I downloaded and Installed the port of DBI (version 1.21) by draging the folder onto installme.plx
Everything seemed to have worked fine so I took a test script that I wrote under linux to see if everything works. when I goto run it I get this error: # install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: Macintosh HD:Applications (Mac OS 9):MacPerl f:lib: Macintosh HD:Applications (Mac OS 9):MacPerl:lib:MacPPC: Macintosh HD:Applications (Mac OS 9):MacPerl:lib: Macintosh HD:Applications (Mac OS 9):MacPerl:site_perl:MacPPC: Macintosh HD:Applications (Mac OS 9):MacPerl:site_perl: : Dev:Pseudo:). File '(eval 1)'; Line 3 # Perhaps the DBD::mysql perl module hasn't been fully installed, # or perhaps the capitalisation of 'mysql' isn't right. # Available drivers: ExampleP, Proxy. I used sherlock to search for mysql.pm and it was not found on my machine. Anyone know what I am doing wrong here? SK