The mcrypt extension is missing. Please check your PHP configuration

后端 未结 7 523
無奈伤痛
無奈伤痛 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条回答
  •  旧时难觅i
    2021-01-30 07:02

    I am on a Mac OS X Yosemite using Terminal, and I fix this error

    the requested PHP extension mcrypt is missing from your system

    by running the following commands :

    brew update
    brew upgrade
    brew tap homebrew/dupes
    brew tap josegonzalez/homebrew-php
    brew install php54-mcrypt
    

提交回复
热议问题