[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Help!!! I Broke Perl and Mail
- Subject: RE: [cobalt-users] Help!!! I Broke Perl and Mail
- From: "Fred Damstra" <fdamstra@xxxxxxxxxxxxxxxx>
- Date: Tue Feb 3 10:53:01 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> -----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