Question

i use Centos6 . I want to install mcrypt . I try

yum install php-mcrypt

and its installed. when i try again it says :

    yum install php-mcrypt
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * atomic: www7.atomicorp.com
 * base: ftp.dgn.net.tr
 * epel: mirror.vit.com.tr
 * extras: ftp.dgn.net.tr
 * remi: remi.schlundtech.de
 * remi-php55: remi.schlundtech.de
 * remi-php56: remi.schlundtech.de
 * remi-test: remi.schlundtech.de
 * updates: ftp.dgn.net.tr
Setting up Install Process
Package php-mcrypt-5.6.0-0.6.beta1.el6.remi.x86_64 already installed and latest version
Nothing to do

but on my webpage :

mcrypt extension is required

and on phpinfo it is not

How can i solve it?

Thanks

Was it helpful?

Solution

You can try:

sudo php5enmod mcrypt
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top