Answer the question
In order to leave comments, you need to log in
Mcrypt PHP installation?
Installed PHP and Mcrypt. There are module files in the package.
But laravel writes:
Mcrypt PHP extension required.
Where do you need to click?
Answer the question
In order to leave comments, you need to log in
mcrypt problem in phpmyadmin on ubuntu server 14.04, how to beat ?
Installing the extension.
Create an ini file if it doesn't exist.
➜ ~ cat /etc/php5/mods-available/mcrypt.ini
; configuration for php MCrypt module
; priority=20
extension=mcrypt.so
Most importantly, do not forget that different configs are used for the web server and cli mode. Look into phiinfo() and php -i | grep ini
In ubuntu 13.10 I set the mcrypt extension something like this:
apt-get install php5-mcrypt
sudo ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available/mcrypt.ini
sudo php5enmod mcrypt
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question