찾다
백엔드 개발PHP 튜토리얼一个centos7上全自动互动式编译nginx的脚本

脚本的代码在

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脚本,但是看了眼没有多少必要就懒得写了;

* 可以根据这个脚本来发解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://124.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://124.205.69.131/files/9137000001181C56/ncu.dl.sourceforge.net/project/pcre/pcre/8.37/pcre-8.37.tar.gz
正在连接 124.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://124.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://124.205.69.137/files/7045000000F31B43/heanet.dl.sourceforge.net/sourceforge/libpng/zlib-1.2.8.tar.gz
正在连接 124.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
성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
과대 광고 : 오늘 PHP의 역할을 평가합니다과대 광고 : 오늘 PHP의 역할을 평가합니다Apr 12, 2025 am 12:17 AM

PHP는 현대적인 프로그래밍, 특히 웹 개발 분야에서 강력하고 널리 사용되는 도구로 남아 있습니다. 1) PHP는 사용하기 쉽고 데이터베이스와 완벽하게 통합되며 많은 개발자에게 가장 먼저 선택됩니다. 2) 동적 컨텐츠 생성 및 객체 지향 프로그래밍을 지원하여 웹 사이트를 신속하게 작성하고 유지 관리하는 데 적합합니다. 3) 데이터베이스 쿼리를 캐싱하고 최적화함으로써 PHP의 성능을 향상시킬 수 있으며, 광범위한 커뮤니티와 풍부한 생태계는 오늘날의 기술 스택에 여전히 중요합니다.

PHP의 약한 참고 자료는 무엇이며 언제 유용합니까?PHP의 약한 참고 자료는 무엇이며 언제 유용합니까?Apr 12, 2025 am 12:13 AM

PHP에서는 약한 참조가 약한 회의 클래스를 통해 구현되며 쓰레기 수집가가 물체를 되 찾는 것을 방해하지 않습니다. 약한 참조는 캐싱 시스템 및 이벤트 리스너와 같은 시나리오에 적합합니다. 물체의 생존을 보장 할 수 없으며 쓰레기 수집이 지연 될 수 있음에 주목해야합니다.

PHP의 __invoke 마법 방법을 설명하십시오.PHP의 __invoke 마법 방법을 설명하십시오.Apr 12, 2025 am 12:07 AM

\ _ \ _ 호출 메소드를 사용하면 객체를 함수처럼 호출 할 수 있습니다. 1. 객체를 호출 할 수 있도록 메소드를 호출하는 \ _ \ _ 정의하십시오. 2. $ obj (...) 구문을 사용할 때 PHP는 \ _ \ _ invoke 메소드를 실행합니다. 3. 로깅 및 계산기, 코드 유연성 및 가독성 향상과 같은 시나리오에 적합합니다.

동시성에 대해 PHP 8.1의 섬유를 설명하십시오.동시성에 대해 PHP 8.1의 섬유를 설명하십시오.Apr 12, 2025 am 12:05 AM

섬유는 PHP8.1에 도입되어 동시 처리 기능을 향상시켰다. 1) 섬유는 코 루틴과 유사한 가벼운 동시성 모델입니다. 2) 개발자는 작업의 실행 흐름을 수동으로 제어 할 수 있으며 I/O 집약적 작업을 처리하는 데 적합합니다. 3) 섬유를 사용하면보다 효율적이고 반응이 좋은 코드를 작성할 수 있습니다.

PHP 커뮤니티 : 자원, 지원 및 개발PHP 커뮤니티 : 자원, 지원 및 개발Apr 12, 2025 am 12:04 AM

PHP 커뮤니티는 개발자 성장을 돕기 위해 풍부한 자원과 지원을 제공합니다. 1) 자료에는 공식 문서, 튜토리얼, 블로그 및 Laravel 및 Symfony와 같은 오픈 소스 프로젝트가 포함됩니다. 2) 지원은 StackoverFlow, Reddit 및 Slack 채널을 통해 얻을 수 있습니다. 3) RFC에 따라 개발 동향을 배울 수 있습니다. 4) 적극적인 참여, 코드에 대한 기여 및 학습 공유를 통해 커뮤니티에 통합 될 수 있습니다.

PHP vs. Python : 차이점 이해PHP vs. Python : 차이점 이해Apr 11, 2025 am 12:15 AM

PHP와 Python은 각각 고유 한 장점이 있으며 선택은 프로젝트 요구 사항을 기반으로해야합니다. 1.PHP는 간단한 구문과 높은 실행 효율로 웹 개발에 적합합니다. 2. Python은 간결한 구문 및 풍부한 라이브러리를 갖춘 데이터 과학 및 기계 학습에 적합합니다.

PHP : 죽어 가거나 단순히 적응하고 있습니까?PHP : 죽어 가거나 단순히 적응하고 있습니까?Apr 11, 2025 am 12:13 AM

PHP는 죽지 않고 끊임없이 적응하고 진화합니다. 1) PHP는 1994 년부터 새로운 기술 트렌드에 적응하기 위해 여러 버전 반복을 겪었습니다. 2) 현재 전자 상거래, 컨텐츠 관리 시스템 및 기타 분야에서 널리 사용됩니다. 3) PHP8은 성능과 현대화를 개선하기 위해 JIT 컴파일러 및 기타 기능을 소개합니다. 4) Opcache를 사용하고 PSR-12 표준을 따라 성능 및 코드 품질을 최적화하십시오.

PHP의 미래 : 적응 및 혁신PHP의 미래 : 적응 및 혁신Apr 11, 2025 am 12:01 AM

PHP의 미래는 새로운 기술 트렌드에 적응하고 혁신적인 기능을 도입함으로써 달성 될 것입니다. 1) 클라우드 컴퓨팅, 컨테이너화 및 마이크로 서비스 아키텍처에 적응, Docker 및 Kubernetes 지원; 2) 성능 및 데이터 처리 효율을 향상시키기 위해 JIT 컴파일러 및 열거 유형을 도입합니다. 3) 지속적으로 성능을 최적화하고 모범 사례를 홍보합니다.

See all articles

핫 AI 도구

Undresser.AI Undress

Undresser.AI Undress

사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover

AI Clothes Remover

사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool

Undress AI Tool

무료로 이미지를 벗다

Clothoff.io

Clothoff.io

AI 옷 제거제

AI Hentai Generator

AI Hentai Generator

AI Hentai를 무료로 생성하십시오.

인기 기사

R.E.P.O. 에너지 결정과 그들이하는 일 (노란색 크리스탈)
3 몇 주 전By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. 최고의 그래픽 설정
3 몇 주 전By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. 아무도들을 수없는 경우 오디오를 수정하는 방법
3 몇 주 전By尊渡假赌尊渡假赌尊渡假赌
WWE 2K25 : Myrise에서 모든 것을 잠금 해제하는 방법
4 몇 주 전By尊渡假赌尊渡假赌尊渡假赌

뜨거운 도구

VSCode Windows 64비트 다운로드

VSCode Windows 64비트 다운로드

Microsoft에서 출시한 강력한 무료 IDE 편집기

mPDF

mPDF

mPDF는 UTF-8로 인코딩된 HTML에서 PDF 파일을 생성할 수 있는 PHP 라이브러리입니다. 원저자인 Ian Back은 자신의 웹 사이트에서 "즉시" PDF 파일을 출력하고 다양한 언어를 처리하기 위해 mPDF를 작성했습니다. HTML2FPDF와 같은 원본 스크립트보다 유니코드 글꼴을 사용할 때 속도가 느리고 더 큰 파일을 생성하지만 CSS 스타일 등을 지원하고 많은 개선 사항이 있습니다. RTL(아랍어, 히브리어), CJK(중국어, 일본어, 한국어)를 포함한 거의 모든 언어를 지원합니다. 중첩된 블록 수준 요소(예: P, DIV)를 지원합니다.

맨티스BT

맨티스BT

Mantis는 제품 결함 추적을 돕기 위해 설계된 배포하기 쉬운 웹 기반 결함 추적 도구입니다. PHP, MySQL 및 웹 서버가 필요합니다. 데모 및 호스팅 서비스를 확인해 보세요.

WebStorm Mac 버전

WebStorm Mac 버전

유용한 JavaScript 개발 도구

ZendStudio 13.5.1 맥

ZendStudio 13.5.1 맥

강력한 PHP 통합 개발 환경