我正在尝试在远程 linux 服务器上安装 Magento 2 DRC,运行 Centos 7、Apache 2.4.6、MariaDB 和 PHP v5.6.9。当我尝试安装 Composer 时,我收到以下消息:
$ cd /var/www/html/magento2 && composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested PHP extension ext-intl * is missing from your system.
我已经安装了ext-intl
:
yum list php*intl
和
yum install php-intl
但是仍然给了我同样的信息。
我尝试了各种其他安装来解决这个问题,但无济于事。任何建议都将不胜感激,因为它正在拖延项目。
降级到 PHP 5.5 会有所帮助吗?