程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> ubuntu無法加載mcrypt (外鏈,英語) 擴展

ubuntu無法加載mcrypt (外鏈,英語) 擴展

編輯:關於PHP編程

問題解決

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

作者“小白愛菜鳥”

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved