源码包安装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 build the PCRE library statically from the source with nginx by using --with-pcre=<path> option.
翻译:
/configure: error: 织梦模板下载HTTP rewrite模块需要PCRE库。你可以使用--without-http_rewrite_module来禁用该模块选项,或将PCRE库安装到系统中,或构建PCRE库通过使用--with-pcre=<path>选项从nginx的源代码中静态地获取。
解决方法:
# yum -y install pcre-devel //安装P织梦模板CRE库后继续预编译
配置出错:
./configure: error: the HTTP gzip module requires the zlib library. You can either disable the module by using --without-http_gzip_module option, or install the zlib library into the system, or build the zlib library statically from the source with nginx by using --with-zlib=<path> option.
翻译:
./configure: err织梦模板修改or: HTTP gzip模块需要zlib库。你可以使用——without-http_gzip_module来禁用该模块选项,或将zlib库安装到系统中,或构建zlib库通过使用——with-zlib=<path>选项静态地从nginx的源代码中获取。
解决方法:
# yum -y install zlib-devel //安装zlib库后继续预编译
Today on history:
声明: 本文由我的SEOUC技术文章主页发布于:2023-07-25 ,文章源码包安装nginx故障解决,搭建网站主要讲述源码,故障,搭建网站网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_35826.html