Home  >  Article  >  php教程  >  ubuntu无法加载mcrypt (外链,英语) 扩展

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

WBOY
WBOYOriginal
2016-06-13 10:44:29862browse

问题解决

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.net/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

作者“小白爱菜鸟”

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn