| 1 | checking for OS
|
|---|
| 2 | + Linux 4.16.7_1 x86_64
|
|---|
| 3 | checking for C compiler ... found
|
|---|
| 4 | + using Clang C compiler
|
|---|
| 5 | + clang version: 6.0.0 (tags/RELEASE_600/final)
|
|---|
| 6 | checking for -Wl,-E switch ... found
|
|---|
| 7 | checking for gcc builtin atomic operations ... found
|
|---|
| 8 | checking for C99 variadic macros ... found
|
|---|
| 9 | checking for gcc variadic macros ... found
|
|---|
| 10 | checking for gcc builtin 64 bit byteswap ... found
|
|---|
| 11 | checking for unistd.h ... found
|
|---|
| 12 | checking for inttypes.h ... found
|
|---|
| 13 | checking for limits.h ... found
|
|---|
| 14 | checking for sys/filio.h ... not found
|
|---|
| 15 | checking for sys/param.h ... found
|
|---|
| 16 | checking for sys/mount.h ... found
|
|---|
| 17 | checking for sys/statvfs.h ... found
|
|---|
| 18 | checking for crypt.h ... found
|
|---|
| 19 | checking for Linux specific features
|
|---|
| 20 | checking for epoll ... found
|
|---|
| 21 | checking for EPOLLRDHUP ... found
|
|---|
| 22 | checking for EPOLLEXCLUSIVE ... found
|
|---|
| 23 | checking for O_PATH ... found
|
|---|
| 24 | checking for sendfile() ... found
|
|---|
| 25 | checking for sendfile64() ... found
|
|---|
| 26 | checking for sys/prctl.h ... found
|
|---|
| 27 | checking for prctl(PR_SET_DUMPABLE) ... found
|
|---|
| 28 | checking for prctl(PR_SET_KEEPCAPS) ... found
|
|---|
| 29 | checking for capabilities ... found
|
|---|
| 30 | checking for crypt_r() ... found
|
|---|
| 31 | checking for sys/vfs.h ... found
|
|---|
| 32 | checking for nobody group ... not found
|
|---|
| 33 | checking for nogroup group ... found
|
|---|
| 34 | checking for poll() ... found
|
|---|
| 35 | checking for /dev/poll ... not found
|
|---|
| 36 | checking for kqueue ... not found
|
|---|
| 37 | checking for crypt() ... not found
|
|---|
| 38 | checking for crypt() in libcrypt ... found
|
|---|
| 39 | checking for F_READAHEAD ... not found
|
|---|
| 40 | checking for posix_fadvise() ... found
|
|---|
| 41 | checking for O_DIRECT ... found
|
|---|
| 42 | checking for F_NOCACHE ... not found
|
|---|
| 43 | checking for directio() ... not found
|
|---|
| 44 | checking for statfs() ... found
|
|---|
| 45 | checking for statvfs() ... found
|
|---|
| 46 | checking for dlopen() ... not found
|
|---|
| 47 | checking for dlopen() in libdl ... found
|
|---|
| 48 | checking for sched_yield() ... found
|
|---|
| 49 | checking for sched_setaffinity() ... found
|
|---|
| 50 | checking for SO_SETFIB ... not found
|
|---|
| 51 | checking for SO_REUSEPORT ... found
|
|---|
| 52 | checking for SO_ACCEPTFILTER ... not found
|
|---|
| 53 | checking for SO_BINDANY ... not found
|
|---|
| 54 | checking for IP_TRANSPARENT ... found
|
|---|
| 55 | checking for IP_BINDANY ... not found
|
|---|
| 56 | checking for IP_BIND_ADDRESS_NO_PORT ... found
|
|---|
| 57 | checking for IP_RECVDSTADDR ... not found
|
|---|
| 58 | checking for IP_SENDSRCADDR ... not found
|
|---|
| 59 | checking for IP_PKTINFO ... found
|
|---|
| 60 | checking for IPV6_RECVPKTINFO ... found
|
|---|
| 61 | checking for TCP_DEFER_ACCEPT ... found
|
|---|
| 62 | checking for TCP_KEEPIDLE ... found
|
|---|
| 63 | checking for TCP_FASTOPEN ... found
|
|---|
| 64 | checking for TCP_INFO ... found
|
|---|
| 65 | checking for accept4() ... found
|
|---|
| 66 | checking for eventfd() ... found
|
|---|
| 67 | checking for int size ... 4 bytes
|
|---|
| 68 | checking for long size ... 8 bytes
|
|---|
| 69 | checking for long long size ... 8 bytes
|
|---|
| 70 | checking for void * size ... 8 bytes
|
|---|
| 71 | checking for uint32_t ... found
|
|---|
| 72 | checking for uint64_t ... found
|
|---|
| 73 | checking for sig_atomic_t ... found
|
|---|
| 74 | checking for sig_atomic_t size ... 4 bytes
|
|---|
| 75 | checking for socklen_t ... found
|
|---|
| 76 | checking for in_addr_t ... found
|
|---|
| 77 | checking for in_port_t ... found
|
|---|
| 78 | checking for rlim_t ... found
|
|---|
| 79 | checking for uintptr_t ... uintptr_t found
|
|---|
| 80 | checking for system byte ordering ... little endian
|
|---|
| 81 | checking for size_t size ... 8 bytes
|
|---|
| 82 | checking for off_t size ... 8 bytes
|
|---|
| 83 | checking for time_t size ... 8 bytes
|
|---|
| 84 | checking for AF_INET6 ... found
|
|---|
| 85 | checking for setproctitle() ... not found
|
|---|
| 86 | checking for pread() ... found
|
|---|
| 87 | checking for pwrite() ... found
|
|---|
| 88 | checking for pwritev() ... found
|
|---|
| 89 | checking for sys_nerr ... found
|
|---|
| 90 | checking for localtime_r() ... found
|
|---|
| 91 | checking for clock_gettime(CLOCK_MONOTONIC) ... found
|
|---|
| 92 | checking for posix_memalign() ... found
|
|---|
| 93 | checking for memalign() ... found
|
|---|
| 94 | checking for mmap(MAP_ANON|MAP_SHARED) ... found
|
|---|
| 95 | checking for mmap("/dev/zero", MAP_SHARED) ... found
|
|---|
| 96 | checking for System V shared memory ... found
|
|---|
| 97 | checking for POSIX semaphores ... not found
|
|---|
| 98 | checking for POSIX semaphores in libpthread ... found
|
|---|
| 99 | checking for struct msghdr.msg_control ... found
|
|---|
| 100 | checking for ioctl(FIONBIO) ... found
|
|---|
| 101 | checking for struct tm.tm_gmtoff ... found
|
|---|
| 102 | checking for struct dirent.d_namlen ... not found
|
|---|
| 103 | checking for struct dirent.d_type ... found
|
|---|
| 104 | checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
|
|---|
| 105 | checking for sysconf(_SC_LEVEL1_DCACHE_LINESIZE) ... found
|
|---|
| 106 | checking for openat(), fstatat() ... found
|
|---|
| 107 | checking for getaddrinfo() ... found
|
|---|
| 108 | checking for PCRE library ... found
|
|---|
| 109 | checking for PCRE JIT support ... found
|
|---|
| 110 | checking for zlib library ... found
|
|---|
| 111 | creating objs/Makefile
|
|---|
| 112 |
|
|---|
| 113 | Configuration summary
|
|---|
| 114 | + using system PCRE library
|
|---|
| 115 | + OpenSSL library is not used
|
|---|
| 116 | + using system zlib library
|
|---|
| 117 |
|
|---|
| 118 | nginx path prefix: "/usr/local/nginx"
|
|---|
| 119 | nginx binary file: "/usr/local/nginx/sbin/nginx"
|
|---|
| 120 | nginx modules path: "/usr/local/nginx/modules"
|
|---|
| 121 | nginx configuration prefix: "/usr/local/nginx/conf"
|
|---|
| 122 | nginx configuration file: "/usr/local/nginx/conf/nginx.conf"
|
|---|
| 123 | nginx pid file: "/usr/local/nginx/logs/nginx.pid"
|
|---|
| 124 | nginx error log file: "/usr/local/nginx/logs/error.log"
|
|---|
| 125 | nginx http access log file: "/usr/local/nginx/logs/access.log"
|
|---|
| 126 | nginx http client request body temporary files: "client_body_temp"
|
|---|
| 127 | nginx http proxy temporary files: "proxy_temp"
|
|---|
| 128 | nginx http fastcgi temporary files: "fastcgi_temp"
|
|---|
| 129 | nginx http uwsgi temporary files: "uwsgi_temp"
|
|---|
| 130 | nginx http scgi temporary files: "scgi_temp"
|
|---|
| 131 |
|
|---|