nginx 1.1.15 не компилируется с ngx_upload_progress модулем:
/var/tmp/portage/www-servers/nginx-1.1.15/work/masterzen-nginx-upload-progress-module-c7c663f/ngx_http_uploadprogress_module.c: In function 'ngx_http_track_uploads':
/var/tmp/portage/www-servers/nginx-1.1.15/work/masterzen-nginx-upload-progress-module-c7c663f/ngx_http_uploadprogress_module.c:1455:26: error: 'NGX_PARSE_LARGE_TIME' undeclared (first use in this function)
/var/tmp/portage/www-servers/nginx-1.1.15/work/masterzen-nginx-upload-progress-module-c7c663f/ngx_http_uploadprogress_module.c:1455:26: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [objs/addon/masterzen-nginx-upload-progress-module-c7c663f/ngx_http_uploadprogress_module.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/www-servers/nginx-1.1.15/work/nginx-1.1.15'
make: *** [build] Error 2
* ERROR: www-servers/nginx-1.1.15 failed (compile phase):
ngx_http_uploadprogress_module.c:1455: if (lzcf->timeout == NGX_PARSE_LARGE_TIME) {
Что делать теперь? Видимо, эту константу по-тихому убрали из ngx_parse.h, но что делать со старыми модулями, её использующими?
Андрей