atom feed4 messages in ru.sysoev.nginxRe: error: can not define uint64_t wh...
FromSent OnAttachments
ppraginNov 25, 2009 1:31 pm 
Igor SysoevNov 25, 2009 9:52 pm 
yangJan 5, 2011 10:34 pm 
Maxim DouninJan 5, 2011 11:37 pm 
Subject:Re: error: can not define uint64_t when running ./configure
From:Igor Sysoev (ig@sysoev.ru)
Date:Nov 25, 2009 9:52:41 pm
List:ru.sysoev.nginx

On Wed, Nov 25, 2009 at 04:31:39PM -0500, ppragin wrote:

I am trying to build ngnix-0.7.64 on CentOS release 5.2 64bit. I am getting this
error when running ./configure. I am not able to find anything on google. Please
help.

./configure checking for OS + Linux 2.6.18-92.1.22.el5 x86_64 checking for C compiler ... found + using GNU C compiler + gcc version: 4.1.2 20071124 (Red Hat 4.1.2-42) checking for gcc -pipe switch ... found ------snip------ checking for PCRE library ... found checking for system md library ... not found checking for system md5 library ... not found checking for OpenSSL md5 crypto library ... found checking for zlib library ... found creating objs/Makefile checking for int size ... 4 bytes checking for long size ... 8 bytes checking for long long size ... 8 bytes checking for void * size ... 8 bytes checking for uint64_t ... uint64_t not found u_int64_t not found ./configure: error: can not define uint64_t

What is in objs/autoconf.err near "checking for uint64_t" ?