Re: ошибка при сборке Nginx в ручную

Maxim Dounin mdounin на mdounin.ru
Вт Апр 17 18:01:31 UTC 2018


Hello!

On Tue, Apr 17, 2018 at 01:56:25PM -0400, Asterics wrote:

> ./configure \
>         --prefix=/usr/share/nginx \
>         --sbin-path=/usr/sbin/nginx \
>         --conf-path=/etc/nginx/nginx.conf \
>         --pid-path=/var/run/nginx.pid \
>         --lock-path=/var/lock/nginx.lock \
>         --error-log-path=/var/log/nginx/error.log \
>         --http-log-path=/var/log/access/access.log \
>         --user=www-data \
>         --group=www-data \
>         --with-http_ssl_module \
>         --with-http_gzip_static_module \
>         --with-ngx_http_gzip_module \
>         --with-ngx_http_access_module \
> 
> исход
> ./configure: error: invalid option "--with-ngx_http_access_module"
> make: *** No targets specified and no makefile found.  Stop.
> make: *** No rule to make target `install'.  Stop.
> 
> почему не правильная опция?
> например если оставить только с ней, то все ок будет. Проблема именно в
>         --with-http_gzip_static_module \
>         --with-ngx_http_gzip_module \
>         --with-ngx_http_access_module \

Такой опции нет, модуль ngx_http_access_module собирается 
по умолчанию и его сборку можно только выключить с помощью 
опции --without-ngx_http_access_module.

$ ./configure --help | grep http_access
  --without-http_access_module       disable ngx_http_access_module

-- 
Maxim Dounin
http://mdounin.ru/


Подробная информация о списке рассылки nginx-ru