The mcrypt extension is missing. Please check your PHP configuration

后端 未结 7 518
無奈伤痛
無奈伤痛 2021-01-30 06:43

I just followed the tutorial located at https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu while fixing multiple other er

7条回答
  •  攒了一身酷
    2021-01-30 07:27

    I just stuffed a symbolic link into the Apache portion of php configuration. Platform: Xubuntu 14.04 LTS.

    Details:

    1. cd /etc/php5/apache2/conf.d
    2. sudo ln -s ../../mods-available/mcrypt.ini 20-mcrypt.ini
    3. ls -l to see if the new link is there
    4. sudo apache2ctl restart

    HTH.

提交回复
热议问题