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

来源:互联网 发布:双代号网络计划图 编辑:程序博客网 时间:2024/05/01 14:30

脚本的代码在

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.5s2015-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 用时 0s2015-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 用时 0s2015-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.8s2015-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.3s2015-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_64checking 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 ... foundchecking for gcc builtin atomic operations ... foundchecking for C99 variadic macros ... foundchecking for gcc variadic macros ... foundchecking for unistd.h ... foundchecking for inttypes.h ... foundchecking for limits.h ... foundchecking for sys/filio.h ... not foundchecking for sys/param.h ... foundchecking for sys/mount.h ... foundchecking for sys/statvfs.h ... foundchecking for crypt.h ... foundchecking for Linux specific featureschecking for epoll ... foundchecking for EPOLLRDHUP ... foundchecking for O_PATH ... foundchecking for sendfile() ... foundchecking for sendfile64() ... foundchecking for sys/prctl.h ... foundchecking for prctl(PR_SET_DUMPABLE) ... foundchecking for sched_setaffinity() ... foundchecking for crypt_r() ... foundchecking for sys/vfs.h ... foundchecking for poll() ... foundchecking for /dev/poll ... not foundchecking for kqueue ... not foundchecking for crypt() ... not foundchecking for crypt() in libcrypt ... foundchecking for F_READAHEAD ... not foundchecking for posix_fadvise() ... foundchecking for O_DIRECT ... foundchecking for F_NOCACHE ... not foundchecking for directio() ... not foundchecking for statfs() ... foundchecking for statvfs() ... foundchecking for dlopen() ... not foundchecking for dlopen() in libdl ... foundchecking for sched_yield() ... foundchecking for SO_SETFIB ... not foundchecking for SO_REUSEPORT ... foundchecking for SO_ACCEPTFILTER ... not foundchecking for TCP_DEFER_ACCEPT ... foundchecking for TCP_KEEPIDLE ... foundchecking for TCP_FASTOPEN ... not foundchecking for TCP_INFO ... foundchecking for accept4() ... foundchecking for eventfd() ... foundchecking for int size ... 4 byteschecking for long size ... 8 byteschecking for long long size ... 8 byteschecking for void * size ... 8 byteschecking for uint64_t ... foundchecking for sig_atomic_t ... foundchecking for sig_atomic_t size ... 4 byteschecking for socklen_t ... foundchecking for in_addr_t ... foundchecking for in_port_t ... foundchecking for rlim_t ... foundchecking for uintptr_t ... uintptr_t foundchecking for system byte ordering ... little endianchecking for size_t size ... 8 byteschecking for off_t size ... 8 byteschecking for time_t size ... 8 byteschecking for setproctitle() ... not foundchecking for pread() ... foundchecking for pwrite() ... foundchecking for sys_nerr ... foundchecking for localtime_r() ... foundchecking for posix_memalign() ... foundchecking for memalign() ... foundchecking for mmap(MAP_ANON|MAP_SHARED) ... foundchecking for mmap("/dev/zero", MAP_SHARED) ... foundchecking for System V shared memory ... foundchecking for POSIX semaphores ... not foundchecking for POSIX semaphores in libpthread ... foundchecking for struct msghdr.msg_control ... foundchecking for ioctl(FIONBIO) ... foundchecking for struct tm.tm_gmtoff ... foundchecking for struct dirent.d_namlen ... not foundchecking for struct dirent.d_type ... foundchecking for sysconf(_SC_NPROCESSORS_ONLN) ... foundchecking for openat(), fstatat() ... foundchecking for getaddrinfo() ... foundconfiguring additional modulesadding 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 configuredchecking for OpenSSL library ... foundcreating objs/MakefileConfiguration 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/Makefilemake[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-sharedchecking for a BSD-compatible install... /bin/install -cchecking whether build environment is sane... yeschecking for a thread-safe mkdir -p... /bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether make supports nested variables... yeschecking whether make supports nested variables... (cached) yeschecking for style of include used by make... GNUchecking for gcc... ccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables...checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether cc accepts -g... yeschecking for cc option to accept ISO C89... none neededchecking whether cc understands -c and -o together... yeschecking dependency style of cc... gcc3checking for ar... archecking the archiver (ar) interface... archecking for gcc... (cached) ccchecking whether we are using the GNU C compiler... (cached) yeschecking whether cc accepts -g... (cached) yeschecking for cc option to accept ISO C89... (cached) none neededchecking whether cc understands -c and -o together... (cached) yeschecking dependency style of cc... (cached) gcc3checking for g++... g++checking whether we are using the GNU C++ compiler... yeschecking whether g++ accepts -g... yeschecking dependency style of g++... gcc3checking how to run the C preprocessor... cc -Echecking for grep that handles long lines and -e... /bin/grepchecking for egrep... /bin/grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking for int64_t... yeschecking build system type... x86_64-unknown-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking how to print strings... printfchecking for a sed that does not truncate output... /bin/sedchecking for fgrep... /bin/grep -Fchecking for ld used by cc... /bin/ldchecking if the linker (/bin/ld) is GNU ld... yeschecking for BSD- or MS-compatible name lister (nm)... /bin/nm -Bchecking the name lister (/bin/nm -B) interface... BSD nmchecking whether ln -s works... yeschecking the maximum length of command line arguments... 1572864checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noopchecking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noopchecking for /bin/ld option to reload object files... -rchecking for objdump... objdumpchecking how to recognize dependent libraries... pass_allchecking for dlltool... dlltoolchecking how to associate runtime and link libraries... printf %s\nchecking for archiver @FILE support... @checking for strip... stripchecking for ranlib... ranlibchecking command to parse /bin/nm -B output from cc object... okchecking for sysroot... nochecking for a working dd... /bin/ddchecking how to truncate binary pipes... /bin/dd bs=4096 count=1checking for mt... nochecking if : is a manifest tool... nochecking for dlfcn.h... yeschecking for objdir... .libschecking if cc supports -fno-rtti -fno-exceptions... nochecking for cc option to produce PIC... -fPIC -DPICchecking if cc PIC flag -fPIC -DPIC works... yeschecking if cc static flag -static works... nochecking if cc supports -c -o file.o... yeschecking if cc supports -c -o file.o... (cached) yeschecking whether the cc linker (/bin/ld -m elf_x86_64) supports shared libraries... yeschecking dynamic linker characteristics... GNU/Linux ld.sochecking how to hardcode library paths into programs... immediatechecking whether stripping libraries is possible... yeschecking if libtool supports shared libraries... yeschecking whether to build shared libraries... nochecking whether to build static libraries... yeschecking how to run the C++ preprocessor... g++ -Echecking for ld used by g++... /bin/ld -m elf_x86_64checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yeschecking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yeschecking for g++ option to produce PIC... -fPIC -DPICchecking if g++ PIC flag -fPIC -DPIC works... yeschecking if g++ static flag -static works... nochecking if g++ supports -c -o file.o... yeschecking if g++ supports -c -o file.o... (cached) yeschecking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yeschecking dynamic linker characteristics... (cached) GNU/Linux ld.sochecking how to hardcode library paths into programs... immediatechecking whether ln -s works... yeschecking whether the -Werror option is usable... yeschecking for simple visibility declarations... yeschecking for ANSI C header files... (cached) yeschecking limits.h usability... yeschecking limits.h presence... yeschecking for limits.h... yeschecking for sys/types.h... (cached) yeschecking for sys/stat.h... (cached) yeschecking dirent.h usability... yeschecking dirent.h presence... yeschecking for dirent.h... yeschecking windows.h usability... nochecking windows.h presence... nochecking for windows.h... nochecking for alias support in the linker... nochecking for alias support in the linker... nochecking string usability... yeschecking string presence... yeschecking for string... yeschecking bits/type_traits.h usability... nochecking bits/type_traits.h presence... nochecking for bits/type_traits.h... nochecking type_traits.h usability... nochecking type_traits.h presence... nochecking for type_traits.h... nochecking for strtoq... yeschecking for long long... yeschecking for unsigned long long... yeschecking for an ANSI C-conforming const... yeschecking for size_t... yeschecking for bcopy... yeschecking for memmove... yeschecking for strerror... yeschecking zlib.h usability... yeschecking zlib.h presence... yeschecking for zlib.h... yeschecking for gzopen in -lz... yeschecking bzlib.h usability... nochecking bzlib.h presence... nochecking for bzlib.h... nochecking for libbz2... nochecking that generated files are newer than configure... doneconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating libpcre.pcconfig.status: creating libpcre16.pcconfig.status: creating libpcre32.pcconfig.status: creating libpcreposix.pcconfig.status: creating libpcrecpp.pcconfig.status: creating pcre-configconfig.status: creating pcre.hconfig.status: creating pcre_stringpiece.hconfig.status: creating pcrecpparg.hconfig.status: creating config.hconfig.status: executing depfiles commandsconfig.status: executing libtool commandsconfig.status: executing script-chmod commandsconfig.status: executing delete-old-chartables commandspcre-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 ................... : nocc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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.ccc -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_memcached_module.o \        src/http/modules/ngx_http_memcached_module.ccc -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_empty_gif_module.o \        src/http/modules/ngx_http_empty_gif_module.ccc -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_browser_module.o \        src/http/modules/ngx_http_browser_module.ccc -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_upstream_hash_module.o \        src/http/modules/ngx_http_upstream_hash_module.ccc -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_upstream_ip_hash_module.o \        src/http/modules/ngx_http_upstream_ip_hash_module.ccc -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_upstream_least_conn_module.o \        src/http/modules/ngx_http_upstream_least_conn_module.ccc -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_upstream_keepalive_module.o \        src/http/modules/ngx_http_upstream_keepalive_module.ccc -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_upstream_zone_module.o \        src/http/modules/ngx_http_upstream_zone_module.ccc -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 -I src/mail -I src/stream \        -o objs/addon/ngx_http_dav_ext_module/ngx_http_dav_ext_module.o \        /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/ngx_http_dav_ext_module//ngx_http_dav_ext_module.ccc -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/ngx_modules.o \        objs/ngx_modules.ccd /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37 \&& make libpcre.lamake[2]: 进入目录“/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37”  CC       libpcre_la-pcre_byte_order.lo  CC       libpcre_la-pcre_compile.lo  CC       libpcre_la-pcre_config.lo  CC       libpcre_la-pcre_dfa_exec.lo  CC       libpcre_la-pcre_exec.lo  CC       libpcre_la-pcre_fullinfo.lo  CC       libpcre_la-pcre_get.lo  CC       libpcre_la-pcre_globals.lo  CC       libpcre_la-pcre_jit_compile.lo  CC       libpcre_la-pcre_maketables.lo  CC       libpcre_la-pcre_newline.lo  CC       libpcre_la-pcre_ord2utf8.lo  CC       libpcre_la-pcre_refcount.lo  CC       libpcre_la-pcre_string_utils.lo  CC       libpcre_la-pcre_study.lo  CC       libpcre_la-pcre_tables.lo  CC       libpcre_la-pcre_ucd.lo  CC       libpcre_la-pcre_valid_utf8.lo  CC       libpcre_la-pcre_version.lo  CC       libpcre_la-pcre_xclass.lorm -f pcre_chartables.cln -s ./pcre_chartables.c.dist pcre_chartables.c  CC       libpcre_la-pcre_chartables.lo  CCLD     libpcre.lamake[2]: 离开目录“/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37”cd /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8 \&& make distclean \&& CFLAGS="-O2 -fomit-frame-pointer -pipe " CC="cc" \        ./configure \&& make libz.amake[2]: 进入目录“/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8”make -f Makefile.in distcleanmake[3]: 进入目录“/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8”rm -f *.o *.lo *~ \   example minigzip examplesh minigzipsh \   example64 minigzip64 \   infcover \   libz.* foo.gz so_locations \   _match.s maketree contrib/infback9/*.orm -rf objsrm -f *.gcda *.gcno *.gcovrm -f contrib/infback9/*.gcda contrib/infback9/*.gcno contrib/infback9/*.gcovcp -p zconf.h.in zconf.hrm -f Makefile zlib.pc configure.logmake[3]: 离开目录“/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8”make[2]: 离开目录“/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8”Checking for shared library support...Building shared library libz.so.1.2.8 with cc.Checking for off64_t... Yes.Checking for fseeko... Yes.Checking for strerror... Yes.Checking for unistd.h... Yes.Checking for stdarg.h... Yes.Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().Checking for vsnprintf() in stdio.h... Yes.Checking for return value of vsnprintf()... Yes.Checking for attribute(visibility) support... Yes.make[2]: 进入目录“/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8”cc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o adler32.o adler32.ccc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o crc32.o crc32.ccc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o deflate.o deflate.ccc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o infback.o infback.ccc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o inffast.o inffast.ccc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o inflate.o inflate.ccc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o inftrees.o inftrees.ccc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o trees.o trees.ccc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o zutil.o zutil.ccc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o compress.o compress.ccc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o uncompr.o uncompr.ccc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o gzclose.o gzclose.ccc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o gzlib.o gzlib.ccc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o gzread.o gzread.ccc -O2 -fomit-frame-pointer -pipe   -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN   -c -o gzwrite.o gzwrite.car rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.omake[2]: 离开目录“/home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8”cc -o objs/nginx \objs/src/core/nginx.o \objs/src/core/ngx_log.o \objs/src/core/ngx_palloc.o \objs/src/core/ngx_array.o \objs/src/core/ngx_list.o \objs/src/core/ngx_hash.o \objs/src/core/ngx_buf.o \objs/src/core/ngx_queue.o \objs/src/core/ngx_output_chain.o \objs/src/core/ngx_string.o \objs/src/core/ngx_parse.o \objs/src/core/ngx_parse_time.o \objs/src/core/ngx_inet.o \objs/src/core/ngx_file.o \objs/src/core/ngx_crc32.o \objs/src/core/ngx_murmurhash.o \objs/src/core/ngx_md5.o \objs/src/core/ngx_rbtree.o \objs/src/core/ngx_radix_tree.o \objs/src/core/ngx_slab.o \objs/src/core/ngx_times.o \objs/src/core/ngx_shmtx.o \objs/src/core/ngx_connection.o \objs/src/core/ngx_cycle.o \objs/src/core/ngx_spinlock.o \objs/src/core/ngx_rwlock.o \objs/src/core/ngx_cpuinfo.o \objs/src/core/ngx_conf_file.o \objs/src/core/ngx_resolver.o \objs/src/core/ngx_open_file_cache.o \objs/src/core/ngx_crypt.o \objs/src/core/ngx_proxy_protocol.o \objs/src/core/ngx_syslog.o \objs/src/event/ngx_event.o \objs/src/event/ngx_event_timer.o \objs/src/event/ngx_event_posted.o \objs/src/event/ngx_event_accept.o \objs/src/event/ngx_event_connect.o \objs/src/event/ngx_event_pipe.o \objs/src/os/unix/ngx_time.o \objs/src/os/unix/ngx_errno.o \objs/src/os/unix/ngx_alloc.o \objs/src/os/unix/ngx_files.o \objs/src/os/unix/ngx_socket.o \objs/src/os/unix/ngx_recv.o \objs/src/os/unix/ngx_readv_chain.o \objs/src/os/unix/ngx_udp_recv.o \objs/src/os/unix/ngx_send.o \objs/src/os/unix/ngx_writev_chain.o \objs/src/os/unix/ngx_channel.o \objs/src/os/unix/ngx_shmem.o \objs/src/os/unix/ngx_process.o \objs/src/os/unix/ngx_daemon.o \objs/src/os/unix/ngx_setaffinity.o \objs/src/os/unix/ngx_setproctitle.o \objs/src/os/unix/ngx_posix_init.o \objs/src/os/unix/ngx_user.o \objs/src/os/unix/ngx_process_cycle.o \objs/src/os/unix/ngx_linux_init.o \objs/src/event/modules/ngx_epoll_module.o \objs/src/os/unix/ngx_linux_sendfile_chain.o \objs/src/event/ngx_event_openssl.o \objs/src/event/ngx_event_openssl_stapling.o \objs/src/core/ngx_regex.o \objs/src/http/ngx_http.o \objs/src/http/ngx_http_core_module.o \objs/src/http/ngx_http_special_response.o \objs/src/http/ngx_http_request.o \objs/src/http/ngx_http_parse.o \objs/src/http/ngx_http_header_filter_module.o \objs/src/http/ngx_http_write_filter_module.o \objs/src/http/ngx_http_copy_filter_module.o \objs/src/http/modules/ngx_http_log_module.o \objs/src/http/ngx_http_request_body.o \objs/src/http/ngx_http_variables.o \objs/src/http/ngx_http_script.o \objs/src/http/ngx_http_upstream.o \objs/src/http/ngx_http_upstream_round_robin.o \objs/src/http/modules/ngx_http_static_module.o \objs/src/http/modules/ngx_http_index_module.o \objs/src/http/modules/ngx_http_chunked_filter_module.o \objs/src/http/modules/ngx_http_range_filter_module.o \objs/src/http/modules/ngx_http_headers_filter_module.o \objs/src/http/modules/ngx_http_not_modified_filter_module.o \objs/src/http/ngx_http_file_cache.o \objs/src/http/modules/ngx_http_gzip_filter_module.o \objs/src/http/ngx_http_postpone_filter_module.o \objs/src/http/modules/ngx_http_ssi_filter_module.o \objs/src/http/modules/ngx_http_charset_filter_module.o \objs/src/http/modules/ngx_http_userid_filter_module.o \objs/src/http/modules/ngx_http_dav_module.o \objs/src/http/modules/ngx_http_autoindex_module.o \objs/src/http/modules/ngx_http_auth_basic_module.o \objs/src/http/modules/ngx_http_access_module.o \objs/src/http/modules/ngx_http_limit_conn_module.o \objs/src/http/modules/ngx_http_limit_req_module.o \objs/src/http/modules/ngx_http_geo_module.o \objs/src/http/modules/ngx_http_map_module.o \objs/src/http/modules/ngx_http_split_clients_module.o \objs/src/http/modules/ngx_http_referer_module.o \objs/src/http/modules/ngx_http_rewrite_module.o \objs/src/http/modules/ngx_http_ssl_module.o \objs/src/http/modules/ngx_http_fastcgi_module.o \objs/src/http/modules/ngx_http_uwsgi_module.o \objs/src/http/modules/ngx_http_scgi_module.o \objs/src/http/modules/ngx_http_memcached_module.o \objs/src/http/modules/ngx_http_empty_gif_module.o \objs/src/http/modules/ngx_http_browser_module.o \objs/src/http/modules/ngx_http_upstream_hash_module.o \objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \objs/src/http/modules/ngx_http_upstream_least_conn_module.o \objs/src/http/modules/ngx_http_upstream_keepalive_module.o \objs/src/http/modules/ngx_http_upstream_zone_module.o \objs/addon/ngx_http_dav_ext_module/ngx_http_dav_ext_module.o \objs/ngx_modules.o \-lpthread -lcrypt -lexpat /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/pcre-8.37/.libs/libpcre.a -lssl -lcrypto -ldl /home/www/linux-shells/centos/7/nginx-1.9.3/src-ext/zlib-1.2.8/libz.amake[1]: 离开目录“/home/www/linux-shells/centos/7/nginx-1.9.3”make -f objs/Makefile manpagemake[1]: 进入目录“/home/www/linux-shells/centos/7/nginx-1.9.3”sed -e "s|%%PREFIX%%|/usr/local/nginx/|" \        -e "s|%%PID_PATH%%|/run/nginx.pid|" \        -e "s|%%CONF_PATH%%|/etc/nginx/nginx.conf|" \        -e "s|%%ERROR_LOG_PATH%%|/var/log/nginx/error.log|" \        < man/nginx.8 > objs/nginx.8make[1]: 离开目录“/home/www/linux-shells/centos/7/nginx-1.9.3”================编译成功================准备安装nginx,但检测到系统存在旧的nginx配置目录:/etc/nginx/,请重命名此目录备份,否则安装时会直接替换掉本目录中的文件,处理好后请按任意键继续....查看是否有nginx服务正在运行中看来你的系统目前没有nginx服务正在运行,请你可以继续操作了开始安装...make -f objs/Makefile installmake[1]: 进入目录“/home/www/linux-shells/centos/7/nginx-1.9.3”test -d '/usr/local/nginx/' || mkdir -p '/usr/local/nginx/'test -d '/usr/local/nginx/sbin'                 || mkdir -p '/usr/local/nginx/sbin'test ! -f '/usr/local/nginx/sbin/nginx'                 || mv '/usr/local/nginx/sbin/nginx'           '/usr/local/nginx/sbin/nginx.old'cp objs/nginx '/usr/local/nginx/sbin/nginx'test -d '/etc/nginx'            || mkdir -p '/etc/nginx'cp conf/koi-win '/etc/nginx'cp conf/koi-utf '/etc/nginx'cp conf/win-utf '/etc/nginx'test -f '/etc/nginx/mime.types'                 || cp conf/mime.types '/etc/nginx'cp conf/mime.types '/etc/nginx/mime.types.default'test -f '/etc/nginx/fastcgi_params'             || cp conf/fastcgi_params '/etc/nginx'cp conf/fastcgi_params          '/etc/nginx/fastcgi_params.default'test -f '/etc/nginx/fastcgi.conf'               || cp conf/fastcgi.conf '/etc/nginx'cp conf/fastcgi.conf '/etc/nginx/fastcgi.conf.default'test -f '/etc/nginx/uwsgi_params'               || cp conf/uwsgi_params '/etc/nginx'cp conf/uwsgi_params            '/etc/nginx/uwsgi_params.default'test -f '/etc/nginx/scgi_params'                || cp conf/scgi_params '/etc/nginx'cp conf/scgi_params             '/etc/nginx/scgi_params.default'test -f '/etc/nginx/nginx.conf'                 || cp conf/nginx.conf '/etc/nginx/nginx.conf'cp conf/nginx.conf '/etc/nginx/nginx.conf.default'test -d '/run'          || mkdir -p '/run'test -d '/var/log/nginx' ||             mkdir -p '/var/log/nginx'test -d '/usr/local/nginx//html'                || cp -R html '/usr/local/nginx/'test -d '/var/log/nginx' ||             mkdir -p '/var/log/nginx'make[1]: 离开目录“/home/www/linux-shells/centos/7/nginx-1.9.3”===========安装成功=============准备生成service nginx start服务调用的配置文件[/usr/lib/systemd/system/nginx.service]....nginx内容如下\n[Unit]Description=The nginx HTTP and reverse proxy serverAfter=syslog.target network.target remote-fs.target nss-lookup.target[Service]Type=forkingPIDFile=/run/nginx.pidExecStartPre=/usr/local/nginx/sbin/nginx -tExecStart=/usr/local/nginx/sbin/nginxExecReload=/bin/kill -s HUP $MAINPIDExecStop=/bin/kill -s QUIT $MAINPIDPrivateTmp=true[Install]WantedBy=multi-user.target============写入服务引导文件[nginx.service]成功=========你可以使用命令配置机器自动启动时自动启动服务:systemctl enable nginx; 相反,systemctl disable nginx禁用这个功能配置nginx开机自启动?[Y/N]:Y配置nginx服务开机自启动操作完成删除nginx-source目录/home/www/linux-shells/centos/7/nginx-1.9.3/[Y]?Y已删除nginx-source目录:/home/www/linux-shells/centos/7/nginx-1.9.3/!!!!!全部操作已经完成,你可以使用nginx了!!!!!!!!![root@qidiziCentos 7]#


0 0
原创粉丝点击