upload module doesnt compile with 0.6.34

Todd Fisher todd.fisher at gmail.com
Sat Dec 20 15:50:12 MSK 2008


Not sure about 2.1.1, but for 2.0.7, it is probably an unsigned comparison
to signed warning that caused it to fail on line 981...  In that case, using
this line instead should fix the warning:

if((ssize_t)(u->output_file.offset + len) > (ssize_t)(ulcf->max_file_size))


On Fri, Dec 19, 2008 at 4:46 PM, nginx. mailinglist <
nginx.mailinglist at xinio.info> wrote:

> Hello
> I was unable to compile nginx 0.6.34 with upload module support
>
> My test system consists of Vmware6.5 with OpenSuse11.1 64bit running
>
> I tried both "Nginx upload module (v 2.0.7)" and "Nginx upload module (v
> 2.1.1)"
>
> heres a configure and the results i got during compilation
>
> http://pastebin.com/m58fdacdd
>
> Hope this helps
>
> Cheers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20081220/932eda07/attachment.html>


More information about the nginx mailing list