您的位置:首页 > 运维架构 > Nginx

linux安装nginx笔记 成功

2017-02-07 11:09 351 查看
login as: root
root@139.199.175.251's password:
Access denied
root@139.199.175.251's password:
[root@VM_206_163_centos ~]# cd /usr/local/src/
[root@VM_206_163_centos src]# ls
[root@VM_206_163_centos src]# yum install gcc automake autoconf libtool gcc-c++
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed
---> Package automake.noarch 0:1.11.1-4.el6 will be installed
---> Package gcc.x86_64 0:4.4.7-17.el6 will be installed
--> Processing Dependency: libgomp = 4.4.7-17.el6 for package: gcc-4.4.7-17.el6.                                                                                                 x86_64
--> Processing Dependency: cpp = 4.4.7-17.el6 for package: gcc-4.4.7-17.el6.x86_                                                                                                 64
--> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.7-17.el6.x86_6                                                                                                 4
--> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.4.7-17.el6.x                                                                                                 86_64
---> Package gcc-c++.x86_64 0:4.4.7-17.el6 will be installed
--> Processing Dependency: libstdc++-devel = 4.4.7-17.el6 for package: gcc-c++-4                                                                                                 .4.7-17.el6.x86_64
--> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.7-17.e                                                                                                 l6.x86_64
---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed
--> Running transaction check
---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed
--> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-                                                                                                 1.2.el6.x86_64
--> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.                                                                                                 2.el6.x86_64
---> Package cpp.x86_64 0:4.4.7-17.el6 will be installed
---> Package libgomp.x86_64 0:4.4.7-17.el6 will be installed
---> Package libstdc++-devel.x86_64 0:4.4.7-17.el6 will be installed
---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed
--> Running transaction check
---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package                 Arch           Version                Repository  Size
================================================================================
Installing:
autoconf                noarch         2.63-5.1.el6           os         781 k
automake                noarch         1.11.1-4.el6           os         550 k
gcc                     x86_64         4.4.7-17.el6           os          10 M
gcc-c++                 x86_64         4.4.7-17.el6           os         4.7 M
libtool                 x86_64         2.2.6-15.5.el6         os         564 k
Installing for dependencies:
cloog-ppl               x86_64         0.15.7-1.2.el6         os          93 k
cpp                     x86_64         4.4.7-17.el6           os         3.7 M
libgomp                 x86_64         4.4.7-17.el6           os         134 k
libstdc++-devel         x86_64         4.4.7-17.el6           os         1.6 M
mpfr                    x86_64         2.4.1-6.el6            os         157 k
ppl                     x86_64         0.10.2-11.el6          os         1.3 M

Transaction Summary
================================================================================
Install      11 Package(s)

Total download size: 24 M
Installed size: 59 M
Is this ok [y/N]: y
Downloading Packages:
(1/11): autoconf-2.63-5.1.el6.noarch.rpm                 | 781 kB     00:00
(2/11): automake-1.11.1-4.el6.noarch.rpm                 | 550 kB     00:00
(3/11): cloog-ppl-0.15.7-1.2.el6.x86_64.rpm              |  93 kB     00:00
(4/11): cpp-4.4.7-17.el6.x86_64.rpm                      | 3.7 MB     00:00
(5/11): gcc-4.4.7-17.el6.x86_64.rpm                      |  10 MB     00:00
(6/11): gcc-c++-4.4.7-17.el6.x86_64.rpm                  | 4.7 MB     00:00
(7/11): libgomp-4.4.7-17.el6.x86_64.rpm                  | 134 kB     00:00
(8/11): libstdc++-devel-4.4.7-17.el6.x86_64.rpm          | 1.6 MB     00:00
(9/11): libtool-2.2.6-15.5.el6.x86_64.rpm                | 564 kB     00:00
(10/11): mpfr-2.4.1-6.el6.x86_64.rpm                     | 157 kB     00:00
(11/11): ppl-0.10.2-11.el6.x86_64.rpm                    | 1.3 MB     00:00
--------------------------------------------------------------------------------
Total                                            15 MB/s |  24 MB     00:01
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : autoconf-2.63-5.1.el6.noarch                                1/11
Installing : mpfr-2.4.1-6.el6.x86_64                                     2/11
Installing : cpp-4.4.7-17.el6.x86_64                                     3/11
Installing : automake-1.11.1-4.el6.noarch                                4/11
Installing : libgomp-4.4.7-17.el6.x86_64                                 5/11
Installing : libstdc++-devel-4.4.7-17.el6.x86_64                         6/11
Installing : ppl-0.10.2-11.el6.x86_64                                    7/11
Installing : cloog-ppl-0.15.7-1.2.el6.x86_64                             8/11
Installing : gcc-4.4.7-17.el6.x86_64                                     9/11
Installing : gcc-c++-4.4.7-17.el6.x86_64                                10/11
Installing : libtool-2.2.6-15.5.el6.x86_64                              11/11
Verifying  : ppl-0.10.2-11.el6.x86_64                                    1/11
Verifying  : mpfr-2.4.1-6.el6.x86_64                                     2/11
Verifying  : libstdc++-devel-4.4.7-17.el6.x86_64                         3/11
Verifying  : gcc-c++-4.4.7-17.el6.x86_64                                 4/11
Verifying  : gcc-4.4.7-17.el6.x86_64                                     5/11
Verifying  : autoconf-2.63-5.1.el6.noarch                                6/11
Verifying  : libgomp-4.4.7-17.el6.x86_64                                 7/11
Verifying  : libtool-2.2.6-15.5.el6.x86_64                               8/11
Verifying  : cpp-4.4.7-17.el6.x86_64                                     9/11
Verifying  : cloog-ppl-0.15.7-1.2.el6.x86_64                            10/11
Verifying  : automake-1.11.1-4.el6.noarch                               11/11

Installed:
autoconf.noarch 0:2.63-5.1.el6          automake.noarch 0:1.11.1-4.el6
gcc.x86_64 0:4.4.7-17.el6               gcc-c++.x86_64 0:4.4.7-17.el6
libtool.x86_64 0:2.2.6-15.5.el6

Dependency Installed:
cloog-ppl.x86_64 0:0.15.7-1.2.el6    cpp.x86_64 0:4.4.7-17.el6
libgomp.x86_64 0:4.4.7-17.el6        libstdc++-devel.x86_64 0:4.4.7-17.el6
mpfr.x86_64 0:2.4.1-6.el6            ppl.x86_64 0:0.10.2-11.el6

Complete!
[root@VM_206_163_centos src]# ls
[root@VM_206_163_centos src]# pwd
/usr/local/src
[root@VM_206_163_centos src]# wget http://nginx.org/download/nginx-1.10.3.tar.gz --2017-02-07 10:18:27--  http://nginx.org/download/nginx-1.10.3.tar.gz Resolving nginx.org... 95.211.80.227, 206.251.255.63, 2001:1af8:4060:a004:21::e3                                                                                                 , ...
Connecting to nginx.org|95.211.80.227|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 911509 (890K) [application/octet-stream]
Saving to: `nginx-1.10.3.tar.gz'

100%[======================================>] 911,509     17.1K/s   in 52s

2017-02-07 10:19:21 (17.1 KB/s) - `nginx-1.10.3.tar.gz' saved [911509/911509]

[root@VM_206_163_centos src]# ls
nginx-1.10.3.tar.gz
[root@VM_206_163_centos src]# tar zxf nginx-1.10.3.tar.gz
[root@VM_206_163_centos src]# ls
nginx-1.10.3  nginx-1.10.3.tar.gz
[root@VM_206_163_centos src]# cd nginx-1.10.3
[root@VM_206_163_centos nginx-1.10.3]# ls
CHANGES     LICENSE  auto  configure  html  src
CHANGES.ru  README   conf  contrib    man
[root@VM_206_163_centos nginx-1.10.3]# ./configure --prefix=/usr/local/nginx
checking for OS
+ Linux 2.6.32-642.6.2.el6.x86_64 x86_64
checking for C compiler ... found
+ using GNU C compiler
+ gcc version: 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC)
checking for gcc -pipe switch ... found
checking for -Wl,-E switch ... found
checking for gcc builtin atomic operations ... found
checking for C99 variadic macros ... found
checking for gcc variadic macros ... found
checking for gcc builtin 64 bit byteswap ... 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 ... not 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 nobody group ... 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 IP_RECVDSTADDR ... not found
checking for IP_PKTINFO ... found
checking for IPV6_RECVPKTINFO ... 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 uint32_t ... found
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 pwritev() ... 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
checking for PCRE library ... not found
checking for PCRE library in /usr/local/ ... not found
checking for PCRE library in /usr/include/pcre/ ... not found
checking for PCRE library in /usr/pkg/ ... not found
checking for PCRE library in /opt/local/ ... not found

./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option.

[root@VM_206_163_centos nginx-1.10.3]# ls
CHANGES     LICENSE   README  conf       contrib  man   src
CHANGES.ru  Makefile  auto    configure  html     objs
[root@VM_206_163_centos nginx-1.10.3]# cd ..
[root@VM_206_163_centos src]# ls
nginx-1.10.3  nginx-1.10.3.tar.gz
[root@VM_206_163_centos src]# wget https://sourceforge.net/projects/pcre/files/p                                                                                                 cre/8.37/pcre-8.37.tar.bz2
--2017-02-07 10:33:10--  https://sourceforge.net/projects/pcre/files/pcre/8.37/p                                                                                                 cre-8.37.tar.bz2
Resolving sourceforge.net... 216.34.181.60
Connecting to sourceforge.net|216.34.181.60|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://sourceforge.net/projects/pcre/files/pcre/8.37/pcre-8.37.tar.bz                                                                                                 2/download [following]
--2017-02-07 10:33:12--  https://sourceforge.net/projects/pcre/files/pcre/8.37/p                                                                                                 cre-8.37.tar.bz2/download
Connecting to sourceforge.net|216.34.181.60|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://downloads.sourceforge.net/project/pcre/pcre/8.37/pcre-8.37.tar                                                                                                 .bz2?r=&ts=1486434794&use_mirror=jaist [following]
--2017-02-07 10:33:14--  https://downloads.sourceforge.net/project/pcre/pcre/8.3                                                                                                 7/pcre-8.37.tar.bz2?r=&ts=1486434794&use_mirror=jaist
Resolving downloads.sourceforge.net... 216.34.181.59
Connecting to downloads.sourceforge.net|216.34.181.59|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://jaist.dl.sourceforge.net/project/pcre/pcre/8.37/pcre-8.37.tar.                                                                                                 bz2 [following]
--2017-02-
20000
07 10:33:16--  https://jaist.dl.sourceforge.net/project/pcre/pcre/8.37                                                                                                 /pcre-8.37.tar.bz2
Resolving jaist.dl.sourceforge.net... 150.65.7.130, 2001:df0:2ed:feed::feed
Connecting to jaist.dl.sourceforge.net|150.65.7.130|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1557603 (1.5M) [application/octet-stream]
Saving to: `pcre-8.37.tar.bz2'

100%[======================================>] 1,557,603    667K/s   in 2.3s

2017-02-07 10:33:19 (667 KB/s) - `pcre-8.37.tar.bz2' saved [1557603/1557603]

[root@VM_206_163_centos src]# ls
nginx-1.10.3  nginx-1.10.3.tar.gz  pcre-8.37.tar.bz2
[root@VM_206_163_centos src]# wget https://sourceforge.net/projects/pcre/files/p                                                                                                 cre/8.37/pcre-8.37.tar.gz
--2017-02-07 10:35:35--  https://sourceforge.net/projects/pcre/files/pcre/8.37/p                                                                                                 cre-8.37.tar.gz
Resolving sourceforge.net... 216.34.181.60
Connecting to sourceforge.net|216.34.181.60|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://sourceforge.net/projects/pcre/files/pcre/8.37/pcre-8.37.tar.gz                                                                                                 /download [following]
--2017-02-07 10:35:38--  https://sourceforge.net/projects/pcre/files/pcre/8.37/p                                                                                                 cre-8.37.tar.gz/download
Connecting to sourceforge.net|216.34.181.60|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://downloads.sourceforge.net/project/pcre/pcre/8.37/pcre-8.37.tar                                                                                                 .gz?r=&ts=1486434940&use_mirror=jaist [following]
--2017-02-07 10:35:40--  https://downloads.sourceforge.net/project/pcre/pcre/8.3                                                                                                 7/pcre-8.37.tar.gz?r=&ts=1486434940&use_mirror=jaist
Resolving downloads.sourceforge.net... 216.34.181.59
Connecting to downloads.sourceforge.net|216.34.181.59|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://jaist.dl.sourceforge.net/project/pcre/pcre/8.37/pcre-8.37.tar.                                                                                                 gz [following]
--2017-02-07 10:35:42--  https://jaist.dl.sourceforge.net/project/pcre/pcre/8.37                                                                                                 /pcre-8.37.tar.gz
Resolving jaist.dl.sourceforge.net... 150.65.7.130, 2001:df0:2ed:feed::feed
Connecting to jaist.dl.sourceforge.net|150.65.7.130|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2041593 (1.9M) [application/x-gzip]
Saving to: `pcre-8.37.tar.gz'

100%[======================================>] 2,041,593   60.7K/s   in 37s

2017-02-07 10:36:19 (54.6 KB/s) - `pcre-8.37.tar.gz' saved [2041593/2041593]

[root@VM_206_163_centos src]# ls
nginx-1.10.3  nginx-1.10.3.tar.gz  pcre-8.37.tar.bz2  pcre-8.37.tar.gz
[root@VM_206_163_centos src]# tar zxf pcre-8.37.tar.gz
[root@VM_206_163_centos src]# ls
nginx-1.10.3         pcre-8.37          pcre-8.37.tar.gz
nginx-1.10.3.tar.gz  pcre-8.37.tar.bz2
[root@VM_206_163_centos src]# pwd
/usr/local/src
[root@VM_206_163_centos src]# cd nginx-1.10.3
[root@VM_206_163_centos nginx-1.10.3]# ls
CHANGES     LICENSE   README  conf       contrib  man   src
CHANGES.ru  Makefile  auto    configure  html     objs
[root@VM_206_163_centos nginx-1.10.3]# ./configure --prefix=/usr/local/nginx --w                                                                                                 ith-pcre=/usr/local/pcre-8.37
checking for OS
+ Linux 2.6.32-642.6.2.el6.x86_64 x86_64
checking for C compiler ... found
+ using GNU C compiler
+ gcc version: 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC)
checking for gcc -pipe switch ... found
checking for -Wl,-E switch ... found
checking for gcc builtin atomic operations ... found
checking for C99 variadic macros ... found
checking for gcc variadic macros ... found
checking for gcc builtin 64 bit byteswap ... 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 ... not 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 nobody group ... 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 IP_RECVDSTADDR ... not found
checking for IP_PKTINFO ... found
checking for IPV6_RECVPKTINFO ... 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 uint32_t ... found
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 pwritev() ... 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
checking for md5 in system md library ... not found
checking for md5 in system md5 library ... not found
checking for md5 in system OpenSSL crypto library ... not found
checking for sha1 in system md library ... not found
checking for sha1 in system OpenSSL crypto library ... not found
checking for zlib library ... not found

./configure: error: the HTTP gzip module requires the zlib library.
You can either disable the module by using --without-http_gzip_module
option, or install the zlib library into the system, or build the zlib library
statically from the source with nginx by using --with-zlib=<path> option.

[root@VM_206_163_centos nginx-1.10.3]# ^C
[root@VM_206_163_centos nginx-1.10.3]# yum install -y zlib-devel
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package zlib-devel.x86_64 0:1.2.3-29.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package             Arch            Version                  Repository   Size
================================================================================
Installing:
zlib-devel          x86_64          1.2.3-29.el6             os           44 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 44 k
Installed size: 115 k
Downloading Packages:
zlib-devel-1.2.3-29.el6.x86_64.rpm                       |  44 kB     00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : zlib-devel-1.2.3-29.el6.x86_64                               1/1
Verifying  : zlib-devel-1.2.3-29.el6.x86_64                               1/1

Installed:
zlib-devel.x86_64 0:1.2.3-29.el6

Complete!
[root@VM_206_163_centos nginx-1.10.3]# ^C
[root@VM_206_163_centos nginx-1.10.3]# ./configure --prefix=/usr/local/nginx --w                                                                                                 ith-pcre=/usr/local/pcre-8.37
checking for OS
+ Linux 2.6.32-642.6.2.el6.x86_64 x86_64
checking for C compiler ... found
+ using GNU C compiler
+ gcc version: 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC)
checking for gcc -pipe switch ... found
checking for -Wl,-E switch ... found
checking for gcc builtin atomic operations ... found
checking for C99 variadic macros ... found
checking for gcc variadic macros ... found
checking for gcc builtin 64 bit byteswap ... 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 ... not 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 nobody group ... 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 IP_RECVDSTADDR ... not found
checking for IP_PKTINFO ... found
checking for IPV6_RECVPKTINFO ... 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 uint32_t ... found
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 pwritev() ... 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
checking for md5 in system md library ... not found
checking for md5 in system md5 library ... not found
checking for md5 in system OpenSSL crypto library ... not found
checking for sha1 in system md library ... not found
checking for sha1 in system OpenSSL crypto library ... not found
checking for zlib library ... found
creating objs/Makefile

Configuration summary
+ using PCRE library: /usr/local/pcre-8.37
+ OpenSSL library is not used
+ using builtin md5 code
+ sha1 library is not found
+ using system zlib library

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

[root@VM_206_163_centos nginx-1.10.3]# cd /usr/local/
[root@VM_206_163_centos local]# ls
bin  etc  games  include  lib  lib64  libexec  qcloud  sbin  share  src
[root@VM_206_163_centos local]# ls
bin  etc  games  include  lib  lib64  libexec  qcloud  sbin  share  src
[root@VM_206_163_centos local]# cd /usr/local/nginx
-bash: cd: /usr/local/nginx: No such file or directory
[root@VM_206_163_centos local]# cd src
[root@VM_206_163_centos src]# ls
nginx-1.10.3         pcre-8.37          pcre-8.37.tar.gz
nginx-1.10.3.tar.gz  pcre-8.37.tar.bz2
[root@VM_206_163_centos src]#
[root@VM_206_163_centos src]# Configuration summary
-bash: Configuration: command not found
[root@VM_206_163_centos src]#   + using PCRE library: /usr/local/pcre-8.37
-bash: +: command not found
[root@VM_206_163_centos src]#   + OpenSSL library is not used
-bash: +: command not found
[root@VM_206_163_centos src]#   + using builtin md5 code
-bash: +: command not found
[root@VM_206_163_centos src]#   + sha1 library is not found
-bash: +: command not found
[root@VM_206_163_centos src]#   + using system zlib library
-bash: +: command not found
[root@VM_206_163_centos src]#
[root@VM_206_163_centos src]#   nginx path prefix: "/usr/local/nginx"
-bash: nginx: command not found
[root@VM_206_163_centos src]#   nginx binary file: "/usr/local/nginx/sbin/nginx"
-bash: nginx: command not found
[root@VM_206_163_centos src]#   nginx modules path: "/usr/local/nginx/modules"
-bash: nginx: command not found
[root@VM_206_163_centos src]#   nginx configuration prefix: "/usr/local/nginx/co                                                                                                 nf"
-bash: nginx: command not found
[root@VM_206_163_centos src]#   nginx configuration file: "/usr/local/nginx/conf                                                                                                 /nginx.conf"
-bash: nginx: command not found
[root@VM_206_163_centos src]#   nginx pid file: "/usr/local/nginx/logs/nginx.pid                                                                                                 "
-bash: nginx: command not found
[root@VM_206_163_centos src]#   nginx error log file: "/usr/local/nginx/logs/err                                                                                                 or.log"
-bash: nginx: command not found
[root@VM_206_163_centos src]#   nginx http access log file: "/usr/local/nginx/lo                                                                                                 gs/access.log"
-bash: nginx: command not found
[root@VM_206_163_centos src]#   nginx http client request body temporary files:                                                                                                  "client_body_temp"
-bash: nginx: command not found
[root@VM_206_163_centos src]#   nginx http proxy temporary files: "proxy_temp"
-bash: nginx: command not found
[root@VM_206_163_centos src]#   nginx http fastcgi temporary files: "fastcgi_tem                                                                                                 p"
-bash: nginx: command not found
[root@VM_206_163_centos src]#   nginx http uwsgi temporary files: "uwsgi_temp"
-bash: nginx: command not found
[root@VM_206_163_centos src]#   nginx http scgi temporary files: "scgi_temp"
-bash: nginx: command not found
[root@VM_206_163_centos src]# ^C
[root@VM_206_163_centos src]#  ./configure --prefix=/usr/local/nginx --with-pcre                                                                                                 =/usr/local/pcre-8.37
-bash: ./configure: No such file or directory
[root@VM_206_163_centos src]# cd ..
[root@VM_206_163_centos local]# ls
bin  etc  games  include  lib  lib64  libexec  qcloud  sbin  share  src
[root@VM_206_163_centos local]# cd /usr/local/src/nginx.1.10.3
-bash: cd: /usr/local/src/nginx.1.10.3: No such file or directory
[root@VM_206_163_centos local]# cd /usr/local/src/
[root@VM_206_163_centos src]# ls
nginx-1.10.3         pcre-8.37          pcre-8.37.tar.gz
nginx-1.10.3.tar.gz  pcre-8.37.tar.bz2
[root@VM_206_163_centos src]# cd nginx-1.10.3
[root@VM_206_163_centos nginx-1.10.3]# ls
CHANGES     LICENSE   README  conf       contrib  man   src
CHANGES.ru  Makefile  auto    configure  html     objs
[root@VM_206_163_centos nginx-1.10.3]#  ./configure --prefix=/usr/local/nginx --                                                                                                 with-pcre=/usr/local/pcre-8.37
checking for OS
+ Linux 2.6.32-642.6.2.el6.x86_64 x86_64
checking for C compiler ... found
+ using GNU C compiler
+ gcc version: 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC)
checking for gcc -pipe switch ... found
checking for -Wl,-E switch ... found
checking for gcc builtin atomic operations ... found
checking for C99 variadic macros ... found
checking for gcc variadic macros ... found
checking for gcc builtin 64 bit byteswap ... 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 ... not 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 nobody group ... 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 IP_RECVDSTADDR ... not found
checking for IP_PKTINFO ... found
checking for IPV6_RECVPKTINFO ... 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 uint32_t ... found
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 pwritev() ... 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
checking for md5 in system md library ... not found
checking for md5 in system md5 library ... not found
checking for md5 in system OpenSSL crypto library ... not found
checking for sha1 in system md library ... not found
checking for sha1 in system OpenSSL crypto library ... not found
checking for zlib library ... found
creating objs/Makefile

Configuration summary
+ using PCRE library: /usr/local/pcre-8.37
+ OpenSSL library is not used
+ using builtin md5 code
+ sha1 library is not found
+ using system zlib library

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

[root@VM_206_163_centos nginx-1.10.3]# make && make install
make -f objs/Makefile
make[1]: Entering directory `/usr/local/src/nginx-1.10.3'
cd /usr/local/pcre-8.37 \
&& if [ -f Makefile ]; then make distclean; fi \
&& CC="cc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \
./configure --disable-shared
/bin/sh: line 0: cd: /usr/local/pcre-8.37: No such file or directory
make[1]: *** [/usr/local/pcre-8.37/Makefile] Error 1
make[1]: Leaving directory `/usr/local/src/nginx-1.10.3'
make: *** [build] Error 2
[root@VM_206_163_centos nginx-1.10.3]# ^C
[root@VM_206_163_centos nginx-1.10.3]# cd /usr/local/
[root@VM_206_163_centos local]# ls
bin  etc  games  include  lib  lib64  libexec  qcloud  sbin  share  src
[root@VM_206_163_centos local]# ^C
[root@VM_206_163_centos local]#  ./configure --prefix=/usr/local/nginx --with-pc                                                                                                 re=/usr/local/src/pcre-8.37
-bash: ./configure: No such file or directory
[root@VM_206_163_centos local]# cd /usr/local/
[root@VM_206_163_centos local]# ls
bin  etc  games  include  lib  lib64  libexec  qcloud  sbin  share  src
[root@VM_206_163_centos local]# cd src
[root@VM_206_163_centos src]# ls
nginx-1.10.3         pcre-8.37          pcre-8.37.tar.gz
nginx-1.10.3.tar.gz  pcre-8.37.tar.bz2
[root@VM_206_163_centos src]# cd nginx-1.10.3
[root@VM_206_163_centos nginx-1.10.3]# ls
CHANGES     LICENSE   README  conf       contrib  man   src
CHANGES.ru  Makefile  auto    configure  html     objs
[root@VM_206_163_centos nginx-1.10.3]#  ./configure --prefix=/usr/local/nginx --                                                                                                 with-pcre=/usr/local/src/pcre-8.37
checking for OS
+ Linux 2.6.32-642.6.2.el6.x86_64 x86_64
checking for C compiler ... found
+ using GNU C compiler
+ gcc version: 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC)
checking for gcc -pipe switch ... found
checking for -Wl,-E switch ... found
checking for gcc builtin atomic operations ... found
checking for C99 variadic macros ... found
checking for gcc variadic macros ... found
checking for gcc builtin 64 bit byteswap ... 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 ... not 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 nobody group ... 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 IP_RECVDSTADDR ... not found
checking for IP_PKTINFO ... found
checking for IPV6_RECVPKTINFO ... 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 uint32_t ... found
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 pwritev() ... 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
checking for md5 in system md library ... not found
checking for md5 in system md5 library ... not found
checking for md5 in system OpenSSL crypto library ... not found
checking for sha1 in system md library ... not found
checking for sha1 in system OpenSSL crypto library ... not found
checking for zlib library ... found
creating objs/Makefile

Configuration summary
+ using PCRE library: /usr/local/src/pcre-8.37
+ OpenSSL library is not used
+ using builtin md5 code
+ sha1 library is not found
+ using system zlib library

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

[root@VM_206_163_centos nginx-1.10.3]# make && make install
make -f objs/Makefile
make[1]: Entering directory `/usr/local/src/nginx-1.10.3'
cd /usr/local/src/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... /usr/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... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-li                                                                                                 nux-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 /usr/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 /usr/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... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libra                                                                                                 ries... 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++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libr                                                                                                 aries... 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... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libr                                                                                                 aries... 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 .......................... : /usr/bin/ld -m elf_x86_64
C preprocessor flags ............ :
C compiler flags ................ : -O2 -fomit-frame-pointer -pipe  -fvisibi                                                                                                 lity=hidden
C++ compiler flags .............. : -O2 -fvisibility=hidden -fvisibility-inl                                                                                                 ines-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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -I objs \
-o objs/src/core/ngx_module.o \
src/core/ngx_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -I objs \
-o objs/src/os/unix/ngx_udp_send.o \
src/os/unix/ngx_udp_send.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -I objs \
-o objs/src/os/unix/ngx_dlopen.o \
src/os/unix/ngx_dlopen.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_proxy_module.o \
src/http/modules/ngx_http_proxy_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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 sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -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.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g  -I sr                                                                                                 c/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/src/pcre-8                                                                                                 .37 -I objs \
-o objs/ngx_modules.o \
objs/ngx_modules.c
cd /usr/local/src/pcre-8.37 \
&& make libpcre.la
make[2]: Entering directory `/usr/local/src/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.lo
rm -f pcre_chartables.c
ln -s ./pcre_chartables.c.dist pcre_chartables.c
CC       libpcre_la-pcre_chartables.lo
CCLD     libpcre.la
make[2]: Leaving directory `/usr/local/src/pcre-8.37'
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_module.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_udp_send.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_dlopen.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/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/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/ngx_http_file_cache.o \
objs/src/http/ngx_http_write_filter_module.o \
objs/src/http/ngx_http_header_filter_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_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_headers_filter_module.o \
objs/src/http/ngx_http_copy_filter_module.o \
objs/src/http/modules/ngx_http_not_modified_filter_module.o \
objs/src/http/modules/ngx_http_static_module.o \
objs/src/http/modules/ngx_http_autoindex_module.o \
objs/src/http/modules/ngx_http_index_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_proxy_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/ngx_modules.o \
-ldl -lpthread -lcrypt /usr/local/src/pcre-8.37/.libs/libpcre.a -lz \
-Wl,-E
sed -e "s|%%PREFIX%%|/usr/local/nginx|" \
-e "s|%%PID_PATH%%|/usr/local/nginx/logs/nginx.pid|" \
-e "s|%%CONF_PATH%%|/usr/local/nginx/conf/nginx.conf|" \
-e "s|%%ERROR_LOG_PATH%%|/usr/local/nginx/logs/error.log|" \
< man/nginx.8 > objs/nginx.8
make[1]: Leaving directory `/usr/local/src/nginx-1.10.3'
make -f objs/Makefile install
make[1]: Entering directory `/usr/local/src/nginx-1.10.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 '/usr/local/nginx/conf' \
|| mkdir -p '/usr/local/nginx/conf'
cp conf/koi-win '/usr/local/nginx/conf'
cp conf/koi-utf '/usr/local/nginx/conf'
cp conf/win-utf '/usr/local/nginx/conf'
test -f '/usr/local/nginx/conf/mime.types' \
|| cp conf/mime.types '/usr/local/nginx/conf'
cp conf/mime.types '/usr/local/nginx/conf/mime.types.default'
test -f '/usr/local/nginx/conf/fastcgi_params' \
|| cp conf/fastcgi_params '/usr/local/nginx/conf'
cp conf/fastcgi_params \
'/usr/local/nginx/conf/fastcgi_params.default'
test -f '/usr/local/nginx/conf/fastcgi.conf' \
|| cp conf/fastcgi.conf '/usr/local/nginx/conf'
cp conf/fastcgi.conf '/usr/local/nginx/conf/fastcgi.conf.default'
test -f '/usr/local/nginx/conf/uwsgi_params' \
|| cp conf/uwsgi_params '/usr/local/nginx/conf'
cp conf/uwsgi_params \
'/usr/local/nginx/conf/uwsgi_params.default'
test -f '/usr/local/nginx/conf/scgi_params' \
|| cp conf/scgi_params '/usr/local/nginx/conf'
cp conf/scgi_params \
'/usr/local/nginx/conf/scgi_params.default'
test -f '/usr/local/nginx/conf/nginx.conf' \
|| cp conf/nginx.conf '/usr/local/nginx/conf/nginx.conf'
cp conf/nginx.conf '/usr/local/nginx/conf/nginx.conf.default'
test -d '/usr/local/nginx/logs' \
|| mkdir -p '/usr/local/nginx/logs'
test -d '/usr/local/nginx/logs' \
|| mkdir -p '/usr/local/nginx/logs'
test -d '/usr/local/nginx/html' \
|| cp -R html '/usr/local/nginx'
test -d '/usr/local/nginx/logs' \
|| mkdir -p '/usr/local/nginx/logs'
make[1]: Leaving directory `/usr/local/src/nginx-1.10.3'
[root@VM_206_163_centos nginx-1.10.3]# ls
CHANGES     LICENSE   README  conf       contrib  man   src
CHANGES.ru  Makefile  auto    configure  html     objs
[root@VM_206_163_centos nginx-1.10.3]# cd /usr/local
[root@VM_206_163_centos local]# ls
bin  etc  games  include  lib  lib64  libexec  nginx  qcloud  sbin  share  src
[root@VM_206_163_centos local]# cd nginx
[root@VM_206_163_centos nginx]# ls
conf  html  logs  sbin
[root@VM_206_163_centos nginx]# cd ..
[root@VM_206_163_centos local]# ./sbin/nginx
-bash: ./sbin/nginx: No such file or directory
[root@VM_206_163_centos local]# ls
bin  etc  games  include  lib  lib64  libexec  nginx  qcloud  sbin  share  src
[root@VM_206_163_centos local]# cd sbin
[root@VM_206_163_centos sbin]# ls
[root@VM_206_163_centos sbin]# cd nginx
-bash: cd: nginx: No such file or directory
[root@VM_206_163_centos sbin]# ls
[root@VM_206_163_centos sbin]# cd //
[root@VM_206_163_centos //]# c^C
[root@VM_206_163_centos //]# cd ..
[root@VM_206_163_centos //]# ls
bin   data  etc   lib    lost+found  mnt  proc  sbin     srv  tmp  var
boot  dev   home  lib64  media       opt  root  selinux  sys  usr
[root@VM_206_163_centos //]# cd /usr/local/
[root@VM_206_163_centos local]# ls
bin  etc  games  include  lib  lib64  libexec  nginx  qcloud  sbin  share  src
[root@VM_206_163_centos local]# cd nginx
[root@VM_206_163_centos nginx]# ls
conf  html  logs  sbin
[root@VM_206_163_centos nginx]# cd sbin
[root@VM_206_163_centos sbin]# ls
nginx
[root@VM_206_163_centos sbin]# cd ..
[root@VM_206_163_centos nginx]# ld
ld: no input files
[root@VM_206_163_centos nginx]# ls
conf  html  logs  sbin
[root@VM_206_163_centos nginx]# ./sbin/nginx
[root@VM_206_163_centos nginx]#
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: