Hello, I'm installing Magento 2.x (2.1.7) on Mac OS Sierra 10.12.5 (for localhost) and the installation failed during readiness check - PHP Extensions Check (2 missing PHP extension) - PHP Extension mcrypt and PHP Extension intl. My PHP version is 5.6.30.
Any advice and assistance is greatly appreciated. Cheers!
Check PHP/ext folder you should be having dll files for both the extension. If yes then enable both extension from php.ini files.
Thank you for your response. The files were not in the directory path for apache to recognize in php.ini. Once I did that the problem was fixed. Thanks again!
cat /usr/local/etc/php/5.6/conf.d/ext-mcrypt.ini >> /etc/php.ini
cat /usr/local/etc/php/5.6/conf.d/ext-intl.ini >> /etc/php.ini
Updated to etc/php.ini
[mcrypt]
extension="/usr/local/opt/php56-mcrypt/mcrypt.so"
[intl]
extension="/usr/local/opt/php56-intl/intl.so"
I'm have the same problem how did you install the mcrypt and intl extension in the terminal.
I have php 7.1.7
Any answer for that I have the same issue. My php version is:
PHP 7.1.16 (cli) (built: Mar 31 2018 02:59:59) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies
with Xdebug v2.6.0, Copyright (c) 2002-2018, by Derick Rethans