To enable intl extension follow these steps
Windows users can follow my guide on setting WAMP for Magento 2.
Hi Rohit,
I haven't done it yet. But you can also follow my guide, since AMPPS is also available for Mac users.
Thanks
I hade the same problem and Also, copy the files icu*51.dll from C:\wamp\bin\php\php5.5.12 to C:\wamp\bin\apache\apache2.4.9\bin was my solution
Thanks
CentOS/RHEL 7.x:
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
CentOS/RHEL 6.x:
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
yum -y install php70w-intl
#check intl.so
ls /usr/lib64/php/modules/
service httpd restart
#try again magento2/setup ;-)
For more: https://webtatic.com/packages/php70/
best regards,
Andrej