0

0

一个centos7上全自动互动式编译nginx的脚本

php中文网

php中文网

发布时间:2016-08-08 09:20:17

|

1219人浏览过

|

来源于php中文网

原创

脚本的代码在

https://github.com/qidizi/linux-shells/blob/master/centos/7/build-nginx-4-centos-7

说明:

* 这个脚本只在centos7上测试,因为我只是在自己的虚拟机上需要编译nginx而随手写的,并不考虑太多的兼容;

* 目前我的虚拟机make的依赖环境在编写脚本前已经配置好,所以,在脚本中不再对make环境做检测;请在使用时,根据make错误对应解决;

* 功能有:自动下载/解压nginx source,提供configure与nginx模块有关的启用是交互式的;模块依赖lib也自动下载配置;nginx的centos安装也自动化;只差uninstall脚本,但是看了眼没有多少必要就懒得写了;

网趣购物系统加强升级版
网趣购物系统加强升级版

新版本程序更新主要体现在:完美整合BBS论坛程序,用户只须注册一个帐号,即可全站通用!采用目前流行的Flash滚动切换广告 变换形式多样,受人喜爱!在原有提供的5种在线支付基础上增加北京云网支付!对留言本重新进行编排,加入留言验证码,后台有留言审核开关对购物系统的前台进行了一处安全更新。在原有文字友情链接基础上,增加LOGO友情链接功能强大的6种在线支付方式可选,自由切换。对新闻列表进行了调整,

下载

* 可以根据这个脚本来发解nginx编译的过程;

* 可以根据这个脚本写出其它linux编译的脚本.稍加几个判断即可完成兼容;

一个完整的执行过程,好长....请做好准备,^_^

[root@qidiziCentos 7]# ./build-nginx-4-centos-7

请输入nginx-source保存的目录,留空默认为当前目录/home/www/linux-shells/centos/7/:

你指定的nginx源码保存路径是:/home/www/linux-shells/centos/7/
找不到nginx的配置可运行文件/home/www/linux-shells/centos/7/configure
重新指定nginx source目录?[任意键]自动从网络上下载?[D]终止?[CTRL+c];请选择操作[默认D]:

使用浏览器打开nginx的source下载网址:http://nginx.org/download/;
选择你喜欢的版本,
复制此版本的后缀是tar.gz的下载链接粘贴到此,
回车让脚本自动下载解压并使用.
对于版本选择时建议是选择稳定的最新版本
如果你没有选择就默认下载1.8版本来解压编译使用[默认下载http://nginx.org/download/nginx-1.9.3.tar.gz]:

--2015-07-23 11:37:41--  http://nginx.org/download/nginx-1.9.3.tar.gz
正在解析主机 nginx.org (nginx.org)... 206.251.255.63, 2606:7100:1:69::3f
正在连接 nginx.org (nginx.org)|206.251.255.63|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 302 Found
位置:http://125.39.66.163/files/30600000016D72F8/nginx.org/download/nginx-1.9.3.tar.gz [跟随至新的 URL]
--2015-07-23 11:37:41--  http://125.39.66.163/files/30600000016D72F8/nginx.org/download/nginx-1.9.3.tar.gz
正在连接 125.39.66.163:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:864430 (844K) [application/octet-stream]
正在保存至: “/home/www/linux-shells/centos/7/nginxSourceTarTmp”

100%[=============================================================>] 864,430     1.57MB/s 用时 0.5s

2015-07-23 11:37:42 (1.57 MB/s) - 已保存 “/home/www/linux-shells/centos/7/nginxSourceTarTmp” [864430/864430])

解压nginx source tar 成功,删除下载的tar包:{/home/www/linux-shells/centos/7/nginxSourceTarTmp};
已经把nginx-source根目录指向,刚下载完成并解压的nginx-source目录:/home/www/linux-shells/centos/7/nginx-1.9.3/
当前使用的nginx-source目录路径是:/home/www/linux-shells/centos/7/nginx-1.9.3/
下面进入选项配置阶段,你可以随时按CTRL+C来中止
创建外部代码源码目录:/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/
创建第三方DAV支持模块目录:/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/ngx_http_dav_ext_module/

加入nginx的webDAV模块?[Y/N,默认Y]:

追加[增加webDAV模块]选项参数:   --with-http_dav_module

因为nginx本身的DAV模块实现dav方法并不完整,
缺少PROPFIND和OPTIONS方法,
是否增加第三方模块以支持完整的webDAV功能?[Y/N,默认Y]


尝试下载第三方支持:https://raw.githubusercontent.com/arut/nginx-dav-ext-module/master/ngx_http_dav_ext_module.c
--2015-07-23 11:37:43--  https://raw.githubusercontent.com/arut/nginx-dav-ext-module/master/ngx_http_dav_ext_module.c
正在解析主机 raw.githubusercontent.com (raw.githubusercontent.com)... 103.245.222.133
正在连接 raw.githubusercontent.com (raw.githubusercontent.com)|103.245.222.133|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:20013 (20K) [text/plain]
正在保存至: “/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/ngx_http_dav_ext_module/ngx_http_dav_ext_module.c”

100%[=============================================================>] 20,013      --.-K/s 用时 0s

2015-07-23 11:37:44 (44.8 MB/s) - 已保存 “/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/ngx_http_dav_ext_module/ngx_http_dav_ext_module.c” [20013/20013])

尝试下载第三方支持:https://raw.githubusercontent.com/arut/nginx-dav-ext-module/master/config
--2015-07-23 11:37:44--  https://raw.githubusercontent.com/arut/nginx-dav-ext-module/master/config
正在解析主机 raw.githubusercontent.com (raw.githubusercontent.com)... 103.245.222.133
正在连接 raw.githubusercontent.com (raw.githubusercontent.com)|103.245.222.133|:443...
已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:210 [text/plain]
正在保存至: “/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/ngx_http_dav_ext_module/config”

100%[=============================================================>] 210         --.-K/s 用时 0s

2015-07-23 11:37:44 (3.29 MB/s) - 已保存 “/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/ngx_http_dav_ext_module/config” [210/210])

本第三方模块依赖libexpat-dev动态库,请确保你已经安装,在centos中,可以使用yum install expat-devel来安装,如果没有安装只会在make步骤,才会出现包含expat关键字的错误提示,并且不是很明确,如果你已经安装过,但是不确定是否安装正确,请留意make的错误提示是不是提示找不到expat,请按任意键继续...
追加[增加webDAV第三方加强模块]选项参数: --add-module=/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/ngx_http_dav_ext_module/
追加[指定nignx服务的根目录路径]选项参数:        --prefix=/usr/local/nginx/
追加[指定nignx可运行目录路径]选项参数:  --sbin-path=/usr/local/nginx/sbin/nginx
追加[指定nignx默认配置主文件路径]选项参数:      --conf-path=/etc/nginx/nginx.conf
追加[指定nignx运行时pid文件路径]选项参数:       --pid-path=/run/nginx.pid
追加[指定nignx错误日志文件路径]选项参数:        --error-log-path=/var/log/nginx/error.log
追加[指定nignx访问日志文件路径]选项参数:        --http-log-path=/var/log/nginx/access.log
追加[指定nignx运行时创建出的子线程无特权用户]选项参数:  --user=nobody
追加[指定nignx运行时创建出的子线程无特权用户组]选项参数:        --group=nobody
禁用代理模块?[Y/N,默认Y]:

追加[指定不包含代理功能模块]选项参数:   --without-http_proxy_module
禁用ssl功能,也就是不支持https协议?[Y/N,默认Y]:

追加[包含https的ssl功能模块]选项参数:   --with-http_ssl_module
启用pcre正则功能?[Y/N,默认Y]:

请打开网址:http://www.pcre.org/
选择某一个tar.gz后缀的压缩包的URL输入这里,请脚本自己下载并解压加入nginx编辑配置中
关于版本选择建议:到nginx1.8版本为止,只支持pcre1版本,不支持pcre2版本.否则make时会提示"No rule to make target 'libpcre.la'. Stop."的错误,所以,请在这或是之前nginx版本时,只选择pcre1最新版本;
如果没有输入新的tar包的URL,默认将使用[http://sourceforge.net/projects/pcre/files/pcre/8.37/pcre-8.37.tar.gz/download]:

尝试下载压缩包:http://sourceforge.net/projects/pcre/files/pcre/8.37/pcre-8.37.tar.gz/download
--2015-07-23 11:37:46--  http://sourceforge.net/projects/pcre/files/pcre/8.37/pcre-8.37.tar.gz/download
正在解析主机 sourceforge.net (sourceforge.net)... 216.34.181.60
正在连接 sourceforge.net (sourceforge.net)|216.34.181.60|:80... 已连接。
已发出 HTTP 请求,正在等待回应...
302 Found
位置:http://downloads.sourceforge.net/project/pcre/pcre/8.37/pcre-8.37.tar.gz?r=&ts=1437622674 [跟随至新的 URL]
--2015-07-23 11:37:49--  http://downloads.sourceforge.net/project/pcre/pcre/8.37/pcre-8.37.tar.gz?r=&ts=1437622674
正在解析主机 downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
正在连接 downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 302 Found
位置:http://124124.205.69.131/files/9137000001181C56/ncu.dl.sourceforge.net/project/pcre/pcre/8.37/pcre-8.37.tar.gz [跟随至新的 URL]
--2015-07-23 11:37:53--  http://124124.205.69.131/files/9137000001181C56/ncu.dl.sourceforge.net/project/pcre/pcre/8.37/pcre-8.37.tar.gz
正在连接 124124.205.69.131:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:2041593 (1.9M) [application/octet-stream]
正在保存至: “/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-source”

100%[=============================================================>] 2,041,593   1.10MB/s 用时 1.8s

2015-07-23 11:37:54 (1.10 MB/s) - 已保存 “/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-source” [2041593/2041593])

追加[包含支持pcre正则功能模块,并指定链接库的路径,ngx_http_rewrite_module模块依赖它]选项参数:    --with-pcre=/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37
启用gzip功能?[Y/N,默认Y]:
请打开网址:http://www.zlib.net/
选择某一个tar.gz后缀的压缩包的URL输入这里,请脚本自己下载并解压加入nginx编辑配置中
如果没有输入新的tar包的URL,默认将使用[http://zlib.net/zlib-1.2.8.tar.gz]:

尝试下载压缩包:http://zlib.net/zlib-1.2.8.tar.gz
--2015-07-23 11:37:55--  http://zlib.net/zlib-1.2.8.tar.gz
正在解析主机 zlib.net (zlib.net)... 69.73.132.10
正在连接 zlib.net (zlib.net)|69.73.132.10|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 302 Found
位置:http://124124.205.69.137/files/7045000000F31B43/heanet.dl.sourceforge.net/sourceforge/libpng/zlib-1.2.8.tar.gz [跟随至新的 URL]
--2015-07-23 11:37:56--  http://124124.205.69.137/files/7045000000F31B43/heanet.dl.sourceforge.net/sourceforge/libpng/zlib-1.2.8.tar.gz
正在连接 124124.205.69.137:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:571091 (558K) [application/octet-stream]
正在保存至: “/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/download.tar”

100%[=============================================================>] 571,091     1.68MB/s 用时 0.3s

2015-07-23 11:37:56 (1.68 MB/s) - 已保存 “/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/download.tar” [571091/571091])

追加[包含压缩功能模块,并指定链接库路径,ngx_http_gzip_module模块依赖它]选项参数: --with-zlib=/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8
配置已经结束!!
你当前指定的编辑配置指令如下:

./home/www/linux-shells/centos/7/nginx-1.9.3/configure   --with-http_dav_module  --add-module=/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/ngx_http_dav_ext_module/  --prefix=/usr/local/nginx/  --sbin-path=/usr/local/nginx/sbin/nginx  --conf-path=/etc/nginx/nginx.conf  --pid-path=/run/nginx.pid  --error-log-path=/var/log/nginx/error.log  --http-log-path=/var/log/nginx/access.log  --user=nobody  --group=nobody  --without-http_proxy_module  --with-http_ssl_module  --with-pcre=/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37  --with-zlib=/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8
如果需要额外的参数请在下面按照configure文件要求的格式输入

参数是否正确?

输入[Y]继续运行,其它退出


Y
开始生成makefile...如果有错误一般会提示类似:./configure: error: ,没有错误就会直接显示当前nginx的所有配置
checking for OS
 + Linux 3.10.0-229.7.2.el7.x86_64 x86_64
checking for C compiler ... found
 + using GNU C compiler
 + gcc version: 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC)
checking for gcc -pipe switch ... found
checking for gcc builtin atomic operations ... found
checking for C99 variadic macros ... found
checking for gcc variadic macros ... found
checking for unistd.h ... found
checking for inttypes.h ... found
checking for limits.h ... found
checking for sys/filio.h ... not found
checking for sys/param.h ... found
checking for sys/mount.h ... found
checking for sys/statvfs.h ... found
checking for crypt.h ... found
checking for Linux specific features
checking for epoll ... found
checking for EPOLLRDHUP ... found
checking for O_PATH ... found
checking for sendfile() ... found
checking for sendfile64() ... found
checking for sys/prctl.h ... found
checking for prctl(PR_SET_DUMPABLE) ... found
checking for sched_setaffinity() ... found
checking for crypt_r() ... found
checking for sys/vfs.h ... found
checking for poll() ... found
checking for /dev/poll ... not found
checking for kqueue ... not found
checking for crypt() ... not found
checking for crypt() in libcrypt ... found
checking for F_READAHEAD ... not found
checking for posix_fadvise() ... found
checking for O_DIRECT ... found
checking for F_NOCACHE ... not found
checking for directio() ... not found
checking for statfs() ... found
checking for statvfs() ... found
checking for dlopen() ... not found
checking for dlopen() in libdl ... found
checking for sched_yield() ... found
checking for SO_SETFIB ... not found
checking for SO_REUSEPORT ... found
checking for SO_ACCEPTFILTER ... not found
checking for TCP_DEFER_ACCEPT ... found
checking for TCP_KEEPIDLE ... found
checking for TCP_FASTOPEN ... not found
checking for TCP_INFO ... found
checking for accept4() ... found
checking for eventfd() ... found
checking for int size ... 4 bytes
checking for long size ... 8 bytes
checking for long long size ... 8 bytes
checking for void * size ... 8 bytes
checking for uint64_t ... found
checking for sig_atomic_t ... found
checking for sig_atomic_t size ... 4 bytes
checking for socklen_t ... found
checking for in_addr_t ... found
checking for in_port_t ... found
checking for rlim_t ... found
checking for uintptr_t ... uintptr_t found
checking for system byte ordering ... little endian
checking for size_t size ... 8 bytes
checking for off_t size ... 8 bytes
checking for time_t size ... 8 bytes
checking for setproctitle() ... not found
checking for pread() ... found
checking for pwrite() ... found
checking for sys_nerr ... found
checking for localtime_r() ... found
checking for posix_memalign() ... found
checking for memalign() ... found
checking for mmap(MAP_ANON|MAP_SHARED) ... found
checking for mmap("/dev/zero", MAP_SHARED) ... found
checking for System V shared memory ... found
checking for POSIX semaphores ... not found
checking for POSIX semaphores in libpthread ... found
checking for struct msghdr.msg_control ... found
checking for ioctl(FIONBIO) ... found
checking for struct tm.tm_gmtoff ... found
checking for struct dirent.d_namlen ... not found
checking for struct dirent.d_type ... found
checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
checking for openat(), fstatat() ... found
checking for getaddrinfo() ... found
configuring additional modules
adding module in /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/ngx_http_dav_ext_module/
 + ngx_http_dav_ext_module was configured
checking for OpenSSL library ... found
creating objs/Makefile

Configuration summary
  + using PCRE library: /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37
  + using system OpenSSL library
  + md5: using OpenSSL library
  + sha1: using OpenSSL library
  + using zlib library: /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8

  nginx path prefix: "/usr/local/nginx/"
  nginx binary file: "/usr/local/nginx/sbin/nginx"
  nginx configuration prefix: "/etc/nginx"
  nginx configuration file: "/etc/nginx/nginx.conf"
  nginx pid file: "/run/nginx.pid"
  nginx error log file: "/var/log/nginx/error.log"
  nginx http access log file: "/var/log/nginx/access.log"
  nginx http client request body temporary files: "client_body_temp"
  nginx http fastcgi temporary files: "fastcgi_temp"
  nginx http uwsgi temporary files: "uwsgi_temp"
  nginx http scgi temporary files: "scgi_temp"

=============配置成功!!!!============

开始编译...
make -f objs/Makefile
make[1]: 进入目录“/home/www/linux-shells/centos/7/nginx-1.9.3”
cd /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 \
&& if [ -f Makefile ]; then make distclean; fi \
&& CC="cc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \
./configure --disable-shared
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking dependency style of cc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for int64_t... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from cc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether ln -s works... yes
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for ANSI C header files... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for alias support in the linker... no
checking for alias support in the linker... no
checking string usability... yes
checking string presence... yes
checking for string... yes
checking bits/type_traits.h usability... no
checking bits/type_traits.h presence... no
checking for bits/type_traits.h... no
checking type_traits.h usability... no
checking type_traits.h presence... no
checking for type_traits.h... no
checking for strtoq... yes
checking for long long... yes
checking for unsigned long long... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for bcopy... yes
checking for memmove... yes
checking for strerror... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzopen in -lz... yes
checking bzlib.h usability... no
checking bzlib.h presence... no
checking for bzlib.h... no
checking for libbz2... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libpcre.pc
config.status: creating libpcre16.pc
config.status: creating libpcre32.pc
config.status: creating libpcreposix.pc
config.status: creating libpcrecpp.pc
config.status: creating pcre-config
config.status: creating pcre.h
config.status: creating pcre_stringpiece.h
config.status: creating pcrecpparg.h
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing script-chmod commands
config.status: executing delete-old-chartables commands

pcre-8.37 configuration summary:

    Install prefix .................. : /usr/local
    C preprocessor .................. : cc -E
    C compiler ...................... : cc
    C++ preprocessor ................ : g++ -E
    C++ compiler .................... : g++
    Linker .......................... : /bin/ld -m elf_x86_64
    C preprocessor flags ............ :
    C compiler flags ................ : -O2 -fomit-frame-pointer -pipe  -fvisibility=hidden
    C++ compiler flags .............. : -O2 -fvisibility=hidden -fvisibility-inlines-hidden
    Linker flags .................... :
    Extra libraries ................. :

    Build 8 bit pcre library ........ : yes
    Build 16 bit pcre library ....... : no
    Build 32 bit pcre library ....... : no
    Build C++ library ............... : yes
    Enable JIT compiling support .... : no
    Enable UTF-8/16/32 support ...... : no
    Unicode properties .............. : no
    Newline char/sequence ........... : lf
    \R matches only ANYCRLF ......... : no
    EBCDIC coding ................... : no
    EBCDIC code for NL .............. : n/a
    Rebuild char tables ............. : no
    Use stack recursion ............. : yes
    POSIX mem threshold ............. : 10
    Internal link size .............. : 2
    Nested parentheses limit ........ : 250
    Match limit ..................... : 10000000
    Match limit recursion ........... : MATCH_LIMIT
    Build shared libs ............... : no
    Build static libs ............... : yes
    Use JIT in pcregrep ............. : no
    Buffer size for pcregrep ........ : 20480
    Link pcregrep with libz ......... : no
    Link pcregrep with libbz2 ....... : no
    Link pcretest with libedit ...... : no
    Link pcretest with libreadline .. : no
    Valgrind support ................ : no
    Code coverage ................... : no

cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/nginx.o \
        src/core/nginx.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_log.o \
        src/core/ngx_log.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_palloc.o \
        src/core/ngx_palloc.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_array.o \
        src/core/ngx_array.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_list.o \
        src/core/ngx_list.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_hash.o \
        src/core/ngx_hash.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_buf.o \
        src/core/ngx_buf.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_queue.o \
        src/core/ngx_queue.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_output_chain.o \
        src/core/ngx_output_chain.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_string.o \
        src/core/ngx_string.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_parse.o \
        src/core/ngx_parse.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_parse_time.o \
        src/core/ngx_parse_time.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_inet.o \
        src/core/ngx_inet.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_file.o \
        src/core/ngx_file.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_crc32.o \
        src/core/ngx_crc32.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_murmurhash.o \
        src/core/ngx_murmurhash.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_md5.o \
        src/core/ngx_md5.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_rbtree.o \
        src/core/ngx_rbtree.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_radix_tree.o \
        src/core/ngx_radix_tree.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_slab.o \
        src/core/ngx_slab.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_times.o \
        src/core/ngx_times.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_shmtx.o \
        src/core/ngx_shmtx.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_connection.o \
        src/core/ngx_connection.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_cycle.o \
        src/core/ngx_cycle.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_spinlock.o \
        src/core/ngx_spinlock.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_rwlock.o \
        src/core/ngx_rwlock.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_cpuinfo.o \
        src/core/ngx_cpuinfo.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_conf_file.o \
        src/core/ngx_conf_file.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_resolver.o \
        src/core/ngx_resolver.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_open_file_cache.o \
        src/core/ngx_open_file_cache.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_crypt.o \
        src/core/ngx_crypt.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_proxy_protocol.o \
        src/core/ngx_proxy_protocol.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_syslog.o \
        src/core/ngx_syslog.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/event/ngx_event.o \
        src/event/ngx_event.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/event/ngx_event_timer.o \
        src/event/ngx_event_timer.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/event/ngx_event_posted.o \
        src/event/ngx_event_posted.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/event/ngx_event_accept.o \
        src/event/ngx_event_accept.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/event/ngx_event_connect.o \
        src/event/ngx_event_connect.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/event/ngx_event_pipe.o \
        src/event/ngx_event_pipe.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_time.o \
        src/os/unix/ngx_time.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_errno.o \
        src/os/unix/ngx_errno.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_alloc.o \
        src/os/unix/ngx_alloc.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_files.o \
        src/os/unix/ngx_files.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_socket.o \
        src/os/unix/ngx_socket.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_recv.o \
        src/os/unix/ngx_recv.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_readv_chain.o \
        src/os/unix/ngx_readv_chain.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_udp_recv.o \
        src/os/unix/ngx_udp_recv.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_send.o \
        src/os/unix/ngx_send.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_writev_chain.o \
        src/os/unix/ngx_writev_chain.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_channel.o \
        src/os/unix/ngx_channel.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_shmem.o \
        src/os/unix/ngx_shmem.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_process.o \
        src/os/unix/ngx_process.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_daemon.o \
        src/os/unix/ngx_daemon.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_setaffinity.o \
        src/os/unix/ngx_setaffinity.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_setproctitle.o \
        src/os/unix/ngx_setproctitle.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_posix_init.o \
        src/os/unix/ngx_posix_init.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_user.o \
        src/os/unix/ngx_user.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_process_cycle.o \
        src/os/unix/ngx_process_cycle.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_linux_init.o \
        src/os/unix/ngx_linux_init.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/event/modules/ngx_epoll_module.o \
        src/event/modules/ngx_epoll_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/os/unix/ngx_linux_sendfile_chain.o \
        src/os/unix/ngx_linux_sendfile_chain.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/event/ngx_event_openssl.o \
        src/event/ngx_event_openssl.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/event/ngx_event_openssl_stapling.o \
        src/event/ngx_event_openssl_stapling.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs \
        -o objs/src/core/ngx_regex.o \
        src/core/ngx_regex.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http.o \
        src/http/ngx_http.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http_core_module.o \
        src/http/ngx_http_core_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http_special_response.o \
        src/http/ngx_http_special_response.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http_request.o \
        src/http/ngx_http_request.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http_parse.o \
        src/http/ngx_http_parse.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http_header_filter_module.o \
        src/http/ngx_http_header_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http_write_filter_module.o \
        src/http/ngx_http_write_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http_copy_filter_module.o \
        src/http/ngx_http_copy_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_log_module.o \
        src/http/modules/ngx_http_log_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http_request_body.o \
        src/http/ngx_http_request_body.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http_variables.o \
        src/http/ngx_http_variables.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http_script.o \
        src/http/ngx_http_script.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http_upstream.o \
        src/http/ngx_http_upstream.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http_upstream_round_robin.o \
        src/http/ngx_http_upstream_round_robin.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_static_module.o \
        src/http/modules/ngx_http_static_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_index_module.o \
        src/http/modules/ngx_http_index_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_chunked_filter_module.o \
        src/http/modules/ngx_http_chunked_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_range_filter_module.o \
        src/http/modules/ngx_http_range_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_headers_filter_module.o \
        src/http/modules/ngx_http_headers_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \
        src/http/modules/ngx_http_not_modified_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http_file_cache.o \
        src/http/ngx_http_file_cache.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_gzip_filter_module.o \
        src/http/modules/ngx_http_gzip_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/ngx_http_postpone_filter_module.o \
        src/http/ngx_http_postpone_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_ssi_filter_module.o \
        src/http/modules/ngx_http_ssi_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_charset_filter_module.o \
        src/http/modules/ngx_http_charset_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_userid_filter_module.o \
        src/http/modules/ngx_http_userid_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_dav_module.o \
        src/http/modules/ngx_http_dav_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_autoindex_module.o \
        src/http/modules/ngx_http_autoindex_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_auth_basic_module.o \
        src/http/modules/ngx_http_auth_basic_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_access_module.o \
        src/http/modules/ngx_http_access_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_limit_conn_module.o \
        src/http/modules/ngx_http_limit_conn_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_limit_req_module.o \
        src/http/modules/ngx_http_limit_req_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_geo_module.o \
        src/http/modules/ngx_http_geo_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_map_module.o \
        src/http/modules/ngx_http_map_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_split_clients_module.o \
        src/http/modules/ngx_http_split_clients_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_referer_module.o \
        src/http/modules/ngx_http_referer_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_rewrite_module.o \
        src/http/modules/ngx_http_rewrite_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_ssl_module.o \
        src/http/modules/ngx_http_ssl_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_fastcgi_module.o \
        src/http/modules/ngx_http_fastcgi_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_uwsgi_module.o \
        src/http/modules/ngx_http_uwsgi_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/modules/ngx_http_scgi_module.o \
        src/http/modules/ngx_http_scgi_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 -I /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
        -o objs/src/http/mod

热门AI工具

更多
DeepSeek
DeepSeek

幻方量化公司旗下的开源大模型平台

豆包大模型
豆包大模型

字节跳动自主研发的一系列大型语言模型

通义千问
通义千问

阿里巴巴推出的全能AI助手

腾讯元宝
腾讯元宝

腾讯混元平台推出的AI助手

文心一言
文心一言

文心一言是百度开发的AI聊天机器人,通过对话可以生成各种形式的内容。

讯飞写作
讯飞写作

基于讯飞星火大模型的AI写作工具,可以快速生成新闻稿件、品宣文案、工作总结、心得体会等各种文文稿

即梦AI
即梦AI

一站式AI创作平台,免费AI图片和视频生成。

ChatGPT
ChatGPT

最最强大的AI聊天机器人程序,ChatGPT不单是聊天机器人,还能进行撰写邮件、视频脚本、文案、翻译、代码等任务。

相关专题

更多
pixiv网页版官网登录与阅读指南_pixiv官网直达入口与在线访问方法
pixiv网页版官网登录与阅读指南_pixiv官网直达入口与在线访问方法

本专题系统整理pixiv网页版官网入口及登录访问方式,涵盖官网登录页面直达路径、在线阅读入口及快速进入方法说明,帮助用户高效找到pixiv官方网站,实现便捷、安全的网页端浏览与账号登录体验。

705

2026.02.13

微博网页版主页入口与登录指南_官方网页端快速访问方法
微博网页版主页入口与登录指南_官方网页端快速访问方法

本专题系统整理微博网页版官方入口及网页端登录方式,涵盖首页直达地址、账号登录流程与常见访问问题说明,帮助用户快速找到微博官网主页,实现便捷、安全的网页端登录与内容浏览体验。

233

2026.02.13

Flutter跨平台开发与状态管理实战
Flutter跨平台开发与状态管理实战

本专题围绕Flutter框架展开,系统讲解跨平台UI构建原理与状态管理方案。内容涵盖Widget生命周期、路由管理、Provider与Bloc状态管理模式、网络请求封装及性能优化技巧。通过实战项目演示,帮助开发者构建流畅、可维护的跨平台移动应用。

117

2026.02.13

TypeScript工程化开发与Vite构建优化实践
TypeScript工程化开发与Vite构建优化实践

本专题面向前端开发者,深入讲解 TypeScript 类型系统与大型项目结构设计方法,并结合 Vite 构建工具优化前端工程化流程。内容包括模块化设计、类型声明管理、代码分割、热更新原理以及构建性能调优。通过完整项目示例,帮助开发者提升代码可维护性与开发效率。

22

2026.02.13

Redis高可用架构与分布式缓存实战
Redis高可用架构与分布式缓存实战

本专题围绕 Redis 在高并发系统中的应用展开,系统讲解主从复制、哨兵机制、Cluster 集群模式及数据分片原理。内容涵盖缓存穿透与雪崩解决方案、分布式锁实现、热点数据优化及持久化策略。通过真实业务场景演示,帮助开发者构建高可用、可扩展的分布式缓存系统。

61

2026.02.13

c语言 数据类型
c语言 数据类型

本专题整合了c语言数据类型相关内容,阅读专题下面的文章了解更多详细内容。

30

2026.02.12

雨课堂网页版登录入口与使用指南_官方在线教学平台访问方法
雨课堂网页版登录入口与使用指南_官方在线教学平台访问方法

本专题系统整理雨课堂网页版官方入口及在线登录方式,涵盖账号登录流程、官方直连入口及平台访问方法说明,帮助师生用户快速进入雨课堂在线教学平台,实现便捷、高效的课程学习与教学管理体验。

15

2026.02.12

豆包AI网页版入口与智能创作指南_官方在线写作与图片生成使用方法
豆包AI网页版入口与智能创作指南_官方在线写作与图片生成使用方法

本专题汇总豆包AI官方网页版入口及在线使用方式,涵盖智能写作工具、图片生成体验入口和官网登录方法,帮助用户快速直达豆包AI平台,高效完成文本创作与AI生图任务,实现便捷智能创作体验。

669

2026.02.12

PostgreSQL性能优化与索引调优实战
PostgreSQL性能优化与索引调优实战

本专题面向后端开发与数据库工程师,深入讲解 PostgreSQL 查询优化原理与索引机制。内容包括执行计划分析、常见索引类型对比、慢查询优化策略、事务隔离级别以及高并发场景下的性能调优技巧。通过实战案例解析,帮助开发者提升数据库响应速度与系统稳定性。

58

2026.02.12

热门下载

更多
网站特效
/
网站源码
/
网站素材
/
前端模板

精品课程

更多
相关推荐
/
热门推荐
/
最新课程
php-src源码分析探索
php-src源码分析探索

共6课时 | 0.5万人学习

进程与SOCKET
进程与SOCKET

共6课时 | 0.4万人学习

关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送

Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号