Comment 6 for bug 1241286

Revision history for this message
echo (soo-yy) wrote :

I'm using ubuntu 14.04 LTS, PHP 5.5.9.

I can't find the conf.d folder under /etc/php5/ .

The following works for me:

Create a new file mcrypt.ini under /etc/php5/mods-available/

Enter this line in mcrypt.ini:
extension=mcrypt.so

Enable mods
$ php5enmod mcrypt

Restart Apache2

Now the warning about missing Mcrypt PHP extension is gone.