[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Help!!! I Broke Perl and Mail



> -----Original Message-----
> install_driver(CSV) failed: Can't locate DBD/CSV.pm in @INC 
> (@INC contains: /usr/local/lib/perl5/5.6.1/i586-linux 
> /usr/local/lib/perl5/5.6.1 
> /usr/local/lib/perl5/site_perl/5.6.1/i586-linux
> /usr/local/lib/perl5/site_perl/5.6.1 
> /usr/local/lib/perl5/site_perl /usr/lib/perl5/site_perl/5.005 
> /usr/lib/perl5/site_perl/5.005/i386-linux .) at (eval 8) line 
> 3. Perhaps the DBD::CSV perl module hasn't been fully 
> installed, or perhaps the capitalisation of 'CSV' isn't 
> right. Available
> drivers: ADO, ExampleP, Multiplex, Proxy, mysql. at 
> /home/sites/site11/web/cgi-bin/idm.pl line 78

Rather than reinstall perl, I'd start by trying to install the missing
perl module.

As root, you can run:
# perl -MCPAN -e shell
cpan> install DBD::CSV

Or you can download the DBD::CSV package from search.cpan.org and
install it by hand.

I would recommend against installing Bundle::CPAN as the first method
will suggest.

Fred