3 messages in ru.sysoev.nginxRe: uploadprogress_module - ngx_http_...
FromSent OnAttachments
Dario PalmeroApr 26, 2009 9:48 pm 
Brice FigureauApr 27, 2009 1:32 am 
Dario PalmeroApr 27, 2009 11:55 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: uploadprogress_module - ngx_http_reportuploads_handlerActions...
From:Brice Figureau (bric@daysofwonder.com)
Date:Apr 27, 2009 1:32:00 am
List:ru.sysoev.nginx

On Mon, 2009-04-27 at 06:48 +0200, Dario Palmero wrote:

Hi how are you all?

I have an issue trying to install the upload progress module for nginx. When I run "make" after "./compile --add-module=path/to/nginx_uploadprogress_module", I got this error:

[code]... cc1: warnings being treated as errors [b]/etc/nginx/upload-progress-module//ngx_http_uploadprogress_module.c: In function 'ngx_http_reportuploads_handler': /etc/nginx/upload-progress-module//ngx_http_uploadprogress_module.c:400: error: implicit declaration of function [/b]'ngx_http_discard_request_body' make[1]: *** [objs/addon/upload-progress-module/ngx_http_uploadprogress_module.o] Error 1 make[1]: Leaving directory `/nginx-0.5.35' make: *** [build] Error 2[/code]

I'm using nginx version 0.5.35.

Try with a 0.6.x version, which is now the stable version, because this module doesn't support 0.5.x.