Vestacp升级php5.5或php5.6天蝎之前发过一篇博文,博文地址是:https://www.wangjunwei.com/Vestacp/21.html
但是在实际使用中,会出现下面一个问题。
代码 (Text):
---> Package php-pspell.x86_64 0:5.5.26-1.el6.remi will be an update
---> Package php-recode.x86_64 0:5.4.42-1.el6.remi will be updated
---> Package php-recode.x86_64 0:5.5.26-1.el6.remi will be an update
--> Finished Dependency Resolution
Error: Package: php-gd-5.5.26-1.el6.remi.x86_64 (remi-php55)
Requires: libgd.so.3()(64bit)
Error: Package: php-gd-5.5.26-1.el6.remi.x86_64 (remi-php55)
Requires: gd-last(x86-64) >= 2.1.1
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
---> Package php-recode.x86_64 0:5.4.42-1.el6.remi will be updated
---> Package php-recode.x86_64 0:5.5.26-1.el6.remi will be an update
--> Finished Dependency Resolution
Error: Package: php-gd-5.5.26-1.el6.remi.x86_64 (remi-php55)
Requires: libgd.so.3()(64bit)
Error: Package: php-gd-5.5.26-1.el6.remi.x86_64 (remi-php55)
Requires: gd-last(x86-64) >= 2.1.1
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
解决这一问题后才能正确安装和升级php版本
如何解决这一问题呢,分析错误原因是因为GD库的关系。运行下面这个命令就可以轻松解决:
代码 (Text):
yum --enablerepo=remi install gd-last -y
好了,现在可以参照前面帖子的教程进行php版本升级了。
微信扫描下方的二维码阅读本文
意思是先执行这条命令,再去上一篇文章从第一步开始升级php咯?
@绅士:执行完本文的命令,直接执行yum update php