nginx-0.7.0

rkmr.em at gmail.com rkmr.em at gmail.com
Mon May 19 18:47:06 MSD 2008


I am getting this error for this config
./configure --with-http_stub_status_module --prefix=/opt/local

gcc -c -O -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wno-unused-function -Wunused-variable -Wunused-value -Werror -g  -I
src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
                -o objs/src/os/unix/ngx_files.o \
                src/os/unix/ngx_files.c
src/os/unix/ngx_files.c: In function 'ngx_write_chain_to_file':
src/os/unix/ngx_files.c:164: error: 'IOV_MAX' undeclared (first use in
this function)
src/os/unix/ngx_files.c:164: error: (Each undeclared identifier is
reported only once
src/os/unix/ngx_files.c:164: error: for each function it appears in.)
make[1]: *** [objs/src/os/unix/ngx_files.o] Error 1
make[1]: Leaving directory `/tmp/nginx-0.7.0'





On Mon, May 19, 2008 at 3:43 AM, Igor Sysoev <is at rambler-co.ru> wrote:
>
> Changes with nginx 0.7.0                                         19 May 2008
>
>    *) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as
>       \xXX in an access_log.
>       Thanks to Maxim Dounin.
>
>    *) Change: now nginx allows several "Host" request header line.
>
>    *) Feature: the "modified" flag in the "expires" directive.
>
>    *) Feature: the $uid_got and $uid_set variables may be used at any
>       request processing stage.
>
>    *) Feature: the $hostname variable.
>       Thanks to Andrei Nigmatulin.
>
>    *) Feature: DESTDIR support.
>       Thanks to Todd A. Fisher and Andras Voroskoi.
>
>    *) Bugfix: a segmentation fault might occur in worker process on Linux,
>       if keepalive was enabled.
>
>
> --
> Igor Sysoev
> http://sysoev.ru/en/
>





More information about the nginx mailing list