`
流浪鱼
  • 浏览: 1682424 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

the HTTP rewrite module requires the PCRE library

 
阅读更多

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

模块依赖性Nginx需要依赖下面3个包

1. gzip 模块需要 zlib 库 ( 下载: http://www.zlib.net/ )

2. rewrite 模块需要 pcre 库 ( 下载: http://www.pcre.org/ )

3. ssl 功能需要 openssl 库 ( 下载: http://www.openssl.org/ )

 

Nginx包下载: http://nginx.org/en/download.html

 

依赖包安装顺序依次为:openssl、zlib、pcre, 然后安装Nginx包.

使用在线安装

yum -y install pcre-devel openssl openssl-devel

网上源码安装

http://blog.csdn.net/dyllove98/article/details/8892509

分享到:
评论

相关推荐

    nginx-1.0.5最新稳定版

    状况:./configure: error: the HTTP rewrite module requires the PCRE library. 解决:yum -y install pcre-devel 安装相应的包 2.缺少zlib 状况: ./configure: error: the HTTP gzip module requires the zlib ...

    解决安装Nginx时报错一例.docx

    ./configure: error: the HTTP rewrite module requires the PCRE library. ``` 这个问题意味着 Nginx 的 HTTP 重写模块需要 Perl 兼容正则表达式(PCRE)库。为了解决这个问题,你需要安装 `pcre-devel` 包,它包含...

    离线安装nginx相关依赖包

    用于解决如下错误: ./configure: error: the HTTP rewrite module requires the PCRE library. 安装相关依赖包 1、上传lib解压,然后执行如下命令安装(需要root权限) 2、rpm -Uvh ./*.rpm --nodeps --force

    linux下nginx+tomcat负载均衡配置

    ./configure error: the HTTP rewrite module requires the PCRE library. ``` 解决方法是下载安装 `pcre-8.12`: - 访问官方网址:`http://www.pcre.org/` - 下载页面:`ftp://ftp.csx.cam.ac.uk/pub/software...

    Ubuntu系统下的Nginx服务器软件安装时的常见错误解决

    ./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 ...

    Apache Rewrite Module 的重定向问题

    通过上述介绍,我们可以看到Apache Rewrite Module提供了非常灵活且强大的URL重写功能,但同时也需要开发者具备一定的正则表达式基础以及对HTTP协议的理解。合理利用这些特性能够极大地提升网站的可用性和可维护性。

    IIS 7 Rewrite Module 64 bits

    【IIS 7 Rewrite Module 64 bits】是微软为Internet Information Services (IIS) 7及更高版本提供的一款重要扩展模块,专为64位操作系统设计。该模块的主要功能是对网站的URL进行重写,使得网站的动态URL能够转换为...

    linux下安装nginx(图文教程)

    - **错误1**: `./configure error: the HTTP rewrite module requires the PCRE library.` - 解决方案: 需要安装`pcre-devel`库。 ```bash yum -y install pcre-devel ``` - **错误2**: `./configure error: ...

    CentOS7系统下用YUM安装Nginx详解

    简介 Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的 Rambler.ru 站点开发的,第一个公开版本0.1.0发布于2004年10月4日。...sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.

    让Nginx支持Rewrite功能,所依赖的PCRE包:pcre_8.35

    总之,PCRE库是Nginx实现Rewrite功能的关键,它允许我们使用Perl正则表达式来处理和控制HTTP请求的路由。通过正确配置和使用,我们可以极大地提升Nginx服务器的功能性和灵活性,满足复杂多样的Web应用需求。

    ApacheHTTP服务器的URL重写规则与RewriteModule教程.docx

    ApacheHTTP服务器的URL重写规则与RewriteModule教程.docx

    IIS 7 Rewrite Module 32 bits

    【IIS 7 Rewrite Module 32位详解】 IIS(Internet Information Services)是微软公司提供的一个用于在Windows操作系统上运行Web服务器的应用程序,而IIS 7是其第七个主要版本,它引入了许多增强的功能和性能改进。...

    IIS URL Rewrite Module防盗链规则配置方法

    【IIS URL Rewrite Module防盗链规则配置方法】 ...更多信息可以参考官方文档:[URL Rewrite Module Configuration Reference](http://www.iis.net/downloads/microsoft/url-rewrite) 和 [Using URL Rewrite Module]...

    用于IIS7(x86x64)的MicrosoftURL重写模块2.0(rewrite)中文版

    URL 重写模块 2.0 提供基于规则的重写机制,可在 Web 服务器处理请求的 URL 之前对其进行更改,以及在向 HTTP 客户端提供响应内容之前修改响应内容。 注意:使用环境为IIS7.0(x64),IIS7.5(x64)。 微软...

    CentOS 4.0安装配置Nginx的方法

    rewrite module requires pcre library  (3). ssl support requires openssl library 3.依赖程序的安装有两种方法:一种是下载包安装二是YUM一次性安装 (1)zlib安装  下载地址:http://zlib.net/fossils/  $...

    pcre-8.39.tar.gz

    例如,Apache的mod_rewrite模块就依赖于PCRE来实现URL重写规则,这对于构建动态网站和实现SEO友好的URL结构至关重要。 标签 "pcre" 和 "apache" 进一步强调了这两个元素之间的关联。在安装Apache时,正确配置和安装...

    pcre-8.44.tar

    nginx通过ngx_http_rewrite_module模块支持url重写) 该文件为正则表达式库。让nginx支持rewrite需要安装这个库(rewrite :和apache等web服务软件一样,rewrite的组要功能是实现RUL地址的重定向。Nginx的rewrite功能...

    apache安装依赖pcre2

    在Apache中,PCRE2被用作解析和执行.htaccess文件中的规则,以及处理mod_rewrite模块的URL重写功能。因此,无论是为了基本的网页服务还是高级的URL路由和访问控制,PCRE2都是Apache不可或缺的一部分。 安装Apache时...

Global site tag (gtag.js) - Google Analytics