Home > Backend Development > PHP Tutorial > ubuntu 安装php mcrypt扩展

ubuntu 安装php mcrypt扩展

WBOY
Release: 2016-06-23 13:27:59
Original
1096 people have browsed it

如果你在网上找了好多资料还是依旧无法安装mcrypt推荐你来试试本方法!
Copy after login
sudo aptitude install libmcrypt-dev 或者sudo apt-get install php5-mcrypt模块安装完毕后,将mcrypt模块加载sudo php5enmod mcrypt检查:/etc/php5/apache2/conf.d/ /etc/php5/mods-available/有mcrypt.ini文件随后重启apache2sudo service apache2 restart
Copy after login

转自:http://zhidao.baidu.com/link?url=aup_9ce9laBPPZay9Cc_XAlvM1n8N3R816B9yOt_fW2mUPRQlX_0kkfg5aTmiOOL3BHJtKga50FOZY8AgrV1wbylweXkYMgyAvvuHGR7xiy

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template