When use cookie based authentication with phpymyadmin, mcrypt is missing on CentOS 6.2 by default.
Problem can be solved by installing EPEL repository.
For CentOS 6.2 x86_64, below is the steps to install mcrypt:
rpm -ivh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-6.noarch.rpm
yum update
yum install php-mcrypt
thanks
http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
follow Lines help me to install 'php-mcrypt'
yum repolist
-----------------------------------
repo id repo name status
base CentOS-6 - Base 6.346
elrepo ELRepo.org Community Enterprise Linux Repository - el6 223
epel Extra Packages for Enterprise Linux 6 - x86_64 8.351
extras CentOS-6 - Extras 17
plesk103-base Plesk 10.3 - Base 99
plesk103-thirdparty Plesk 10.3 - Thirdparty 3
plesk103-updates Plesk 10.3 - Updates 0
updates CentOS-6 - Updates 1.185
repolist: 16.224
-------------------------
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum update
yum install php-mcrypt
some times enter 'y'
service httpd restart
finish, its works!
Edit: i needed this PHP Extension for install Magento Shop
enjoy
- 2013
- 2012
- 2011
- 2010
