解决php编译报错configure:|解决php编译报错configure: error: mcrypt.h not found. Please reinstall libmcrypt.
yum install -y epel-release
yum install -y libmcrypt-devel
两个不能一起安装,因为CentOs6默认的yum源没有 libmcrypt-devel这个包,只能借助epel的yum源,所以先安装epel,再安装libmcrypt。
cat /etc/redhat-release // 查看版本
wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm // 下载
sudo rpm -ivh epel-release-6-8.noarch.rpm // 安装
yum repolist // 检查
yum install -y epel-release // 安装
【解决php编译报错configure:|解决php编译报错configure: error: mcrypt.h not found. Please reinstall libmcrypt.】yum install -y libmcrypt-devel // 安装
推荐阅读
- parallels|parallels desktop 解决网络初始化失败问题
- 考研英语阅读终极解决方案——阅读理解如何巧拿高分
- MybatisPlus|MybatisPlus LambdaQueryWrapper使用int默认值的坑及解决
- SpringBoot调用公共模块的自定义注解失效的解决
- 解决SpringBoot引用别的模块无法注入的问题
- thinkphp|thinkphp 3.2 如何调用第三方类库
- CGI,FastCGI,PHP-CGI与PHP-FPM
- Spark|Spark 数据倾斜及其解决方案
- 解决SyntaxError:|解决SyntaxError: invalid syntax
- Spectrum|Spectrum 区块偶尔停止同步问题排查与解决笔记