Can't use PHP extension Mcrypt in Ubuntu 13.10 (Nginx, PHP-FPM)

Posted by Marc-François on Ask Ubuntu See other posts from Ask Ubuntu or by Marc-François
Published on 2013-10-18T00:34:35Z Indexed on 2013/10/25 10:12 UTC
Read the original article Hit count: 343

Filed under:
|
|

I installed a fresh Ubuntu 13.10 on my laptop. Like I usually do, I install the packages I need for Web development, which are nginx, php5-fpm, mysql, php5-mysql, php5-mcrypt and a few others.

After editing some configuration files, this usually works.

But today, since 13.10, an error appears instead of the Web page I expected.

Laravel requires the Mcrypt PHP extension. 

The package php5-mcrypt has been installed and reinstalled.

The command php -m doesn't seem to show mcrypt.

Any idea where the problem could come from? I've done this setup many times and it always worked.

© Ask Ubuntu or respective owner

Related posts about php

Related posts about 13.10