We could not detect Mcrypt support within PHP
hello all
please how fix this problem
[QUOTE]Mcrypt Support: Not Found
ERRORS:
We could not detect Mcrypt support within PHP on your host. This is needed for the storage of secure account passwords. Your host can enable this via PHP.
-
php mcrypt support was removed from php 7.2 onwards. You may install it using yum and pecl, make sure that you have installed the devel package too using yum. 0 -
You'd want to install the ea-php package I'd assume but in order to do that you'd need to change the PHP version to something other than PHP 7.2 as well. Available packages are as follows: [root@server ~]# rpm -qa |grep php-mcrypt ea-php56-php-mcrypt-5.6.40-7.7.1.cpanel.x86_64 ea-php71-php-mcrypt-7.1.30-3.3.1.cpanel.x86_64 ea-php70-php-mcrypt-7.0.33-8.8.1.cpanel.x86_64
A possibly better question might be whether or not you want to pursue installing the CMS that's using end of life dependencies0 -
[root@server]# rpm -qa |grep php-mcrypt ea-php71-php-mcrypt-7.1.30-4.4.1.cpanel.x86_64 ea-php56-php-mcrypt-5.6.40-8.8.1.cpanel.x86_64 [root@server]# ea-php56-php-mcrypt-5.6.40-7.7.1.cpanel.x86_64 bash: ea-php56-php-mcrypt-5.6.40-7.7.1.cpanel.x86_64: command not found [root@server]# ea-php71-php-mcrypt-7.1.30-3.3.1.cpanel.x86_64 bash: ea-php71-php-mcrypt-7.1.30-3.3.1.cpanel.x86_64: command not found [root@server]# ea-php70-php-mcrypt-7.0.33-8.8.1.cpanel.x86_64 bash: ea-php70-php-mcrypt-7.0.33-8.8.1.cpanel.x86_64: command not found
i using- CENTOS 7.6 kvm [instance-0]
- v80.0.22
0
Please sign in to leave a comment.
Comments
4 comments