Heim  >  Artikel  >  Backend-Entwicklung  >  ubuntu无法加载mcrypt (外链,英语) 扩展_PHP教程

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

WBOY
WBOYOriginal
2016-07-13 17:45:56836Durchsuche

问题解决

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

作者“小白爱菜鸟”

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...
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn