Ticket #51: configure_output_1.0.9

File configure_output_1.0.9, 4.1 KB (added by www.google.com/accounts/o8/id?id=AItOawkan2535CCufUE3eUGl9YfITdNzBkpD8ac, 15 years ago)

./configure ouput of 1.0.9

Line 
1[root@www nginx-1.0.9]# ./configure --with-http_stub_status_module --prefix=/home2/nginx --with-debug
2checking for OS
3 + Linux 2.6.18-274.7.1.el5 x86_64
4checking for C compiler ... found
5checking for gcc builtin atomic operations ... found
6checking for C99 variadic macros ... found
7checking for gcc variadic macros ... found
8checking for unistd.h ... found
9checking for inttypes.h ... found
10checking for limits.h ... found
11checking for sys/filio.h ... not found
12checking for sys/param.h ... found
13checking for sys/mount.h ... found
14checking for sys/statvfs.h ... found
15checking for crypt.h ... found
16checking for Linux specific features
17checking for epoll ... found
18checking for sendfile() ... found
19checking for sendfile64() ... found
20checking for sys/prctl.h ... found
21checking for prctl(PR_SET_DUMPABLE) ... found
22checking for sched_setaffinity() ... found
23checking for crypt_r() ... found
24checking for sys/vfs.h ... found
25checking for nobody group ... found
26checking for poll() ... found
27checking for /dev/poll ... not found
28checking for kqueue ... not found
29checking for crypt() ... not found
30checking for crypt() in libcrypt ... found
31checking for F_READAHEAD ... not found
32checking for posix_fadvise() ... found
33checking for O_DIRECT ... found
34checking for F_NOCACHE ... not found
35checking for directio() ... not found
36checking for statfs() ... found
37checking for statvfs() ... found
38checking for dlopen() ... not found
39checking for dlopen() in libdl ... found
40checking for sched_yield() ... found
41checking for SO_SETFIB ... not found
42checking for SO_ACCEPTFILTER ... not found
43checking for TCP_DEFER_ACCEPT ... found
44checking for accept4() ... not found
45checking for int size ... 4 bytes
46checking for long size ... 8 bytes
47checking for long long size ... 8 bytes
48checking for void * size ... 8 bytes
49checking for uint64_t ... found
50checking for sig_atomic_t ... found
51checking for sig_atomic_t size ... 4 bytes
52checking for socklen_t ... found
53checking for in_addr_t ... found
54checking for in_port_t ... found
55checking for rlim_t ... found
56checking for uintptr_t ... uintptr_t found
57checking for system endianess ... little endianess
58checking for size_t size ... 8 bytes
59checking for off_t size ... 8 bytes
60checking for time_t size ... 8 bytes
61checking for setproctitle() ... not found
62checking for pread() ... found
63checking for pwrite() ... found
64checking for sys_nerr ... found
65checking for localtime_r() ... found
66checking for posix_memalign() ... found
67checking for memalign() ... found
68checking for mmap(MAP_ANON|MAP_SHARED) ... found
69checking for mmap("/dev/zero", MAP_SHARED) ... found
70checking for System V shared memory ... found
71checking for POSIX semaphores ... not found
72checking for POSIX semaphores in libpthread ... found
73checking for struct msghdr.msg_control ... found
74checking for ioctl(FIONBIO) ... found
75checking for struct tm.tm_gmtoff ... found
76checking for struct dirent.d_namlen ... not found
77checking for struct dirent.d_type ... found
78checking for PCRE library ... found
79checking for system md library ... not found
80checking for system md5 library ... not found
81checking for OpenSSL md5 crypto library ... not found
82checking for sha1 in system md library ... not found
83checking for OpenSSL sha1 crypto library ... not found
84checking for zlib library ... found
85creating objs/Makefile
86
87Configuration summary
88 + using system PCRE library
89 + OpenSSL library is not used
90 + using builtin md5 code
91 + sha1 library is not found
92 + using system zlib library
93
94 nginx path prefix: "/home2/nginx"
95 nginx binary file: "/home2/nginx/sbin/nginx"
96 nginx configuration prefix: "/home2/nginx/conf"
97 nginx configuration file: "/home2/nginx/conf/nginx.conf"
98 nginx pid file: "/home2/nginx/logs/nginx.pid"
99 nginx error log file: "/home2/nginx/logs/error.log"
100 nginx http access log file: "/home2/nginx/logs/access.log"
101 nginx http client request body temporary files: "client_body_temp"
102 nginx http proxy temporary files: "proxy_temp"
103 nginx http fastcgi temporary files: "fastcgi_temp"
104 nginx http uwsgi temporary files: "uwsgi_temp"
105 nginx http scgi temporary files: "scgi_temp"
106[root@www nginx-1.0.9]#
107