编译安装在执行./configure步骤报错,是因为缺少环境变量

checking for C compiler … not found

./configure: error: C compiler cc is not found

解决办法

yum -y install gcc
yum -y install gcc-c++

./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre= option.

解决办法

yum -y install pcre-devel openssl openssl-devel

最新文章

  1. servlet配置restful
  2. html 学习(一)
  3. sharepoint2013- Office web app server2013详细的安装和部署
  4. HTTP基础09--web(1)
  5. C#与数据库访问技术总结(十四)之DataAdapter对象
  6. oAuth协议学习
  7. DedeCMS中function='Html2Text(@me)的用法分析
  8. .Net之美读书系列(一):委托与事件
  9. vscode 开发工具
  10. Docker入门学习
  11. 折腾Java设计模式之单例模式
  12. c++ STL概述
  13. SoapUI工具做get请求和post请求接口测试
  14. C# 控件之数据绑定
  15. nagios nrpe
  16. 三.linux磁盘与文件系统
  17. Django 学习笔记(五) --- Ajax 传输数据
  18. 驳《编码规范是技术上的遮羞布》自由发挥==摆脱编码规范?X
  19. Opencv算法运行时间
  20. 彻底弄懂jQuery事件原理一

热门文章

  1. 近期Android学习II
  2. Java语法专题2: 类变量的初始化顺序
  3. 服务器+nextcloud搭建自己的私有云盘
  4. oracle 快速创建用户
  5. 布局TabBar
  6. ARP协议工作原理
  7. C#中的字符串拼接@,$
  8. 获取联系人列表的时候contact_id出现null的值
  9. python办公自动化系列之金蝶K3自动登录(二)
  10. Feign实现文件上传下载