Introduction
phpMyAdmin is a popular open source package for web database administration. However, I notice that my phpMyAdmin showed a message on its home page “Cannot load mcrypt extension. Please check your PHP configuration”.
Steps to Solve this Problem
Need to install php5-mcrypt package with:
sudo apt-get install php5-mcrypt
then update the software package with:
[…]