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...&nbsp; In that case, using this line instead should fix the warning:<br><br>if((ssize_t)(u-&gt;output_file.offset + len) &gt; (ssize_t)(ulcf-&gt;max_file_size))<br>
<br><br><div class="gmail_quote">On Fri, Dec 19, 2008 at 4:46 PM, nginx. mailinglist <span dir="ltr">&lt;<a href="mailto:nginx.mailinglist@xinio.info">nginx.mailinglist@xinio.info</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello<div><br></div><div>I was unable to compile nginx 0.6.34 with upload module support</div><div><br></div><div>My test system consists of&nbsp;Vmware6.5 with OpenSuse11.1 64bit running</div><div><br></div><div>I tried both &quot;Nginx upload module (v 2.0.7)&quot; and &quot;Nginx upload module (v 2.1.1)&quot;</div>

<div><br></div><div>heres a configure and the results i got during compilation</div><div><br></div><div><a href="http://pastebin.com/m58fdacdd" target="_blank">http://pastebin.com/m58fdacdd</a><br></div><div><br></div><div>
Hope this helps</div>
<div><br></div><div>Cheers</div>
</blockquote></div><br>