遇到的安装问题:
1、安装php时,./configure后出现
【mcrypt.h not found. Please reinstall libmcrypt】
解决方法:
第一步、安装第三方yum源
wget http://www.atomicorp.com/installers/atomic
sh ./atomic
第二步、使用yum命令安装
yum install php-mcrypt libmcrypt libmcrypt-devel
本文介绍了在安装PHP过程中遇到的mcrypt相关问题及其解决方案。首先通过安装第三方yum源,然后利用yum命令来安装必要的软件包,包括php-mcrypt、libmcrypt、libmcrypt-devel等。
遇到的安装问题:
1、安装php时,./configure后出现
【mcrypt.h not found. Please reinstall libmcrypt】
解决方法:
第一步、安装第三方yum源
wget http://www.atomicorp.com/installers/atomic
sh ./atomic
第二步、使用yum命令安装
yum install php-mcrypt libmcrypt libmcrypt-devel

被折叠的 条评论
为什么被折叠?