The "ln" command seems to have the arguments backward. Installing the php5-mcrypt module puts the .ini file under /etc/php5 /mods-available/ and as such, you should have done that to enable it for php5-fpm:
cd /etc/php5/fpm/conf.d/ sudo ln -s ../../mods-available/mcrypt.ini 20-mcrypt.ini I suspect the backward ln call may have overwrote the mcrypt.ini file with a broken symlink so you'll need to check that to fix the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393851 Title: mcrypt doesn't work despite being installed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/1393851/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
