Error installing Laravel via composer (Mcrypt required) [duplicate]

-1

While trying to install Laravel via composer, he told me he needs the extension Mcrypt.

I'm using linux ubuntu OS 13.04
Server Zend Server CE 6.3
apache 2.2;
php5.4;

But nothing of the damn thing works.

    
asked by anonymous 05.03.2014 / 00:38

1 answer

1
  

sudo apt-get install php5-mcrypt

sudo ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available
sudo php5enmod mcrypt
sudo service apache2 restart

I just did it on my Linux 14.04 LTS

    
05.03.2014 / 01:21