| |
perl libraries
Monday December 29, @07:13PM, by Daniel Melnechuk
Subject : need update
Summary :
From John Saylor... needs another perl update.
Text :
Subject: perl libraries
Date: Mon, 29 Dec 2003 16:55:25 -0500 (EST)
From: jsaylor@green-rainbow.org (John Saylor)
hi
the DBD::CSV module is installed for perl 5.003 [whatever]
and the DBD::mysql is only installed for perl 5.8.0
i'd like them both to be active for perl 5.8.0
let me know if you need some help from me.
install_driver(CSV) failed: Can't locate DBD/CSV.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503) at (eval 1) line 3.
Perhaps the DBD::CSV perl module hasn't been fully installed,
or perhaps the capitalisation of 'CSV' isn't right.
Available drivers: ExampleP, Proxy, mysql.
install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.0/mach /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.0/BSDPAN /usr/local/lib/perl5/5.8.0/mach /usr/local/lib/perl5/5.8.0 .) at (eval 11) line 3.
Perhaps the DBD::mysql perl module hasn't been fully installed,
or perhaps the capitalisation of 'mysql' isn't right.
Available drivers: CSV, ExampleP, File, Proxy, Sponge.
Reply
|