I can not install mcrypt in my new Linux module with PHP 5.4
I tried sudo yum install php-mcrypt , sudo yum install php-mcrypt.x86_64
result:
Loaded plugins: priorities, update-motd, upgrade-helper Resolving Dependencies
inside php.ini i added mcrypt.so but that didn't do anything
so I removed this and created /etc/php.d/mcrypt.ini and added extension=mcrypt.so
Any help please
thanks
source share