在YUM源安裝依賴包的時(shí)候,報(bào)錯(cuò)如下:
成都創(chuàng)新互聯(lián)主要從事做網(wǎng)站、成都網(wǎng)站設(shè)計(jì)、網(wǎng)頁設(shè)計(jì)、企業(yè)做網(wǎng)站、公司建網(wǎng)站等業(yè)務(wù)。立足成都服務(wù)霍城,十載網(wǎng)站建設(shè)經(jīng)驗(yàn),價(jià)格優(yōu)惠、服務(wù)專業(yè),歡迎來電咨詢建站服務(wù):18982081108
--> Processing Dependency: php-common = 5.1.6-45.el5_11 for package: php-xml
---> Package php-xmlrpc.i386 0:5.1.6-45.el5_11 set to be updated
--> Processing Dependency: php-common = 5.1.6-45.el5_11 for package: php-xmlrpc
--> Finished Dependency Resolution
php-pdo-5.1.6-45.el5_11.i386 from updates has depsolving problems
--> Missing Dependency: php-common = 5.1.6-45.el5_11 is needed by package php-pdo-5.1.6-45.el5_11.i386 (updates)
php-bcmath-5.1.6-45.el5_11.i386 from updates has depsolving problems
--> Missing Dependency: php-common = 5.1.6-45.el5_11 is needed by package php-bcmath-5.1.6-45.el5_11.i386 (updates)
php-xmlrpc-5.1.6-45.el5_11.i386 from updates has depsolving problems
--> Missing Dependency: php-common = 5.1.6-45.el5_11 is needed by package php-xmlrpc-5.1.6-45.el5_11.i386 (updates)
php-ldap-5.1.6-45.el5_11.i386 from updates has depsolving problems
--> Missing Dependency: php-common = 5.1.6-45.el5_11 is needed by package php-ldap-5.1.6-45.el5_11.i386 (updates)
php-MySQL-5.1.6-45.el5_11.i386 from updates has depsolving problems
--> Missing Dependency: php-common = 5.1.6-45.el5_11 is needed by package php-mysql-5.1.6-45.el5_11.i386 (updates)
php-mbstring-5.1.6-45.el5_11.i386 from updates has depsolving problems
--> Missing Dependency: php-common = 5.1.6-45.el5_11 is needed by package php-mbstring-5.1.6-45.el5_11.i386 (updates)
php-devel-5.1.6-45.el5_11.i386 from updates has depsolving problems
--> Missing Dependency: php = 5.1.6-45.el5_11 is needed by package php-devel-5.1.6-45.el5_11.i386 (updates)
php-xml-5.1.6-45.el5_11.i386 from updates has depsolving problems
--> Missing Dependency: php-common = 5.1.6-45.el5_11 is needed by package php-xml-5.1.6-45.el5_11.i386 (updates)
Error: Missing Dependency: php-common = 5.1.6-45.el5_11 is needed by package php-mysql-5.1.6-45.el5_11.i386 (updates)
Error: Missing Dependency: php-common = 5.1.6-45.el5_11 is needed by package php-mbstring-5.1.6-45.el5_11.i386 (updates)
Error: Missing Dependency: php = 5.1.6-45.el5_11 is needed by package php-devel-5.1.6-45.el5_11.i386 (updates)
Error: Missing Dependency: php-common = 5.1.6-45.el5_11 is needed by package php-ldap-5.1.6-45.el5_11.i386 (updates)
Error: Missing Dependency: php-common = 5.1.6-45.el5_11 is needed by package php-xml-5.1.6-45.el5_11.i386 (updates)
Error: Missing Dependency: php-common = 5.1.6-45.el5_11 is needed by package php-bcmath-5.1.6-45.el5_11.i386 (updates)
Error: Missing Dependency: php-common = 5.1.6-45.el5_11 is needed by package php-pdo-5.1.6-45.el5_11.i386 (updates)
Error: Missing Dependency: php-common = 5.1.6-45.el5_11 is needed by package php-xmlrpc-5.1.6-45.el5_11.i386 (updates)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
在網(wǎng)上查了好多方法,沒有查到可以解決的,后來就去找php-common的安裝包,看到需要的安裝包與我的版本不一致,突然想到是不是我原來機(jī)器上的包太新了,所以就查機(jī)器上的安裝包的版本:
[root@zabbix_proxy zabbix-2.2.9]# rpm -qa |grep php-common
php-common-5.2.17-13.el5
[root@zabbix_proxy zabbix-2.2.9]#
解決方法 :卸載系統(tǒng)自帶的版本,即可解決,如果卸載的時(shí)候提示依賴關(guān)系,請加上--nodeps.