gpt4 book ai didi

php - 无法在centos上安装php-devel

转载 作者:IT王子 更新时间:2023-10-29 00:09:04 24 4
gpt4 key购买 nike

我需要安装 php-devel 的帮助(我需要它,因为它有 phpize,这是安装 eAccelerator 所必需的)。但是当我尝试使用 yum install php-devel 安装 php-devel 时,它给了我以下错误:

# yum install php-devel
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: centos.itt-consulting.com
* epel: mirror.yandex.ru
* extras: centos.itt-consulting.com
* passenger: mirror.hmdc.harvard.edu
* updates: centos.itt-consulting.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php-devel.x86_64 0:5.3.3-14.el6_3 will be installed
--> Processing Dependency: php = 5.3.3-14.el6_3 for package: php-devel-5.3.3-14.el6_3.x86_64
--> Finished Dependency Resolution
Error: Package: php-devel-5.3.3-14.el6_3.x86_64 (updates)
Requires: php = 5.3.3-14.el6_3
Installed: php-5.4.6-1.el6.remi.x86_64 (@remi-test)
php = 5.4.6-1.el6.remi
Available: php-5.3.3-3.el6_2.8.x86_64 (base)
php = 5.3.3-3.el6_2.8
Available: php-5.3.3-14.el6_3.x86_64 (updates)
php = 5.3.3-14.el6_3
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

我不知道如何处理这些错误。而且我安装了 php 5.3.3(phpinfo() 这么说),所以不明白为什么在这个列表中我可以看到 Installed: php-5.4...

最佳答案

您需要运行 yum --enablerepo=remi,remi-php54 install php-devel 而不是运行 yum install php-devel

简而言之,只需从 remi 存储库中指定您想要的 php-devel 版本。在您的情况下,您已经从 remi 安装了 php54,因此您需要添加 "remi-php54"。这样就可以在没有停机的情况下成功安装 php-devel。

关于php - 无法在centos上安装php-devel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12325109/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com