PDA

View Full Version : Cannot load mcrypt extension. Please check your PHP configuration.



figo2476
May 17th, 2008, 03:59 AM
After install phpmyadmin in kubuntu hardy, I found this message.

Doing sudo apt-get install php5-mcrypt doesn't help, as it says it is the latest installation. Any hint?

supirman
May 17th, 2008, 12:11 PM
Did you try restarting apache?

Also, make a web page with <?php phpinfo(); ?> and look at the output to see if mcrypt is listed.

figo2476
May 18th, 2008, 03:03 AM
solved, by reinstall phpmyadmin + apache2

pe7er
October 8th, 2008, 11:47 PM
Doing sudo apt-get install php5-mcrypt doesn't help

I installed phpmyadmin 3.0.0 manually and got the same error...
Thanks to the info in your post I was able to solve it with:

sudo apt-get install php5-mcrypt
sudo /etc/init.d/apache2 restart

Thanks!

zenlenin
November 4th, 2012, 07:40 AM
sudo apt-get install php5-mcrypt
gets this error

E: Unable to locate package php5-mcrypt

AlexDudko
November 4th, 2012, 08:11 AM
If it's hardy then there are no active repositories because this distribution has reached it's EOL (end of life) long ago.