Magento 2 개발을 위해 새로운 vagrant box를 설정하려고하는데을 실행할 때 composer install
다음 오류가 발생합니다.
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.
Problem 3
- The requested PHP extension ext-curl * is missing from your system. Install or enable PHP's curl extension.
Problem 4
- The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension.
Problem 5
- The requested PHP extension ext-xsl * is missing from your system. Install or enable PHP's xsl extension.
Problem 6
- The requested PHP extension ext-mbstring * is missing from your system. Install or enable PHP's mbstring extension.
Problem 7
- The requested PHP extension ext-openssl * is missing from your system. Install or enable PHP's openssl extension.
Problem 8
- The requested PHP extension ext-zip * is missing from your system. Install or enable PHP's zip extension.
이미 sudo apt-get install php7.0-mcrypt
등을 사용하여 이러한 확장을 각각 설치하려고 시도했지만 설치 한 확장이 여전히 누락되었다는 오류가 계속 발생합니다. Apache2를 다시 시작했습니다. 어떤 아이디어?
PHP -v
PHP 7.0.8 (cli) (built: Jun 26 2016 15:14:18) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
php -m
하여 설치된 확장 목록을 출력으로 볼 수 있습니다 .
<?php phpinfo();
하고 있는지 확인하십시오. 페이지를 확인하고 무엇을 확인하십시오