*** 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
*** 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
*** 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
*** 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
*** 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
*** 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