Options

Several Dependencies errors using MCPAN on RHEL 5.3 / CentOS 5.3

jibbajabbajibbajabba Member Posts: 4,317 ■■■■■■■■□□
I never encountered that with 5.2 on both, but since I am using 5.3, I am getting weird errors.

Let me first explain what I am doing.

On a fresh install, I am first initialize MCPAN using the following commands
export LANG=C
perl -MCPAN -e shell

I always answer 'no' at the first question whether I am ready to configure mcpan manually.

I am trying now to install the following packages
install Bundle::CPAN
install Bundle::LWP
install Bundle::libnet
install DBI
install DBD::mysql

And receive the following errors at the end (I always confirm the defaults with 'Enter' during the installation)
Writing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Module/Build/.packlist
/usr/bin/make install -- OK

Recursive dependency detected:
Bundle::CPAN
=> Test::Harness
=> A/AN/ANDYA/Test-Harness-3.17.tar.gz
=> File::Spec
=> S/SM/SMUELLER/PathTools-3.30.tar.gz
=> Scalar::Util
=> G/GB/GBARR/Scalar-List-Utils-1.21.tar.gz
=> Test::More
=> M/MS/MSCHWERN/Test-Simple-0.92.tar.gz
=> Test::Harness.
Cannot continue.


CPAN: Term::ReadLine::Perl loaded ok
....................
20 subroutines in Term::ReadLine redefined

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support enabled
Appending installation info to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/perllocal.pod
/usr/bin/make install -- OK

Recursive dependency detected:
Bundle::LWP
=> Digest::MD5
=> G/GA/GAAS/Digest-MD5-2.39.tar.gz
=> File::Spec
=> S/SM/SMUELLER/PathTools-3.30.tar.gz
=> Scalar::Util
=> G/GB/GBARR/Scalar-List-Utils-1.21.tar.gz
=> Test::More
=> M/MS/MSCHWERN/Test-Simple-0.92.tar.gz
=> Test::Harness
=> A/AN/ANDYA/Test-Harness-3.17.tar.gz
=> File::Spec.
Cannot continue.
DBI wrote:
Appending installation info to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/perllocal.pod
/usr/bin/make install -- OK

Recursive dependency detected:
DBI
=> T/TI/TIMB/DBI-1.609.tar.gz
=> Scalar::Util
=> G/GB/GBARR/Scalar-List-Utils-1.21.tar.gz
=> Test::More
=> M/MS/MSCHWERN/Test-Simple-0.92.tar.gz
=> Test::Harness
=> A/AN/ANDYA/Test-Harness-3.17.tar.gz
=> File::Spec
=> S/SM/SMUELLER/PathTools-3.30.tar.gz
=> Scalar::Util.
Cannot continue.
Appending installation info to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/perllocal.pod
/usr/bin/make install -- OK

Recursive dependency detected:
XML::Simple
=> G/GR/GRANTM/XML-Simple-2.18.tar.gz
=> XML::SAX
=> G/GR/GRANTM/XML-SAX-0.96.tar.gz
=> XML::NamespaceSupport
=> P/PE/PERIGRIN/XML-NamespaceSupport-1.10.tar.gz
=> Test::More
=> M/MS/MSCHWERN/Test-Simple-0.92.tar.gz
=> Test::Harness
=> A/AN/ANDYA/Test-Harness-3.17.tar.gz
=> File::Spec
=> S/SM/SMUELLER/PathTools-3.30.tar.gz
=> Scalar::Util
=> G/GB/GBARR/Scalar-List-Utils-1.21.tar.gz
=> Test::More.
Cannot continue.

I cannot post the output of DBD::Mysql as I don't have MySQL installed on this server.

Anyone has a way to shed some light on this ?
My own knowledge base made public: http://open902.com :p
Sign In or Register to comment.