nginx-0.1.8
Konstantin N. Bezruchenko
mail at bezruk.com
Sun Nov 21 21:24:16 MSK 2004
Hi, Igor.
> Изменения в nginx 0.1.8 20.11.2004
> *) Исправление: ошибка в модуле ngx_http_autoindex_module при показе
> длинных имён файлов.
> *) Добавление: модификатор "^~" в директиве location.
> *) Добавление: директива proxy_max_temp_file_size.
> Небольшой комментарий.
> "proxy_max_temp_file_size 0" запрещает использование временного файла при
> проксировании, поэтому если указать небольшие
> proxy_header_buffer_size 4k;
> proxy_buffers 4 4k;
> то проксирование будет синхронным без всякой акселерации.
> По умолчанию "proxy_max_temp_file_size 1g".
Есть проблема со сборкой на linux.
gcc version 3.2.2 20030222
kernel 2.4.20
Строка configure:
./configure --without-http_charset_module --without-http_rewrite_module --without-http_gzip_module --without-http_proxy_module
Вывод configure в аттаче.
Сама ошибка:
...
gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/event/modules/ngx_rtsig_module.o \
src/event/modules/ngx_rtsig_module.c
src/event/modules/ngx_rtsig_module.c: In function `ngx_rtsig_init':
src/event/modules/ngx_rtsig_module.c:151: sizeof applied to an incomplete type
src/event/modules/ngx_rtsig_module.c: In function `ngx_rtsig_process_events':
src/event/modules/ngx_rtsig_module.c:442: `POLLIN' undeclared (first use in this function)
src/event/modules/ngx_rtsig_module.c:442: (Each undeclared identifier is reported only once
src/event/modules/ngx_rtsig_module.c:442: for each function it appears in.)
src/event/modules/ngx_rtsig_module.c:442: `POLLHUP' undeclared (first use in this function)
src/event/modules/ngx_rtsig_module.c:442: `POLLERR' undeclared (first use in this function)
src/event/modules/ngx_rtsig_module.c:476: `POLLOUT' undeclared (first use in this function)
src/event/modules/ngx_rtsig_module.c: In function `ngx_rtsig_process_overflow':
src/event/modules/ngx_rtsig_module.c:597: `POLLIN' undeclared (first use in this function)
src/event/modules/ngx_rtsig_module.c:601: `POLLOUT' undeclared (first use in this function)
src/event/modules/ngx_rtsig_module.c:608: invalid use of undefined type `struct pollfd'
src/event/modules/ngx_rtsig_module.c:608: dereferencing pointer to incomplete type
src/event/modules/ngx_rtsig_module.c:609: invalid use of undefined type `struct pollfd'
src/event/modules/ngx_rtsig_module.c:609: dereferencing pointer to incomplete type
src/event/modules/ngx_rtsig_module.c:610: invalid use of undefined type `struct pollfd'
src/event/modules/ngx_rtsig_module.c:610: dereferencing pointer to incomplete type
cc1: warnings being treated as errors
src/event/modules/ngx_rtsig_module.c:619: warning: implicit declaration of function `poll'
src/event/modules/ngx_rtsig_module.c:644: invalid use of undefined type `struct pollfd'
src/event/modules/ngx_rtsig_module.c:644: dereferencing pointer to incomplete type
src/event/modules/ngx_rtsig_module.c:651: invalid use of undefined type `struct pollfd'
src/event/modules/ngx_rtsig_module.c:651: dereferencing pointer to incomplete type
src/event/modules/ngx_rtsig_module.c:652: `POLLERR' undeclared (first use in this function)
src/event/modules/ngx_rtsig_module.c:652: `POLLHUP' undeclared (first use in this function)
src/event/modules/ngx_rtsig_module.c:652: `POLLNVAL' undeclared (first use in this function)
src/event/modules/ngx_rtsig_module.c:671: invalid use of undefined type `struct pollfd'
src/event/modules/ngx_rtsig_module.c:671: dereferencing pointer to incomplete type
make[1]: *** [objs/src/event/modules/ngx_rtsig_module.o] Ошибка 1
make[1]: Выход из каталог `/home/bk/nginx-0.1.8'
make: *** [build] Ошибка 2
--
Konstantin N. Bezruchenko
BK5536-RIPE
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: output.txt
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20041121/1e87bd0b/attachment.txt>
More information about the nginx-ru
mailing list