Install php-mcrypt on CentOS 6

前端 未结 18 2242
感动是毒
感动是毒 2020-12-02 13:15

I have been trying to install php-mcrypt for a while now. Everytime I get the \"No package php-mcrypt available.\" returned to me. Here\'s what I\'ve tried:

         


        
18条回答
  •  青春惊慌失措
    2020-12-02 13:22

    If php_mcrypt installed on 64bit but reported missing by an installer, check the extension path:

    vi /etc/php.d/mcrypt.ini

    ; Enable mcrypt extension module
    ;extension=module.so
    extension=/usr/lib64/php/modules/mcrypt.so
    

提交回复
热议问题