Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Не работает aio в nginx 0.8.17 Gentoo Linux
Hello!
On Wed, Nov 18, 2009 at 04:09:37PM +0300, Vasiliy G Tolstov wrote:
> В Срд, 18/11/2009 в 15:22 +0300, Igor Sysoev пишет:
> > On Wed, Nov 18, 2009 at 02:07:46PM +0200, Андрей Василишин wrote:
> >
> > > * Checking nginx' configuration ...
> > > [emerg]: unknown directive "aio" in /etc/nginx/nginx.conf:97
> > > configuration file /etc/nginx/nginx.conf test failed
> > > * failed, please correct errors
> > > above
> > >
> > > [ !! ]
> > > > nginx -V
> > > nginx version: nginx/0.8.17
> > > configure arguments: --prefix=/usr --conf-path=/etc/nginx/nginx.conf
> > > --http-log-path=/var/log/nginx/access_log
> > > --error-log-path=/var/log/nginx/error_log --pid-path=/var/run/nginx.pid
> > > --http-client-body-temp-path=/var/tmp/nginx/client
> > > --http-proxy-temp-path=/var/tmp/nginx/proxy
> > > --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi --with-md5-asm
> > > --with-md5=/usr/include --with-sha1-asm --with-sha1=/usr/include
> > > --with-http_realip_module --with-debug --with-http_ssl_module
> > > --with-http_perl_module --with-http_stub_status_module
> > > --with-http_sub_module
> >
> > Нужно убрать
> >
> > --with-md5-asm
> > --with-md5=/usr/include
> > --with-sha1-asm
> > --with-sha1=/usr/include
>
>
> А почему это нужно убрать?:) Оно теперь лишнее, или просто не имеет уже
> смысла?
Потому что это откровенный мусор.
$ ./configure --help | grep md5=
--with-md5=DIR set path to md5 library sources
$ ./configure --help | grep sha1=
--with-sha1=DIR set path to sha1 library sources
То, что оно с такими ключами вообще собирается - случайность.
Maxim Dounin
|