Link to home
Start Free TrialLog in
Avatar of wiseinfo
wiseinfo

asked on

How can I Instal DBI.pm on Cobalt RAQ550

I have tried via CPAN and get the following error

Can't locate Test/More.pm in @INC (@INC contains: lib /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 /usr/lib/perl5/site_perl .) at Makefile.PL line 39.
BEGIN failed--compilation aborted at Makefile.PL line 39.
Running make test
  Make had some problems, maybe interrupted? Won't test
Running make install
  Make had some problems, maybe interrupted? Won't install

I am running perl 5.8.3

Please help

ASKER CERTIFIED SOLUTION
Avatar of kandura
kandura

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tintin
Tintin

It appears you have three versions of Perl installed on your system.

5.005
5.6.0
5.8.3

What's the output of:

which perl
perl -v