用基础包replace@remi包

在安装iRedMail时,我碰到了一些旧的软件包由Remi回购安装或更新的问题。 我现在禁用了epel和remi repos,运行yum update all ,当我尝试安装iRedMail时,仍然出现这个错误。

 Error: Package: php-pecl-apc-3.1.9-2.el6.x86_64 (base) Requires: php(zend-abi) = 20090626 Installed: php-common-5.4.30-1.el6.remi.x86_64 (@remi) php(zend-abi) = 20100525-x86-64 Available: php-common-5.3.3-26.el6.x86_64 (base) php(zend-abi) = 20090626 Available: php-common-5.3.3-27.el6_5.x86_64 (updates) php(zend-abi) = 20090626 Error: Package: php-ldap-5.3.3-27.el6_5.x86_64 (updates) Requires: php-common(x86-64) = 5.3.3-27.el6_5 Installed: php-common-5.4.30-1.el6.remi.x86_64 (@remi) php-common(x86-64) = 5.4.30-1.el6.remi Available: php-common-5.3.3-26.el6.x86_64 (base) php-common(x86-64) = 5.3.3-26.el6 Available: php-common-5.3.3-27.el6_5.x86_64 (updates) php-common(x86-64) = 5.3.3-27.el6_5 Error: Package: php-pecl-apc-3.1.9-2.el6.x86_64 (base) Requires: php(api) = 20090626 Installed: php-common-5.4.30-1.el6.remi.x86_64 (@remi) php(api) = 20100412-x86-64 Available: php-common-5.3.3-26.el6.x86_64 (base) php(api) = 20090626 Available: php-common-5.3.3-27.el6_5.x86_64 (updates) php(api) = 20090626 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest 

有什么方法可以replace这些软件包吗? 我正在考虑卸载它们,但是我担心这是否会影响现有服务器configuration的问题。

谢谢!

错误的方法,你必须启用remi回购,因为你已经安装了从remi的PHP。 如果您在启用remi的情况下安装iRedMail时遇到问题,那么您最好发布该错误。