Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

phpmyadmin mcrypt extension is missing

I'm using CentOS 6 and the latest phpMyAdmin (4.0.1.4) and I noticed the error "The mcrypt extension is missing. Please check your PHP configuration."

I went ahead and ran:

 rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

then ran:

yum install php-mycrypt

Then restarted httpd services and still no luck.

Any idea how I can get it to go away?

like image 422
user1922212 Avatar asked May 21 '26 23:05

user1922212


1 Answers

According to this post, you should edit /etc/php.d/mcrypt.ini and change

; Enable mcrypt extension module
extension=module.so

to

; Enable mcrypt extension module
extension=mcrypt.so

and then restart.

like image 152
Travis Northcutt Avatar answered May 23 '26 12:05

Travis Northcutt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!