CentOS 6.2 安装Nginx时报错

错误提示:
./configure: error: the HTTP rewrite module requires the PCRE library.

解决办法:

  1. 安装 pcre-devel 与 openssl-devel
  2. yum -y install pcre-devel openssl openssl-devel
  3. ./configure --prefix=/usr/local/nginx
  4. make
  5. make install

关注公众号「Python专栏」,后台回复「机器学习电子书」获得100份机器电子学习相关电子书。

转载于:https://www.cnblogs.com/moonhmily/p/11456720.html

CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法...相关推荐

  1. centos7 安装nginx报错./configure: error: the HTTP rewrite module requires the PCRE library

    安装pcre-devel解决问题 yum -y install pcre-devel

  2. ./configure: error: the HTTP rewrite module requires the PCRE library

    报错 ./configure: error: the HTTP rewrite module requires the PCRE library. 解决方法 安装PRCE 官网:https://ftp ...

  3. unbuntu nginx安装详解 /configure: error: the HTTP rewrite module requires the PCRE library

    1 介绍 官网:https://nginx.org/en/download.html windows版本就不多说了,原理一模一样,下面直接介绍linux 下载: wget https://nginx. ...

  4. ngingx安装错误 ./configure: error: the HTTP rewrite module requires the PCRE library.

    前些天发现了一个巨牛的人工智能学习网站,通俗易懂,风趣幽默,忍不住分享一下给大家.点击跳转到教程. 1.  ngnix 安装报错: 2. 解决: 安装pcre-devel解决问题,运行命令 yum - ...

  5. ./configure: error: the HTTP gzip module requires the zlib library.

    完整问题复现如下: ./configure: error: the HTTP gzip module requires the zlib library. You can either disable ...

  6. php new 报错,php 安装imap报错“configure: error: utf8_mime2text() has new signature”解决

    搜索热词 环境:PHP官方docker镜像 PHP:7.2-apache 安装IMAP扩展模块 执行命令: docker-PHP-ext-install imap 报错信息: configure: e ...

  7. mac big sur下安装phpredis报错configure: error: Cannot find php_hash.h

    configure: error: Cannot find php_hash.h 或者 configure: error: Cannot find php_json.h 原因:如果系统是big sur ...

  8. dpdk编译安装igb_uio报错 insmod: ERROR: could not insert module igb_uio.ko: File exists 问题

    前言 出错问题:insmod: ERROR: could not insert module igb_uio.ko: File exists 什么时候出现 insmod build/kmod/igb_ ...

  9. 安装Python报错Setupfailed(Windows 7 Service Pack 1 and all applicable updates...)解决办法

    在Windows 7系统安装Python时报错,提示:Setup failed,具体内容为One or more issues caused the seteup to fail. Please fi ...

  10. 【转载】Python3.6安装报错 configure: error: no acceptable C compiler found in $PATH

    安装python的时候出现如下的错误: [root@master ~]#./configure --prefix=/usr/local/python3.6 checking build system ...

最新文章

  1. 交叉验证python_急!请教一个python里交叉验证的问题
  2. java drawimage 参数_小程序中canvas的drawImage方法参数使用详解
  3. Java国家/地区使用限制条款引发争议
  4. android 图片预览动画,Android实现仿Windows7图片预览窗格效果
  5. 汇编语言8086CPU之寄存器总结
  6. DecimalFormat的几种用法!关于字符串的使用
  7. 基于评论文本的深度推荐系统总结
  8. 十分钟弄懂最快的APP自动化工具uiautomator2
  9. 集总参数电路的判定——电源波长λ和元件尺寸L的比较
  10. acrobat xi pro 简体中文语言支持包_在朋友圈收表情包收到手软?预感下一个好玩的功能会是它...
  11. 【Code】背包问题九讲(崔添翼)
  12. 电脑开机自检怎么取消
  13. 问题解决:consider to specify kernel configuration cache directory through OPENCV_OCL4DNN_CONFIG_PATH par
  14. Android 面试题中高级
  15. Go语言基础之网络编程
  16. UEFI模式创建Grub2引导ubuntu16.04和windows10,并安装Linux Nvidia驱动
  17. voicewo在线语音识别转换jQuery插件
  18. 【DataHub】 现代数据栈的元数据平台--如何将数据血缘关系写入DataHub
  19. 解密:IT运维艺术之负载均衡之术
  20. 【Spring Boot 25,自学Java视频百度云

热门文章

  1. 实习成长之路——设计模式二:为什么项目都是基于接口而非实现编程?有必要为每个类都定义接口吗?
  2. Java设计模式----工厂模式-----简单工厂(静态工厂模式)
  3. Flink 如何支持特征工程、在线学习、在线预测等 AI 场景?
  4. linux安装jdk和tomcat7.0
  5. 我是如何在5 天内,完成 60 个类的核心模块的重构
  6. 记一次重构:Android实践从MVC架构到MVP架构
  7. APP中一种在Java层实现的简单守护进程方式
  8. mysql5.7卸载服务_win10卸载原mysql安装64位mysql5.7并修改root密码
  9. vue点击按钮打开下拉菜单_vue 点击弹出下拉菜单 点击其他页面收回菜单
  10. php中怎么引用js变量_理解下 Go 中的引用是怎么回事