OSX: Laravel: Cannot get mcrypt working
Posted: Thu Apr 14, 2016 3:22 pm
Hi Members,
When I load php info file I see PHP version 5.5.30
And I do not see my mcrypt extension present in the php info. I've been heading into this issue for over 10 days now.
which php
[text]
/usr/local/bin/php
[/text]
echo $PATH
[text]
/usr/bin/php:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/ncbi/blast/bin
[/text]
php -v
[text]
PHP 5.5.34
[/text]
[text]
OS X 10.11.3 El Capitan
[/text]
When I load my laravel application, I get message as:
[text]
Mcrypt PHP extension required.
[/text]
What should I do to get it working? Please help.
When I load php info file I see PHP version 5.5.30
And I do not see my mcrypt extension present in the php info. I've been heading into this issue for over 10 days now.
which php
[text]
/usr/local/bin/php
[/text]
echo $PATH
[text]
/usr/bin/php:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/ncbi/blast/bin
[/text]
php -v
[text]
PHP 5.5.34
[/text]
[text]
OS X 10.11.3 El Capitan
[/text]
When I load my laravel application, I get message as:
[text]
Mcrypt PHP extension required.
[/text]
What should I do to get it working? Please help.