problem with mcrypt installation

后端 未结 6 1112
不思量自难忘°
不思量自难忘° 2021-02-19 09:08

I\'ve asked the system admins to install mcrypt on the server, and they say everything is OK. But when I run my simple script I get this.

Warning

6条回答
  •  借酒劲吻你
    2021-02-19 09:42

    On Ubuntu 14.04 just need to do only three steps as sudo:

    apt-get install php5-mcrypt
    php5enmod mcrypt
    service apache2 restart
    

提交回复
热议问题