[Bug 1241286] Re: Mcrypt extension not recognized by php5-fpm

2014-08-19 Thread echo
*** This bug is a duplicate of bug 1243568 *** https://bugs.launchpad.net/bugs/1243568 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

[Bug 1241286] Re: Mcrypt extension not recognized by php5-fpm

2013-12-16 Thread Roel van Os
*** This bug is a duplicate of bug 1243568 *** https://bugs.launchpad.net/bugs/1243568 This problem also occurs when you install Roundcube from the Ubuntu repositories. It logs the following error to /var/log/roundcube/errors: PHP Error: Could not perform encryption; make sure Mcrypt is ins

[Bug 1241286] Re: Mcrypt extension not recognized by php5-fpm

2013-12-03 Thread David King
*** This bug is a duplicate of bug 1243568 *** https://bugs.launchpad.net/bugs/1243568 ** This bug is no longer a duplicate of bug 1240590 Packaged mcrypt.ini placed in wrong directory ** This bug has been marked a duplicate of bug 1243568 put ini in correct path -- You received this b

[Bug 1241286] Re: Mcrypt extension not recognized by php5-fpm

2013-10-18 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1240590 *** https://bugs.launchpad.net/bugs/1240590 Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: php-mcrypt (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of U

[Bug 1241286] Re: Mcrypt extension not recognized by php5-fpm

2013-10-17 Thread Airlangga Cahya Utama
*** This bug is a duplicate of bug 1240590 *** https://bugs.launchpad.net/bugs/1240590 I made a typo in symbolic link command, fixed below: Make symbolic link to ini files in mods-available # ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available/mcrypt.ini Enable mods # php5enmod mcrypt

[Bug 1241286] Re: Mcrypt extension not recognized by php5-fpm

2013-10-17 Thread Airlangga Cahya Utama
*** This bug is a duplicate of bug 1240590 *** https://bugs.launchpad.net/bugs/1240590 This is duplicate of #1240590 You can fix manually using command below Make symbolic link to ini files in mods-available # ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available Enable mods # php5enmod