Subject: | Error with CPAN install |
I tried updating CPAN by using the following command
/usr/bin/perl -MCPAN -e 'install Bundle::CPAN'
This failed, and returned a message complaining about libnet and data:dumper. So I loaded CPAN by typing
perl -MCPAN -e shell
Then I tried installing libnet by typing
install Bundle::libnet
However, after a bit of the install goes by, I recieve the following message
***
Appending installation info to /usr/lib/perl5/5.8.0/i386-linux-thread-multi/perllocal.pod
/usr/bin/make install -- OK
Net::Telnet is up to date.
Net::Cmd is up to date.
Bundle summary: The following items in bundle Bundle::libnet had
installation problems:
Data::Dumper
***
If I type install Data::Dumper I do not recieve any errors
Can someone help?
Redhat Enterprise Server
Perl v5.8.0
Thanks,
Tim