Ticket #1548: con

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