On 2012-07-12 12:30, Christopher Meng wrote:
> Here is the full list of eror report:
> Error: Package: perl-IO-Compress-2.052-1.el6.rfx.noarch (@rpmforge-extras)
>             Requires: perl(Compress::Raw::Zlib) = 2.052
>             Removing: perl-Compress-Raw-Zlib-2.052-1.el6.rfx.i686

Try the two lines with yum update first. If that works with error 
continue and edit the CentOS-Base.repo file. Also make sure that you 
understand what these fixes are doing on your system before you apply them.

   yum update perl-Compress-Raw-Zlib --disablerepo=base
   yum update

Edit /etc/yum.repos.d/CentOS-Base.repo and add an exclude line
   [base]
   exclude=perl-Compress-Raw-Zlib
     :
   [updates]
   exclude=perl-Compress-Raw-Zlib

After these modifications you should be able to run yum update without 
issues on perl-Compress-Raw-Zlib
_______________________________________________
users mailing list
[email protected]
http://lists.repoforge.org/mailman/listinfo/users

Reply via email to