Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. [root@jayngoos nginx-1.12.1]# ./configure --with-http_geoip_module
  2. checking for OS
  3. + Linux 4.9.7-x86_64-linode80 x86_64
  4. checking for C compiler ... found
  5. + using GNU C compiler
  6. + gcc version: 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC)
  7. checking for gcc -pipe switch ... found
  8. checking for -Wl,-E switch ... found
  9. checking for gcc builtin atomic operations ... found
  10. checking for C99 variadic macros ... found
  11. checking for gcc variadic macros ... found
  12. checking for gcc builtin 64 bit byteswap ... found
  13. checking for unistd.h ... found
  14. checking for inttypes.h ... found
  15. checking for limits.h ... found
  16. checking for sys/filio.h ... not found
  17. checking for sys/param.h ... found
  18. checking for sys/mount.h ... found
  19. checking for sys/statvfs.h ... found
  20. checking for crypt.h ... found
  21. checking for Linux specific features
  22. checking for epoll ... found
  23. checking for EPOLLRDHUP ... found
  24. checking for EPOLLEXCLUSIVE ... not found
  25. checking for O_PATH ... not found
  26. checking for sendfile() ... found
  27. checking for sendfile64() ... found
  28. checking for sys/prctl.h ... found
  29. checking for prctl(PR_SET_DUMPABLE) ... found
  30. checking for sched_setaffinity() ... found
  31. checking for crypt_r() ... found
  32. checking for sys/vfs.h ... found
  33. checking for nobody 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 SO_SETFIB ... not found
  50. checking for SO_REUSEPORT ... found
  51. checking for SO_ACCEPTFILTER ... not found
  52. checking for SO_BINDANY ... not found
  53. checking for IP_BIND_ADDRESS_NO_PORT ... not found
  54. checking for IP_TRANSPARENT ... found
  55. checking for IP_BINDANY ... not found
  56. checking for IP_RECVDSTADDR ... not found
  57. checking for IP_PKTINFO ... found
  58. checking for IPV6_RECVPKTINFO ... found
  59. checking for TCP_DEFER_ACCEPT ... found
  60. checking for TCP_KEEPIDLE ... found
  61. checking for TCP_FASTOPEN ... not found
  62. checking for TCP_INFO ... found
  63. checking for accept4() ... found
  64. checking for eventfd() ... found
  65. checking for int size ... 4 bytes
  66. checking for long size ... 8 bytes
  67. checking for long long size ... 8 bytes
  68. checking for void * size ... 8 bytes
  69. checking for uint32_t ... found
  70. checking for uint64_t ... found
  71. checking for sig_atomic_t ... found
  72. checking for sig_atomic_t size ... 4 bytes
  73. checking for socklen_t ... found
  74. checking for in_addr_t ... found
  75. checking for in_port_t ... found
  76. checking for rlim_t ... found
  77. checking for uintptr_t ... uintptr_t found
  78. checking for system byte ordering ... little endian
  79. checking for size_t size ... 8 bytes
  80. checking for off_t size ... 8 bytes
  81. checking for time_t size ... 8 bytes
  82. checking for AF_INET6 ... found
  83. checking for setproctitle() ... not found
  84. checking for pread() ... found
  85. checking for pwrite() ... found
  86. checking for pwritev() ... found
  87. checking for sys_nerr ... found
  88. checking for localtime_r() ... found
  89. checking for posix_memalign() ... found
  90. checking for memalign() ... found
  91. checking for mmap(MAP_ANON|MAP_SHARED) ... found
  92. checking for mmap("/dev/zero", MAP_SHARED) ... found
  93. checking for System V shared memory ... found
  94. checking for POSIX semaphores ... not found
  95. checking for POSIX semaphores in libpthread ... found
  96. checking for struct msghdr.msg_control ... found
  97. checking for ioctl(FIONBIO) ... found
  98. checking for struct tm.tm_gmtoff ... found
  99. checking for struct dirent.d_namlen ... not found
  100. checking for struct dirent.d_type ... found
  101. checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
  102. checking for openat(), fstatat() ... found
  103. checking for getaddrinfo() ... found
  104. checking for PCRE library ... found
  105. checking for PCRE JIT support ... not found
  106. checking for zlib library ... found
  107. checking for GeoIP library ... found
  108. checking for GeoIP IPv6 support ... found
  109. creating objs/Makefile
  110.  
  111. Configuration summary
  112. + using system PCRE library
  113. + OpenSSL library is not used
  114. + using system zlib library
  115.  
  116. nginx path prefix: "/usr/local/nginx"
  117. nginx binary file: "/usr/local/nginx/sbin/nginx"
  118. nginx modules path: "/usr/local/nginx/modules"
  119. nginx configuration prefix: "/usr/local/nginx/conf"
  120. nginx configuration file: "/usr/local/nginx/conf/nginx.conf"
  121. nginx pid file: "/usr/local/nginx/logs/nginx.pid"
  122. nginx error log file: "/usr/local/nginx/logs/error.log"
  123. nginx http access log file: "/usr/local/nginx/logs/access.log"
  124. nginx http client request body temporary files: "client_body_temp"
  125. nginx http proxy temporary files: "proxy_temp"
  126. nginx http fastcgi temporary files: "fastcgi_temp"
  127. nginx http uwsgi temporary files: "uwsgi_temp"
  128. nginx http scgi temporary files: "scgi_temp"
  129.  
  130. [root@jayngoos nginx-1.12.1]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement