ฉันกำลังพยายามตั้งค่ากล่องคนจรจัดใหม่สำหรับการพัฒนา Magento 2 อย่างไรก็ตามเมื่อทำงาน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
etc อย่างไรก็ตามฉันยังคงได้รับข้อผิดพลาดด้านบนโดยระบุว่าส่วนขยายที่ฉันติดตั้งยังคงหายไป ฉันรีสตาร์ท 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();
หน้าเพื่อตรวจสอบและยืนยันว่ามีอะไรบ้าง