| 1 | [root@www nginx-1.0.9]# ./configure --with-http_stub_status_module --prefix=/home2/nginx --with-debug
|
|---|
| 2 | checking for OS
|
|---|
| 3 | + Linux 2.6.18-274.7.1.el5 x86_64
|
|---|
| 4 | checking for C compiler ... found
|
|---|
| 5 | checking for gcc builtin atomic operations ... found
|
|---|
| 6 | checking for C99 variadic macros ... found
|
|---|
| 7 | checking for gcc variadic macros ... found
|
|---|
| 8 | checking for unistd.h ... found
|
|---|
| 9 | checking for inttypes.h ... found
|
|---|
| 10 | checking for limits.h ... found
|
|---|
| 11 | checking for sys/filio.h ... not found
|
|---|
| 12 | checking for sys/param.h ... found
|
|---|
| 13 | checking for sys/mount.h ... found
|
|---|
| 14 | checking for sys/statvfs.h ... found
|
|---|
| 15 | checking for crypt.h ... found
|
|---|
| 16 | checking for Linux specific features
|
|---|
| 17 | checking for epoll ... found
|
|---|
| 18 | checking for sendfile() ... found
|
|---|
| 19 | checking for sendfile64() ... found
|
|---|
| 20 | checking for sys/prctl.h ... found
|
|---|
| 21 | checking for prctl(PR_SET_DUMPABLE) ... found
|
|---|
| 22 | checking for sched_setaffinity() ... found
|
|---|
| 23 | checking for crypt_r() ... found
|
|---|
| 24 | checking for sys/vfs.h ... found
|
|---|
| 25 | checking for nobody group ... found
|
|---|
| 26 | checking for poll() ... found
|
|---|
| 27 | checking for /dev/poll ... not found
|
|---|
| 28 | checking for kqueue ... not found
|
|---|
| 29 | checking for crypt() ... not found
|
|---|
| 30 | checking for crypt() in libcrypt ... found
|
|---|
| 31 | checking for F_READAHEAD ... not found
|
|---|
| 32 | checking for posix_fadvise() ... found
|
|---|
| 33 | checking for O_DIRECT ... found
|
|---|
| 34 | checking for F_NOCACHE ... not found
|
|---|
| 35 | checking for directio() ... not found
|
|---|
| 36 | checking for statfs() ... found
|
|---|
| 37 | checking for statvfs() ... found
|
|---|
| 38 | checking for dlopen() ... not found
|
|---|
| 39 | checking for dlopen() in libdl ... found
|
|---|
| 40 | checking for sched_yield() ... found
|
|---|
| 41 | checking for SO_SETFIB ... not found
|
|---|
| 42 | checking for SO_ACCEPTFILTER ... not found
|
|---|
| 43 | checking for TCP_DEFER_ACCEPT ... found
|
|---|
| 44 | checking for accept4() ... not found
|
|---|
| 45 | checking for int size ... 4 bytes
|
|---|
| 46 | checking for long size ... 8 bytes
|
|---|
| 47 | checking for long long size ... 8 bytes
|
|---|
| 48 | checking for void * size ... 8 bytes
|
|---|
| 49 | checking for uint64_t ... found
|
|---|
| 50 | checking for sig_atomic_t ... found
|
|---|
| 51 | checking for sig_atomic_t size ... 4 bytes
|
|---|
| 52 | checking for socklen_t ... found
|
|---|
| 53 | checking for in_addr_t ... found
|
|---|
| 54 | checking for in_port_t ... found
|
|---|
| 55 | checking for rlim_t ... found
|
|---|
| 56 | checking for uintptr_t ... uintptr_t found
|
|---|
| 57 | checking for system endianess ... little endianess
|
|---|
| 58 | checking for size_t size ... 8 bytes
|
|---|
| 59 | checking for off_t size ... 8 bytes
|
|---|
| 60 | checking for time_t size ... 8 bytes
|
|---|
| 61 | checking for setproctitle() ... not found
|
|---|
| 62 | checking for pread() ... found
|
|---|
| 63 | checking for pwrite() ... found
|
|---|
| 64 | checking for sys_nerr ... found
|
|---|
| 65 | checking for localtime_r() ... found
|
|---|
| 66 | checking for posix_memalign() ... found
|
|---|
| 67 | checking for memalign() ... found
|
|---|
| 68 | checking for mmap(MAP_ANON|MAP_SHARED) ... found
|
|---|
| 69 | checking for mmap("/dev/zero", MAP_SHARED) ... found
|
|---|
| 70 | checking for System V shared memory ... found
|
|---|
| 71 | checking for POSIX semaphores ... not found
|
|---|
| 72 | checking for POSIX semaphores in libpthread ... found
|
|---|
| 73 | checking for struct msghdr.msg_control ... found
|
|---|
| 74 | checking for ioctl(FIONBIO) ... found
|
|---|
| 75 | checking for struct tm.tm_gmtoff ... found
|
|---|
| 76 | checking for struct dirent.d_namlen ... not found
|
|---|
| 77 | checking for struct dirent.d_type ... found
|
|---|
| 78 | checking for PCRE library ... found
|
|---|
| 79 | checking for system md library ... not found
|
|---|
| 80 | checking for system md5 library ... not found
|
|---|
| 81 | checking for OpenSSL md5 crypto library ... not found
|
|---|
| 82 | checking for sha1 in system md library ... not found
|
|---|
| 83 | checking for OpenSSL sha1 crypto library ... not found
|
|---|
| 84 | checking for zlib library ... found
|
|---|
| 85 | creating objs/Makefile
|
|---|
| 86 |
|
|---|
| 87 | Configuration 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 |
|
|---|