当前位置:Gxlcms > PHP教程 > ubuntu无法加载mcrypt(外链,英语)扩展_PHP教程

ubuntu无法加载mcrypt(外链,英语)扩展_PHP教程

时间:2021-07-01 10:21:17 帮助过:29人阅读

问题解决

1.安装apt-get install php5-mcrypt

2.编辑php配置文件vim /etc/php5/cgi/php.ini找到mcrypt并在下面添加红色行:

[mcrypt]
; For more information about mcrypt settings see http://php.com/mcrypt-module-open
; Directory where to load mcrypt algorithms
; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
;mcrypt.algorithms_dir=
mcrypt.algorithms_dir=/etc/bash_completion.d/mcrypt
3.添加完成后注意要重启fast-cgi:
root@Ubuntu:/# killall -9 php-cgi
root@Ubuntu:/# /usr/bin/spawn-fcgi -a 127.0.0.1 -p 9000 -C 20 -u nginx -g nginx -f /usr/bin/php5-cgi

作者“小白爱菜鸟”

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/478630.htmlTechArticle问题解决 1.安装apt-get install php5-mcrypt 2.编辑php配置文件vim /etc/php5/cgi/php.ini找到mcrypt并在下面添加红色行: [mcrypt] ; For more information about mc...

人气教程排行