Error: Missing Dependency: perl

DerFalk

Registered User
Hab folgendes Problem (Centos 5.2):
Code:
 yum upgrade
Loading "priorities" plugin
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * utterramblings: www.jasonlitka.com
 * atomic: www.atomicorp.com
 * plesk: www.atomicorp.com
 * rpmforge: apt.sw.be
 * base: ftp.plusline.de
 * updates: ftp.plusline.de
 * addons: ftp.plusline.de
 * extras: ftp.plusline.de
utterramblings            100% |=========================|  951 B    00:00
atomic                    100% |=========================|  951 B    00:00
plesk                     100% |=========================|  951 B    00:00
rpmforge                  100% |=========================| 1.1 kB    00:00
base                      100% |=========================| 1.1 kB    00:00
updates                   100% |=========================|  951 B    00:00
addons                    100% |=========================|  951 B    00:00
extras                    100% |=========================| 1.1 kB    00:00
Excluding Packages in global exclude list
Finished
367 packages excluded due to repository priority protections
Setting up Upgrade Process
Resolving Dependencies
--> Running transaction check
---> Package perl-DBI.i386 0:1.607-1.el5.rf set to be updated
---> Package perl-DBD-mysql.i386 0:4.008-1.el5.rf set to be updated
---> Package perl-IO-Compress-Base.noarch 0:2.015-1.el5.rf set to be updated
---> Package perl-Compress-Raw-Zlib.i386 0:2.015-1.el5.rf set to be updated
---> Package perl-Compress-Zlib.noarch 0:2.015-1.el5.rf set to be updated
--> Processing Dependency: perl(IO::Compress::Gzip) >= 2.015 for package: perl-Compress-Zlib
--> Processing Dependency: perl(IO::Uncompress::Gunzip) >= 2.015 for package: perl-Compress-Zlib
--> Processing Dependency: perl(IO::Compress::Gzip::Constants) >= 2.015 for package: perl-Compress-Zlib
--> Finished Dependency Resolution
Error: Missing Dependency: perl(IO::Compress::Gzip::Constants) >= 2.015 is needed by package perl-Compress-Zlib
Error: Missing Dependency: perl(IO::Compress::Gzip) >= 2.015 is needed by package perl-Compress-Zlib
Error: Missing Dependency: perl(IO::Uncompress::Gunzip) >= 2.015 is needed by package perl-Compress-Zlib

Hat vielleicht einer ne Idee?
 
Hi,

versuch mal folgendes:
Code:
cpan -i IO::Compress::Gzip IO::Uncompress::Gunzip IO::Compress::Gzip::Constants


-W
 
kommt das:
Code:
/usr/lib/perl5/5.8.8/CPAN/Config.pm initialized.


CPAN is the world-wide archive of perl resources. It consists of about
100 sites that all replicate the same contents all around the globe.
Many countries have at least one CPAN site already. The resources
found on CPAN are easily accessible with the CPAN.pm module. If you
want to use CPAN.pm, you have to configure it properly.

If you do not want to enter a dialog now, you can answer 'no' to this
question and I'll try to autoconfigure. (Note: you can revisit this
dialog anytime later by typing 'o conf init' at the cpan prompt.)

Are you ready for manual configuration? [yes]
 
Back
Top