在 CentOS 6 上,我正在尝试按照https://www.mysterydata.com/how-to-install-upgrade-to-php-7-4-on-上的说明将我的 PHP 从 5.3 更新到 7.x rhel-centos-vestacp/。
当我做最后一步时:
yum install php php-opcache php-gd php-curl php-mysqlnd
我得到错误:
Error: Package: php-pecl-ncurses-1.0.1-1.el6.x86_64 (@epel)
Requires: php(api) = 20090626
Removing: php-common-5.3.3-49.el6.x86_64 (@base)
php(api) = 20090626
Updated By: php-common-7.2.34-1.el6.remi.x86_64 (remi-php72)
php(api) = 20170718-64
Available: php-common-7.2.33-1.el6.remi.x86_64 (remi-php72)
php(api) = 20170718-64
Error: Package: php-pecl-ncurses-1.0.1-1.el6.x86_64 (@epel)
Requires: php(zend-abi) = 20090626
Removing: php-common-5.3.3-49.el6.x86_64 (@base)
php(zend-abi) = 20090626
Updated By: php-common-7.2.34-1.el6.remi.x86_64 (remi-php72)
php(zend-abi) = 20170718-64
Available: php-common-7.2.33-1.el6.remi.x86_64 (remi-php72)
php(zend-abi) = 20170718-64
有没有办法解决这个问题?
该软件包
php-pecl-ncurses
需要 5.3 版本的 php api,因此您可以在安装之前将其从系统中删除:您可能还想检查是否安装了任何其他 PECL 包,看看是否也应该删除它们:
然后运行命令安装/更新您的 PHP 安装: