简体   繁体   中英

Installing with magento2 Composer - php extensions: ext-mcrypt * and ext-intl * missing

I have tried to install magento2 in ubuntu 16.04 machine. I have followed these steps for install magento. When install composer then show these problems

 Problem 1
    - The requested PHP extension ext-gd * is missing from your system. Install or enable PHP's gd extension.
 Problem 2
    - The requested PHP extension ext-mcrypt * is missing from your system. Install or enable PHP's mcrypt extension.

How to solve these problem ?

Try these command in your shell

sudo apt-get install php7.0-gd
sudo apt-get install php7.0-ext-mcrypt

then try again install composer

composer install

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM