FreeBSD & Linux disk AIO support

Лазовский Вадим lvm at rkmail.ru
Wed Aug 26 11:26:58 MSD 2009


Igor Sysoev пишет:
> On Wed, Aug 26, 2009 at 10:39:38AM +0400, Igor Sysoev wrote:
> 
>> On Wed, Aug 26, 2009 at 10:32:27AM +0400, Лазовский Вадим wrote:
>>
>>> Здравствуйте.
>>>
>>> Этот патч надо накладывать совместно с предыдущим?
>> Нет.
>>
>>> Если нет, тогда не получается собрать:
>>>
>>> gcc -c -O -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter 
>>> -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 
>>> -march=native -mtune=native -I src/core -I src/event -I 
>>> src/event/modules -I src/os/unix -I objs \
>>>                 -o objs/src/event/modules/ngx_epoll_module.o \
>>>                 src/event/modules/ngx_epoll_module.c
>>> src/event/modules/ngx_epoll_module.c: In function 'ngx_epoll_init':
>>> src/event/modules/ngx_epoll_module.c:224: error: too few arguments to 
>>> function 'eventfd'
>>> make[1]: *** [objs/src/event/modules/ngx_epoll_module.o] Error 1
>>> make[1]: Leaving directory `/usr/src/nginx-0.8.10'
>>> make: *** [build] Error 2
>> Что показывает configure в районе
>> checking for eventfd2()
>> ?
> 
> Новый патч.
> 
> 
> 

Не помогло.

./configure \
         --prefix=/usr/local/nginx \
         --error-log-path=/var/log/nginx/error_log \
         --http-log-path=/var/log/nginx/access_log \
         --http-client-body-temp-path=/var/nginx/client_body_temp \
         --http-fastcgi-temp-path=/var/nginx/fastcgi_temp \
         --pid-path=/var/run/nginx.pid \
         --user=wwwrun \
         --group=www \
         --with-http_stub_status_module \
         --with-cc-opt="-O3 -march=native -mtune=native" \
         --with-http_ssl_module \
         --add-module=../nginx_uploadprogress_module \
         --add-module=../nginx_upload_module-2.0.9 \
         --add-module=../nginx-fancyindex-0.1_beta5 \
         --with-file-aio

openSUSE 11.0
2.6.25.20-0.4-default #1 SMP 2009-06-01 09:57:12 +0200 x86_64 x86_64 
x86_64 GNU/Linux

checking for Linux AIO support ... found
checking for eventfd2() ... not found





More information about the nginx-ru mailing list