Last Updated: February 25, 2016
·
734
· xuma

Mcrypt not found Ubuntu

Ubuntu has a bug at lamp stack about mcrypt.Even you install mcrypt with sudo apt-get php5-mcrypt & sudo php5enmod mcrypt it doesnt work.So here is the fix.

sudo ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available
sudo php5enmod mcrypt
sudo service apache2 restart

1 Response
Add your response

thanks

over 1 year ago ·