温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

yum 安装包时提示Error: Missing Dependency: php-common

发布时间:2020-08-20 16:18:04 来源:网络 阅读:1293 作者:innovafish 栏目:web开发

在YUM源安装依赖包的时候,报错如下:

--> 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.



在网上查了好多方法,没有查到可以解决的,后来就去找php-common的安装包,看到需要的安装包与我的版本不一致,突然想到是不是我原来机器上的包太新了,所以就查机器上的安装包的版本:

[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]#

解决方法 :卸载系统自带的版本,即可解决,如果卸载的时候提示依赖关系,请加上--nodeps.

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI