Laravel 4 - Mcrypt extension required

最后都变了- 提交于 2019-12-06 05:11:39

You just need to make sure that the extension config file has been linked into the correct spot. This is accomplished via the php5enmod utility. You shouldn't be creating symbolic links directly

I'd say this should work. First, remove the symlink you created...

sudo rm /etc/php5/apache2/conf.d/20-mcrypt.ini

then use the php5enmod tool

sudo php5enmod mcrypt

then reload Apache

sudo service apache2 reload
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!