nginx-0.8.40 on AIX 5.3

Tamás Gulácsi gt-dev at gthomas.homelinux.org
Thu Jun 10 08:31:59 MSD 2010


> Date: Thu, 10 Jun 2010 00:42:07 +0400
> From: Igor Sysoev <igor at sysoev.ru>
> To: nginx-devel at nginx.org
> Subject: Re: nginx-0.8.40 on AIX 5.3
> Message-ID: <20100609204207.GD15263 at rambler-co.ru>
> Content-Type: text/plain; charset=iso-8859-1
>
> On Wed, Jun 09, 2010 at 10:26:44PM +0200, Tam?s Gul?csi wrote:
>
>> I'm rtying to cimpile nginx-0.8.40 on AIX 5.3 with xlc_r
>>
>>         chmod 644
>> /home/kobe/kobed/tgulacsi/szemet/nginx-0.8.40/../openssl-1.0.0a/.openssl/lib/pkgconfig/openssl.pc
>> Target "install" is up to date.
>>         xlc_r -q64 -c  -I src/core  -I src/event  -I src/event/modules
>>  -I src/os/unix  -I ../pcre-8.00  -I
>> ../openssl-1.0.0a/.openssl/include  -I objs  -o objs/src/core/nginx.o
>> src/core/nginx.c
>> "src/core/nginx.c", line 377.13: 1506-046 (S) Syntax error.
>> "src/core/nginx.c", line 377.13: 1506-098 (E) Missing argument(s).
>> "src/core/nginx.c", line 385.13: 1506-046 (S) Syntax error.
>> "src/core/nginx.c", line 385.13: 1506-098 (E) Missing argument(s).
>> "src/core/nginx.c", line 430.17: 1506-046 (S) Syntax error.
>> "src/core/nginx.c", line 430.17: 1506-098 (E) Missing argument(s).
>> "src/core/nginx.c", line 621.9: 1506-046 (S) Syntax error.
>> "src/core/nginx.c", line 621.9: 1506-098 (E) Missing argument(s).
>> "src/core/nginx.c", line 636.13: 1506-046 (S) Syntax error.
>> "src/core/nginx.c", line 636.13: 1506-098 (E) Missing argument(s).
>> "src/core/nginx.c", line 1019.13: 1506-046 (S) Syntax error.
>> "src/core/nginx.c", line 1019.13: 1506-098 (E) Missing argument(s).
>> "src/core/nginx.c", line 1030.13: 1506-046 (S) Syntax error.
>> "src/core/nginx.c", line 1030.13: 1506-098 (E) Missing argument(s).
>> make: 1254-004 The error code from the last command is 1.
>>
>> Suggestions?
>
> What does ./configure show ?
>
>
> --
> Igor Sysoev
> http://sysoev.ru/en/
>
Hi,

CC='xlc_r -q64' ARFLAGS='-X64' ./configure --with-pcre=../pcre-8.00 \
  --prefix=/opt/nginx \
  --with-openssl=../openssl-1.0.0a --with-http_ssl_module \
  --with-http_addition_module --with-http_secure_link_module
checking for OS
 + AIX 3 00C6DB544C00
checking for C compiler ... 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 ... found
checking for limits.h ... found
checking for sys/filio.h ... not found
checking for sys/param.h ... found
checking for sys/mount.h ... not found
checking for sys/statvfs.h ... found
checking for crypt.h ... found
checking for AIX specific features
checking for nobody 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() ... found
checking for O_DIRECT ... 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 ... 8 bytes
checking for long long size ... 8 bytes
checking for void * size ... 8 bytes
checking for uint64_t ... found
checking for sig_atomic_t ... found
checking for sig_atomic_t size ... 4 bytes
checking for socklen_t ... found
checking for in_addr_t ... found
checking for in_port_t ... found
checking for rlim_t ... found
checking for uintptr_t ... uintptr_t found
checking for system endianess ... big endianess
checking for size_t size ... 8 bytes
checking for off_t size ... 8 bytes
checking for time_t size ... 8 bytes
checking for setproctitle() ... not found
checking for pread() ... found
checking for pwrite() ... found
checking for strerror_r() ... found
checking for gnu style strerror_r() ... found but is not working
checking for sys_errlist[] ... not found
checking for localtime_r() ... found
checking for posix_memalign() ... found
checking for memalign() ... not found
checking for mmap(MAP_ANON|MAP_SHARED) ... 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) ... found
checking for struct tm.tm_gmtoff ... not found
checking for struct dirent.d_namlen ... found
checking for struct dirent.d_type ... not found

Configuration summary
  + using PCRE library: ../pcre-8.00
  + using OpenSSL library: ../openssl-1.0.0a
  + md5: using OpenSSL library
  + sha1 library is not used
  + using system zlib library

  nginx path prefix: "/opt/nginx"
  nginx binary file: "/opt/nginx/sbin/nginx"
  nginx configuration prefix: "/opt/nginx/conf"
  nginx configuration file: "/opt/nginx/conf/nginx.conf"
  nginx pid file: "/opt/nginx/logs/nginx.pid"
  nginx error log file: "/opt/nginx/logs/error.log"
  nginx http access log file: "/opt/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"
  nginx http uwsgi temporary files: "uwsgi_temp"

Tamás Gulácsi



More information about the nginx-devel mailing list