升级到 PHP 7.2.3 时如何解决 CentOS 7 依赖问题

升级到 PHP 7.2.3 时如何解决 CentOS 7 依赖问题

我正在尝试在运行 HTTP 2.4.6 的 CentOS 7.4 服务器上将 PHP 从 5.4.16 升级到 7.2.3。

我在此命令上收到以下依赖性警报:

yum install php70w php70w-fpm php70w-cli php70w-common php70w-xml php70w-soap php70w-xmlrpc php70w-mbstring php70w-json php70w-gd php70w-mcrypt --skip-broken

Packages skipped because of dependency problems:
    gd-last-2.2.5-1.el7.remi.x86_64 from remi-safe
    libargon2-20161029-2.el7.x86_64 from epel
    php-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-cli-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-common-7.2.2-1.el7.remi.x86_64 from remi-php72
    php-common-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-devel-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-fpm-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-gd-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-json-7.2.2-1.el7.remi.x86_64 from remi-php72
    php-json-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-ldap-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-mbstring-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-mysqlnd-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-odbc-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-pdo-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-pecl-apcu-5.1.11-1.el7.remi.7.2.x86_64 from remi-php72
    php-pecl-mcrypt-1.0.1-4.el7.remi.7.2.x86_64 from remi-php72
    php-pecl-ssh2-1.1.2-1.el7.remi.7.2.x86_64 from remi-php72
    php-process-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-soap-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-xml-7.2.3-2.el7.remi.x86_64 from remi-php72
    php-xmlrpc-7.2.3-2.el7.remi.x86_64 from remi-php72
    php70w-mcrypt-7.0.27-1.w7.x86_64 from webtatic
    php72w-common-7.2.2-1.w7.x86_64 from webtatic

有人能帮助我如何旋转吗?谢谢。

相关内容