脚本的代码在
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

PHP仍然流行的原因是其易用性、灵活性和强大的生态系统。1)易用性和简单语法使其成为初学者的首选。2)与web开发紧密结合,处理HTTP请求和数据库交互出色。3)庞大的生态系统提供了丰富的工具和库。4)活跃的社区和开源性质使其适应新需求和技术趋势。

PHP和Python都是高层次的编程语言,广泛应用于Web开发、数据处理和自动化任务。1.PHP常用于构建动态网站和内容管理系统,而Python常用于构建Web框架和数据科学。2.PHP使用echo输出内容,Python使用print。3.两者都支持面向对象编程,但语法和关键字不同。4.PHP支持弱类型转换,Python则更严格。5.PHP性能优化包括使用OPcache和异步编程,Python则使用cProfile和异步编程。

PHP主要是过程式编程,但也支持面向对象编程(OOP);Python支持多种范式,包括OOP、函数式和过程式编程。PHP适合web开发,Python适用于多种应用,如数据分析和机器学习。

PHP起源于1994年,由RasmusLerdorf开发,最初用于跟踪网站访问者,逐渐演变为服务器端脚本语言,广泛应用于网页开发。Python由GuidovanRossum于1980年代末开发,1991年首次发布,强调代码可读性和简洁性,适用于科学计算、数据分析等领域。

PHP适合网页开发和快速原型开发,Python适用于数据科学和机器学习。1.PHP用于动态网页开发,语法简单,适合快速开发。2.Python语法简洁,适用于多领域,库生态系统强大。

PHP在现代化进程中仍然重要,因为它支持大量网站和应用,并通过框架适应开发需求。1.PHP7提升了性能并引入了新功能。2.现代框架如Laravel、Symfony和CodeIgniter简化开发,提高代码质量。3.性能优化和最佳实践进一步提升应用效率。

PHPhassignificantlyimpactedwebdevelopmentandextendsbeyondit.1)ItpowersmajorplatformslikeWordPressandexcelsindatabaseinteractions.2)PHP'sadaptabilityallowsittoscaleforlargeapplicationsusingframeworkslikeLaravel.3)Beyondweb,PHPisusedincommand-linescrip

PHP类型提示提升代码质量和可读性。1)标量类型提示:自PHP7.0起,允许在函数参数中指定基本数据类型,如int、float等。2)返回类型提示:确保函数返回值类型的一致性。3)联合类型提示:自PHP8.0起,允许在函数参数或返回值中指定多个类型。4)可空类型提示:允许包含null值,处理可能返回空值的函数。


热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章

热工具

Dreamweaver Mac版
视觉化网页开发工具

mPDF
mPDF是一个PHP库,可以从UTF-8编码的HTML生成PDF文件。原作者Ian Back编写mPDF以从他的网站上“即时”输出PDF文件,并处理不同的语言。与原始脚本如HTML2FPDF相比,它的速度较慢,并且在使用Unicode字体时生成的文件较大,但支持CSS样式等,并进行了大量增强。支持几乎所有语言,包括RTL(阿拉伯语和希伯来语)和CJK(中日韩)。支持嵌套的块级元素(如P、DIV),

SublimeText3汉化版
中文版,非常好用

WebStorm Mac版
好用的JavaScript开发工具

MinGW - 适用于 Windows 的极简 GNU
这个项目正在迁移到osdn.net/projects/mingw的过程中,你可以继续在那里关注我们。MinGW:GNU编译器集合(GCC)的本地Windows移植版本,可自由分发的导入库和用于构建本地Windows应用程序的头文件;包括对MSVC运行时的扩展,以支持C99功能。MinGW的所有软件都可以在64位Windows平台上运行。