类别:LINUX / GNU / 日期:2020-04-02 / 浏览:1805 / 评论:0
centos下搭建PHP7.2+MYSQL5.5环境的情况下,使用phpmyadmin时出现缺少mcrypt扩展的提示
安装必要的拓展库支持
yum install libmcrypt libmcrypt-devel mcrypt mhash
下载并安装mcrypt拓展库,以宝塔面板php目录为例
wget http://pecl.php.net/get/mcrypt-1.0.1.tgz tar xf mcrypt-1.0.1.tgz cd mcrypt-1.0.1 /www/server/php/72/bin/phpize ./configure --with-php-config=/www/server/php/72/bin/php-config && make && make install
最后在php配置文件末尾加上 extension=mcrypt.so 即可。
版权声明 : 本文未使用任何知识共享协议授权,您可以任何形式自由转载或使用 / Article Is Not Licensed Under Any Creative Commons License, And You May Freely Reprint Or Use It In Any Form
发表评论 / 取消回复