defining uint64_t, etc., during configure

Brian Lewis brian at monetra.com
Thu Apr 29 18:06:58 MSD 2010


On Thursday, 29.04.10 at 17:58, Igor Sysoev wrote:
> BTW, if the patch will resolve the issue, could you please post full
> ./configure ouput ?

Output of
./configure --without-http_rewrite_module --without-http-cache
:

checking for OS
 + SCO_SV 3.2 i386
checking for C compiler ... found
 + using GNU C compiler
 + gcc version: 3.3.1
checking for gcc -pipe switch ... found
checking for gcc builtin atomic operations ... not found
checking for gcc variadic macros ... found
checking for C99 variadic macros ... found
checking for unistd.h ... found
checking for inttypes.h ... not found
checking for limits.h ... found
checking for sys/filio.h ... not found
checking for sys/param.h ... found
checking for sys/mount.h ... found
checking for sys/statvfs.h ... found
checking for sys/bitypes.h ... found
checking for crypt.h ... found
checking for SCO_SV specific features
checking for nobody group ... not found
checking for nogroup group ... found
checking for poll() ... found
checking for /dev/poll ... not found
checking for kqueue ... not found
checking for crypt() ... found
checking for F_READAHEAD ... not found
checking for posix_fadvise() ... not found
checking for O_DIRECT ... not found
checking for F_NOCACHE ... not found
checking for directio() ... not found
checking for statfs() ... not found
checking for statvfs() ... found
checking for dlopen() ... found
checking for sched_yield() ... found
checking for zlib library ... found
creating objs/Makefile
checking for int size ... 4 bytes
checking for long size ... 4 bytes
checking for long long size ... 8 bytes
checking for void * size ... 4 bytes
checking for int64_t ... int64_t not found, long long used
checking for uint64_t ... uint64_t not found u_int64_t not found, unsigned long long used
checking for int32_t ... found
checking for uint32_t ... uint32_t not found, u_int32_t used
checking for sig_atomic_t ... found
checking for sig_atomic_t size ... 4 bytes
checking for socklen_t ... socklen_t not found, int used
checking for in_addr_t ... in_addr_t not found uint32_t not found, u_int32_t used
checking for in_port_t ... in_port_t not found, u_short used
checking for rlim_t ... found
checking for uintptr_t ... uintptr_t not found , uint32_t used
checking for system endianess ... little endianess
checking for size_t size ... 4 bytes
checking for off_t size ... 4 bytes
checking for time_t size ... 4 bytes
checking for setproctitle() ... not found
checking for pread() ... not found
checking for pwrite() ... not found
checking for strerror_r() ... not found
checking for gnu style strerror_r() ... not found
checking for sys_errlist[] ... not found
checking for localtime_r() ... found
checking for posix_memalign() ... not found
checking for memalign() ... found
checking for mmap(MAP_ANON|MAP_SHARED) ... not found
checking for mmap("/dev/zero", MAP_SHARED) ... found
checking for System V shared memory ... found
checking for struct msghdr.msg_control ... found
checking for ioctl(FIONBIO) ... not found
checking for struct tm.tm_gmtoff ... not found
checking for struct dirent.d_namlen ... not found
checking for struct dirent.d_type ... not found

Configuration summary
  + PCRE library is not used
  + OpenSSL library is not used
  + md5 library is not used
  + sha1 library is not used
  + using system zlib library

  nginx path prefix: "/usr/local/nginx"
  nginx binary file: "/usr/local/nginx/sbin/nginx"
  nginx configuration prefix: "/usr/local/nginx/conf"
  nginx configuration file: "/usr/local/nginx/conf/nginx.conf"
  nginx pid file: "/usr/local/nginx/logs/nginx.pid"
  nginx error log file: "/usr/local/nginx/logs/error.log"
  nginx http access log file: "/usr/local/nginx/logs/access.log"
  nginx http client request body temporary files: "client_body_temp"
  nginx http proxy temporary files: "proxy_temp"
  nginx http fastcgi temporary files: "fastcgi_temp"



More information about the nginx mailing list