src/core/ngx_regex.h:15:18:fatalerror:pcre.h:Nosuchfileordirectorymakenginx报错解决方案:apt-getinstalllibpcre3-dev
分类:
其他好文 时间:
2015-01-20 18:39:50
阅读次数:
456
./configure --prefix=/usr/local/nginx --with-pcre=../pcre-8.36#【--with-pcre=/usr/local/pcre不可以,/opt/pcre-8.36,是pcre加压后的路径】。 [root@centos1 sbin]# netst...
分类:
其他好文 时间:
2015-01-18 10:31:36
阅读次数:
137
安装Nginx时报错./configure: error: the HTTP rewrite module requires the PCRE library.安装pcre-devel解决问题yum -y install pcre-devel错误提示:./configure: error: the ...
分类:
其他好文 时间:
2015-01-16 22:14:47
阅读次数:
285
1. nginx安装 pcre-8.36.tar.gz nginx-1.7.9.tar.gz tar -xzvfpcre-8.36.tar.gz tar -xzvfnginx-1.7.9.tar.gz cdnginx-1.7.9 ./configure --prefix=/home/us...
分类:
Web程序 时间:
2015-01-11 17:42:52
阅读次数:
173
Nginx的安装需要下载四个包1.zlib库(下载:http://www.zlib.net/)2.pcre库(下载:http://www.pcre.org/)3.openssl库(下载:http://www.openssl.org/)4.Nginx包(下载:http://nginx.org/en/d...
分类:
系统相关 时间:
2015-01-09 12:10:49
阅读次数:
295
1.linux 下面安装 1.下载 pcre-8.10.tar.gz nginx-1.1.1.tar.gz 2.安装 pcre 让nginx支持rewrite pcre-8.10.tar.gz 上传到/home 目录下面 1) 解压 pcre tar zxvf p...
分类:
系统相关 时间:
2015-01-08 19:57:30
阅读次数:
213
1、下载apr,apr-util,pcre,apache(httpd),tomcat-connector2、安装apr,apr-util,pcre,3、编译apache并安装(1)编译命令如下:./configure --with-mpm=worker --with-apr=/usr/local/a...
分类:
Web程序 时间:
2015-01-06 22:51:14
阅读次数:
293
准备篇下载软件包1.下载nginxhttp://nginx.org/download/nginx-1.2.0.tar.gz2、下载pcre (支持nginx伪静态)ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.35.tar....
分类:
系统相关 时间:
2015-01-06 17:46:25
阅读次数:
324
以下就是我在 Red hat enterprise linux5 环境中安装apache的详细过程. 基本复制黏贴命令进行执行即可.
下载 httpd-2.4.10.tar.gz,apr-1.5.1.tar.gz,apr-util-1.5.4.tar.gz,pcre-8.36.zip,tomcat-connectors-1.2.40-src.tar.gz
或浏览我的资源. apache...
分类:
Web程序 时间:
2015-01-06 13:48:16
阅读次数:
195
linux下安装安装pcre-8.36configure:error:YouneedaC++compilerforC++support[root@localhostpcre-8.36]#./configure………………………………………………configure:error:YouneedaC++compilerforC++support.[root@localhostpcre-8.36]#yuminstall-ygccgcc-c++[root@localhost..
分类:
其他好文 时间:
2015-01-04 19:45:57
阅读次数:
237