douzhi7754 2014-04-29 19:01
浏览 121

在CentOS上安装php55w时出错

I am trying to install php55w package on a CentOS vm. I had php54 installed before and removed all the old php packages before updating the new package. When I do sudo yum install php55w I get the following error:

Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php55w.x86_64 0:5.5.11-1.w5 will be installed
--> Processing Dependency: php55w-common = 5.5.11-1.w5 for package: php55w-5.5.11-1.w5.x86_64
--> Processing Dependency: php55w-cli = 5.5.11-1.w5 for package: php55w-5.5.11-1.w5.x86_64
--> Processing Dependency: httpd-mmn = 20051115 for package: php55w-5.5.11-1.w5.x86_64
--> Processing Dependency: httpd for package: php55w-5.5.11-1.w5.x86_64
--> Processing Dependency: libssl.so.6()(64bit) for package: php55w-5.5.11-1.w5.x86_64
--> Processing Dependency: libcrypto.so.6()(64bit) for package: php55w-5.5.11-1.w5.x86_64
---> Package php55w-opcache.x86_64 0:5.5.11-1.w5 will be installed
--> Running transaction check
---> Package httpd.x86_64 0:2.2.15-15.el6.centos.1 will be installed
--> Processing Dependency: httpd-tools = 2.2.15-15.el6.centos.1 for package: httpd-2.2.15-15.el6.centos.1.x86_64
--> Processing Dependency: apr-util-ldap for package: httpd-2.2.15-15.el6.centos.1.x86_64
--> Processing Dependency: /etc/mime.types for package: httpd-2.2.15-15.el6.centos.1.x86_64
---> Package openssl098e.x86_64 0:0.9.8e-17.el6.centos.2 will be installed
---> Package php55w-cli.x86_64 0:5.5.11-1.w5 will be installed
---> Package php55w-common.x86_64 0:5.5.11-1.w5 will be installed
--> Processing Dependency: libcurl.so.3()(64bit) for package: php55w-common-5.5.11-1.w5.x86_64
--> Running transaction check
---> Package apr-util-ldap.x86_64 0:1.3.9-3.el6_0.1 will be installed
---> Package httpd-tools.x86_64 0:2.2.15-15.el6.centos.1 will be installed
---> Package mailcap.noarch 0:2.1.31-2.el6 will be installed
---> Package php55w-common.x86_64 0:5.5.11-1.w5 will be installed
--> Processing Dependency: libcurl.so.3()(64bit) for package: php55w-common-5.5.11-1.w5.x86_64
--> Finished Dependency Resolution
Error: Package: php55w-common-5.5.11-1.w5.x86_64 (webtatic-el5)
           Requires: libcurl.so.3()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

I am stuck with this for a long time now. Don't know how to work around this. I am relatively new to CentOS too. Let me know if you have any questions!

Thanks,

  • 写回答

2条回答 默认 最新

  • doushan1863 2014-04-29 19:11
    关注
    Error: Package: php55w-common-5.5.11-1.w5.x86_64 (webtatic-el5)
               Requires: libcurl.so.3()(64bit)
    

    Likely php55w-common build with more new version of libcurl.so.3.

    You need update libcurl package before install php55w-common.

    Also check

    # yum provides '*/libcurl.so.*';
    

    May be libcurl.so.3 is not packaged.

    评论

报告相同问题?

悬赏问题

  • ¥15 Stata 面板数据模型选择
  • ¥20 idea运行测试代码报错问题
  • ¥15 网络监控:网络故障告警通知
  • ¥15 django项目运行报编码错误
  • ¥15 请问这个是什么意思?
  • ¥15 STM32驱动继电器
  • ¥15 Windows server update services
  • ¥15 关于#c语言#的问题:我现在在做一个墨水屏设计,2.9英寸的小屏怎么换4.2英寸大屏
  • ¥15 模糊pid与pid仿真结果几乎一样
  • ¥15 java的GUI的运用