Hey guys,
I'm currently using (or trying to use) the php laravel framework. Before I can use this framework I am getting the error:
Call to undefined function Laravel\mcrypt_create_iv()
I did some research and apparently I don't have the mcrypt extension enabled. I am using php 5.4.7 (AMP Stack) on my mac. I have followed this tutorial and can't seem to get it working at all.
http://www.glenscott.co.uk/blog/2011/08/29/install-mcrypt-php-extension-on-mac-os-x-lion/
Anyone else had this issue and manage to resolve it?
Thanks.