ubuntu下加载mcypt
Posted yangboom
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu下加载mcypt相关的知识,希望对你有一定的参考价值。
mcrypt 是php 里面重要的加密支持扩展库,linux环境下:该库在默认情况下不开启。window环境下:PHP>=5.3,默认开启mcrypt扩展
1.命令行下载(不嫌麻烦可以到网上找安装包,用源码安装)
sudo apt-get install php5-mcrypt
2.查看是否安装成功
find / -name mcrypt.so
3.修改配置文件php.ini
vim /etc/php5/fpm/php.ini
加入: extension=mcrypt.so
4.重启服务
sudo service php5-fpm restart
sudo service nginx restart
以上是关于ubuntu下加载mcypt的主要内容,如果未能解决你的问题,请参考以下文章
thinkphp在ubuntu下验证码无法加载或者验证码错误问题的解决
ubuntu下anaconda使用jupyter notebook加载tensorflowpytorch
vista下怎样用easyBCD加载第二硬盘上的ubuntu,为啥重写mbr就会导致ubuntu的grub损坏?
问vista下怎样用easyBCD加载第二硬盘上的ubuntu,为啥重写mbr就会导致ubuntu的grub损坏?
用wubi装的Ubuntu10.10系统,装完重启后出现了下面的问题: busybox v1.13.3(ubuntu 1:1.1.3.3-1ubuntu11)