<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>upload module doesnt compile with 0.6.34</title>
        <description> 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 &amp;quot;Nginx upload module (v 2.0.7)&amp;quot; and &amp;quot;Nginx upload module (v
2.1.1)&amp;quot;

heres a configure and the results i got during compilation

http://pastebin.com/m58fdacdd

Hope this helps

Cheers</description>
        <link>http://www.serverphorums.com/read.php?5,5511,5511#msg-5511</link>
        <lastBuildDate>Wed, 19 Jun 2013 16:25:38 +0200</lastBuildDate>
        <generator>Phorum 5.2.18</generator>
        <item>
            <guid>http://www.serverphorums.com/read.php?5,5511,5573#msg-5573</guid>
            <title>Re: upload module doesnt compile with 0.6.34</title>
            <link>http://www.serverphorums.com/read.php?5,5511,5573#msg-5573</link>
            <description><![CDATA[ Hi Valery<br />
thank you, that one compiled without issues<br />
<br />
Regards<br />
<br />
On Sat, Dec 20, 2008 at 9:11 PM, Valery Kholodkov &lt;<br />
<a href="mailto:&#118;&#97;&#108;&#101;&#114;&#121;&#43;&#110;&#103;&#105;&#110;&#120;&#101;&#110;&#64;&#103;&#114;&#105;&#100;&#46;&#110;&#101;&#116;&#46;&#114;&#117;">&#118;&#97;&#108;&#101;&#114;&#121;&#43;&#110;&#103;&#105;&#110;&#120;&#101;&#110;&#64;&#103;&#114;&#105;&#100;&#46;&#110;&#101;&#116;&#46;&#114;&#117;</a> &lt;valery%2Bnginxen@grid.net.ru&gt;&gt; wrote:<br />
<br />
&gt; Good that you've mentioned it.<br />
&gt;<br />
&gt; Seems that I've mistaken in this revision:<br />
&gt;<br />
&gt;<br />
&gt; <a href="http://svn.myau.su/?do=diff&amp;project=nginx_upload_files&amp;path=/branches/2.0/ngx_http_upload_module.c&amp;rev=75&amp;oldrev=70" target="_blank"  rel="nofollow">http://svn.myau.su/?do=diff&amp;project=nginx_upload_files&amp;path=/branches/2.0/ngx_http_upload_module.c&amp;rev=75&amp;oldrev=70</a><br />
&gt;<br />
&gt; Try using updated archive:<br />
&gt;<br />
&gt; <a href="http://www.grid.net.ru/nginx/download/nginx_upload_module-2.0.8.tar.gz" target="_blank"  rel="nofollow">http://www.grid.net.ru/nginx/download/nginx_upload_module-2.0.8.tar.gz</a><br />
&gt;<br />
&gt; nginx.mailinglist wrote:<br />
&gt;<br />
&gt;&gt; Hello<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; firstly, thank you both for the help so far, appreciated<br />
&gt;&gt;<br />
&gt;&gt; anyways I tried compiling the latest update (2.0.8) but it seems another<br />
&gt;&gt; issue came up<br />
&gt;&gt;<br />
&gt;&gt; see attached (last few lines) compilation<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; <a href="http://pastebin.com/m6d4ec39f" target="_blank"  rel="nofollow">http://pastebin.com/m6d4ec39f</a><br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; Cheers / Spasibo :)<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; On Sat, Dec 20, 2008 at 6:05 PM, Valery Kholodkov &lt;<br />
&gt;&gt; <a href="mailto:&#118;&#97;&#108;&#101;&#114;&#121;&#43;&#110;&#103;&#105;&#110;&#120;&#101;&#110;&#64;&#103;&#114;&#105;&#100;&#46;&#110;&#101;&#116;&#46;&#114;&#117;">&#118;&#97;&#108;&#101;&#114;&#121;&#43;&#110;&#103;&#105;&#110;&#120;&#101;&#110;&#64;&#103;&#114;&#105;&#100;&#46;&#110;&#101;&#116;&#46;&#114;&#117;</a> &lt;valery%2Bnginxen@grid.net.ru&gt; &lt;mailto:<br />
&gt;&gt; valery%2Bnginxen@grid.net.ru &lt;valery%252Bnginxen@grid.net.ru&gt;&gt;&gt; wrote:<br />
&gt;&gt;<br />
&gt;&gt;    Todd Fisher wrote:<br />
&gt;&gt;<br />
&gt;&gt;        Not sure about 2.1.1, but for 2.0.7, it is probably an unsigned<br />
&gt;&gt;        comparison to signed warning that caused it to fail on line<br />
&gt;&gt;        981...  In that case, using this line instead should fix the<br />
&gt;&gt;        warning:<br />
&gt;&gt;<br />
&gt;&gt;        if((ssize_t)(u-&gt;output_file.offset + len) &gt;<br />
&gt;&gt;        (ssize_t)(ulcf-&gt;max_file_size))<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt;        On Fri, Dec 19, 2008 at 4:46 PM, nginx. mailinglist<br />
&gt;&gt;        &lt;nginx.mailinglist@xinio.info<br />
&gt;&gt;        &lt;mailto:nginx.mailinglist@xinio.info&gt;<br />
&gt;&gt;        &lt;mailto:nginx.mailinglist@xinio.info<br />
&gt;&gt;        &lt;mailto:nginx.mailinglist@xinio.info&gt;&gt;&gt; wrote:<br />
&gt;&gt;<br />
&gt;&gt;           Hello<br />
&gt;&gt;<br />
&gt;&gt;           I was unable to compile nginx 0.6.34 with upload module support<br />
&gt;&gt;<br />
&gt;&gt;           My test system consists of Vmware6.5 with OpenSuse11.1 64bit<br />
&gt;&gt;        running<br />
&gt;&gt;<br />
&gt;&gt;           I tried both &quot;Nginx upload module (v 2.0.7)&quot; and &quot;Nginx upload<br />
&gt;&gt;           module (v 2.1.1)&quot;<br />
&gt;&gt;<br />
&gt;&gt;           heres a configure and the results i got during compilation<br />
&gt;&gt;<br />
&gt;&gt;           <a href="http://pastebin.com/m58fdacdd" target="_blank"  rel="nofollow">http://pastebin.com/m58fdacdd</a><br />
&gt;&gt;<br />
&gt;&gt;           Hope this helps<br />
&gt;&gt;<br />
&gt;&gt;           Cheers<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt;    Correct. Or try using version 2.0.8 which I just have released.<br />
&gt;&gt;<br />
&gt;&gt;    --    Regards,<br />
&gt;&gt;    Valery Kholodkov<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;<br />
&gt; --<br />
&gt; Regards,<br />
&gt; Valery Kholodkov<br />
&gt;<br />
&gt;]]></description>
            <dc:creator>nginx.mailinglist</dc:creator>
            <category>Nginx</category>
            <pubDate>Sun, 21 Dec 2008 13:50:01 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?5,5511,5558#msg-5558</guid>
            <title>Re: upload module doesnt compile with 0.6.34</title>
            <link>http://www.serverphorums.com/read.php?5,5511,5558#msg-5558</link>
            <description><![CDATA[ Good that you've mentioned it.<br />
<br />
Seems that I've mistaken in this revision:<br />
<br />
<a href="http://svn.myau.su/?do=diff&amp;project=nginx_upload_files&amp;path=/branches/2.0/ngx_http_upload_module.c&amp;rev=75&amp;oldrev=70" target="_blank"  rel="nofollow">http://svn.myau.su/?do=diff&amp;project=nginx_upload_files&amp;path=/branches/2.0/ngx_http_upload_module.c&amp;rev=75&amp;oldrev=70</a><br />
<br />
Try using updated archive:<br />
<br />
<a href="http://www.grid.net.ru/nginx/download/nginx_upload_module-2.0.8.tar.gz" target="_blank"  rel="nofollow">http://www.grid.net.ru/nginx/download/nginx_upload_module-2.0.8.tar.gz</a><br />
<br />
nginx.mailinglist wrote:<br />
&gt; Hello<br />
&gt; <br />
&gt; <br />
&gt; firstly, thank you both for the help so far, appreciated<br />
&gt; <br />
&gt; anyways I tried compiling the latest update (2.0.8) but it seems another <br />
&gt; issue came up<br />
&gt; <br />
&gt; see attached (last few lines) compilation<br />
&gt; <br />
&gt; <br />
&gt; <a href="http://pastebin.com/m6d4ec39f" target="_blank"  rel="nofollow">http://pastebin.com/m6d4ec39f</a><br />
&gt; <br />
&gt; <br />
&gt; Cheers / Spasibo :)<br />
&gt; <br />
&gt; <br />
&gt; On Sat, Dec 20, 2008 at 6:05 PM, Valery Kholodkov <br />
&gt; &lt;valery+nginxen@grid.net.ru &lt;mailto:valery%2Bnginxen@grid.net.ru&gt;&gt; wrote:<br />
&gt; <br />
&gt;     Todd Fisher wrote:<br />
&gt; <br />
&gt;         Not sure about 2.1.1, but for 2.0.7, it is probably an unsigned<br />
&gt;         comparison to signed warning that caused it to fail on line<br />
&gt;         981...  In that case, using this line instead should fix the<br />
&gt;         warning:<br />
&gt; <br />
&gt;         if((ssize_t)(u-&gt;output_file.offset + len) &gt;<br />
&gt;         (ssize_t)(ulcf-&gt;max_file_size))<br />
&gt; <br />
&gt; <br />
&gt;         On Fri, Dec 19, 2008 at 4:46 PM, nginx. mailinglist<br />
&gt;         &lt;nginx.mailinglist@xinio.info<br />
&gt;         &lt;mailto:nginx.mailinglist@xinio.info&gt;<br />
&gt;         &lt;mailto:nginx.mailinglist@xinio.info<br />
&gt;         &lt;mailto:nginx.mailinglist@xinio.info&gt;&gt;&gt; wrote:<br />
&gt; <br />
&gt;            Hello<br />
&gt; <br />
&gt;            I was unable to compile nginx 0.6.34 with upload module support<br />
&gt; <br />
&gt;            My test system consists of Vmware6.5 with OpenSuse11.1 64bit<br />
&gt;         running<br />
&gt; <br />
&gt;            I tried both &quot;Nginx upload module (v 2.0.7)&quot; and &quot;Nginx upload<br />
&gt;            module (v 2.1.1)&quot;<br />
&gt; <br />
&gt;            heres a configure and the results i got during compilation<br />
&gt; <br />
&gt;            <a href="http://pastebin.com/m58fdacdd" target="_blank"  rel="nofollow">http://pastebin.com/m58fdacdd</a><br />
&gt; <br />
&gt;            Hope this helps<br />
&gt; <br />
&gt;            Cheers<br />
&gt; <br />
&gt; <br />
&gt; <br />
&gt;     Correct. Or try using version 2.0.8 which I just have released.<br />
&gt; <br />
&gt;     -- <br />
&gt;     Regards,<br />
&gt;     Valery Kholodkov<br />
&gt; <br />
&gt; <br />
<br />
<br />
-- <br />
Regards,<br />
Valery Kholodkov]]></description>
            <dc:creator>Valery Kholodkov</dc:creator>
            <category>Nginx</category>
            <pubDate>Sat, 20 Dec 2008 22:35:01 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?5,5511,5556#msg-5556</guid>
            <title>Re: upload module doesnt compile with 0.6.34</title>
            <link>http://www.serverphorums.com/read.php?5,5511,5556#msg-5556</link>
            <description><![CDATA[ Hello<br />
<br />
firstly, thank you both for the help so far, appreciated<br />
<br />
anyways I tried compiling the latest update (2.0.8) but it seems another<br />
issue came up<br />
<br />
see attached (last few lines) compilation<br />
<br />
<br />
<a href="http://pastebin.com/m6d4ec39f" target="_blank"  rel="nofollow">http://pastebin.com/m6d4ec39f</a><br />
<br />
<br />
Cheers / Spasibo :)<br />
<br />
<br />
On Sat, Dec 20, 2008 at 6:05 PM, Valery Kholodkov &lt;<br />
<a href="mailto:&#118;&#97;&#108;&#101;&#114;&#121;&#43;&#110;&#103;&#105;&#110;&#120;&#101;&#110;&#64;&#103;&#114;&#105;&#100;&#46;&#110;&#101;&#116;&#46;&#114;&#117;">&#118;&#97;&#108;&#101;&#114;&#121;&#43;&#110;&#103;&#105;&#110;&#120;&#101;&#110;&#64;&#103;&#114;&#105;&#100;&#46;&#110;&#101;&#116;&#46;&#114;&#117;</a> &lt;valery%2Bnginxen@grid.net.ru&gt;&gt; wrote:<br />
<br />
&gt; Todd Fisher wrote:<br />
&gt;<br />
&gt;&gt; Not sure about 2.1.1, but for 2.0.7, it is probably an unsigned comparison<br />
&gt;&gt; to signed warning that caused it to fail on line 981...  In that case, using<br />
&gt;&gt; this line instead should fix the warning:<br />
&gt;&gt;<br />
&gt;&gt; if((ssize_t)(u-&gt;output_file.offset + len) &gt;<br />
&gt;&gt; (ssize_t)(ulcf-&gt;max_file_size))<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt; On Fri, Dec 19, 2008 at 4:46 PM, nginx. mailinglist &lt;<br />
&gt;&gt; <a href="mailto:&#110;&#103;&#105;&#110;&#120;&#46;&#109;&#97;&#105;&#108;&#105;&#110;&#103;&#108;&#105;&#115;&#116;&#64;&#120;&#105;&#110;&#105;&#111;&#46;&#105;&#110;&#102;&#111;">&#110;&#103;&#105;&#110;&#120;&#46;&#109;&#97;&#105;&#108;&#105;&#110;&#103;&#108;&#105;&#115;&#116;&#64;&#120;&#105;&#110;&#105;&#111;&#46;&#105;&#110;&#102;&#111;</a> &lt;mailto:nginx.mailinglist@xinio.info&gt;&gt;<br />
&gt;&gt; wrote:<br />
&gt;&gt;<br />
&gt;&gt;    Hello<br />
&gt;&gt;<br />
&gt;&gt;    I was unable to compile nginx 0.6.34 with upload module support<br />
&gt;&gt;<br />
&gt;&gt;    My test system consists of Vmware6.5 with OpenSuse11.1 64bit running<br />
&gt;&gt;<br />
&gt;&gt;    I tried both &quot;Nginx upload module (v 2.0.7)&quot; and &quot;Nginx upload<br />
&gt;&gt;    module (v 2.1.1)&quot;<br />
&gt;&gt;<br />
&gt;&gt;    heres a configure and the results i got during compilation<br />
&gt;&gt;<br />
&gt;&gt;    <a href="http://pastebin.com/m58fdacdd" target="_blank"  rel="nofollow">http://pastebin.com/m58fdacdd</a><br />
&gt;&gt;<br />
&gt;&gt;    Hope this helps<br />
&gt;&gt;<br />
&gt;&gt;    Cheers<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt;&gt;<br />
&gt; Correct. Or try using version 2.0.8 which I just have released.<br />
&gt;<br />
&gt; --<br />
&gt; Regards,<br />
&gt; Valery Kholodkov<br />
&gt;<br />
&gt;]]></description>
            <dc:creator>nginx.mailinglist</dc:creator>
            <category>Nginx</category>
            <pubDate>Sat, 20 Dec 2008 22:05:01 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?5,5511,5550#msg-5550</guid>
            <title>Re: upload module doesnt compile with 0.6.34</title>
            <link>http://www.serverphorums.com/read.php?5,5511,5550#msg-5550</link>
            <description><![CDATA[ Todd Fisher wrote:<br />
&gt; Not sure about 2.1.1, but for 2.0.7, it is probably an unsigned <br />
&gt; comparison to signed warning that caused it to fail on line 981...  In <br />
&gt; that case, using this line instead should fix the warning:<br />
&gt; <br />
&gt; if((ssize_t)(u-&gt;output_file.offset + len) &gt; (ssize_t)(ulcf-&gt;max_file_size))<br />
&gt; <br />
&gt; <br />
&gt; On Fri, Dec 19, 2008 at 4:46 PM, nginx. mailinglist <br />
&gt; &lt;nginx.mailinglist@xinio.info &lt;mailto:nginx.mailinglist@xinio.info&gt;&gt; wrote:<br />
&gt; <br />
&gt;     Hello<br />
&gt; <br />
&gt;     I was unable to compile nginx 0.6.34 with upload module support<br />
&gt; <br />
&gt;     My test system consists of Vmware6.5 with OpenSuse11.1 64bit running<br />
&gt; <br />
&gt;     I tried both &quot;Nginx upload module (v 2.0.7)&quot; and &quot;Nginx upload<br />
&gt;     module (v 2.1.1)&quot;<br />
&gt; <br />
&gt;     heres a configure and the results i got during compilation<br />
&gt; <br />
&gt;     <a href="http://pastebin.com/m58fdacdd" target="_blank"  rel="nofollow">http://pastebin.com/m58fdacdd</a><br />
&gt; <br />
&gt;     Hope this helps<br />
&gt; <br />
&gt;     Cheers<br />
&gt; <br />
&gt; <br />
<br />
Correct. Or try using version 2.0.8 which I just have released.<br />
<br />
-- <br />
Regards,<br />
Valery Kholodkov]]></description>
            <dc:creator>Valery Kholodkov</dc:creator>
            <category>Nginx</category>
            <pubDate>Sat, 20 Dec 2008 19:25:01 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?5,5511,5538#msg-5538</guid>
            <title>Re: upload module doesnt compile with 0.6.34</title>
            <link>http://www.serverphorums.com/read.php?5,5511,5538#msg-5538</link>
            <description><![CDATA[ Not sure about 2.1.1, but for 2.0.7, it is probably an unsigned comparison<br />
to signed warning that caused it to fail on line 981...  In that case, using<br />
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 />
On Fri, Dec 19, 2008 at 4:46 PM, nginx. mailinglist &lt;<br />
nginx.mailinglist@xinio.info&gt; wrote:<br />
<br />
&gt; Hello<br />
&gt; I was unable to compile nginx 0.6.34 with upload module support<br />
&gt;<br />
&gt; My test system consists of Vmware6.5 with OpenSuse11.1 64bit running<br />
&gt;<br />
&gt; I tried both &quot;Nginx upload module (v 2.0.7)&quot; and &quot;Nginx upload module (v<br />
&gt; 2.1.1)&quot;<br />
&gt;<br />
&gt; heres a configure and the results i got during compilation<br />
&gt;<br />
&gt; <a href="http://pastebin.com/m58fdacdd" target="_blank"  rel="nofollow">http://pastebin.com/m58fdacdd</a><br />
&gt;<br />
&gt; Hope this helps<br />
&gt;<br />
&gt; Cheers<br />
&gt;]]></description>
            <dc:creator>Todd Fisher</dc:creator>
            <category>Nginx</category>
            <pubDate>Sat, 20 Dec 2008 15:15:03 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.serverphorums.com/read.php?5,5511,5511#msg-5511</guid>
            <title>upload module doesnt compile with 0.6.34</title>
            <link>http://www.serverphorums.com/read.php?5,5511,5511#msg-5511</link>
            <description><![CDATA[ Hello<br />
I was unable to compile nginx 0.6.34 with upload module support<br />
<br />
My test system consists of Vmware6.5 with OpenSuse11.1 64bit running<br />
<br />
I tried both &quot;Nginx upload module (v 2.0.7)&quot; and &quot;Nginx upload module (v<br />
2.1.1)&quot;<br />
<br />
heres a configure and the results i got during compilation<br />
<br />
<a href="http://pastebin.com/m58fdacdd" target="_blank"  rel="nofollow">http://pastebin.com/m58fdacdd</a><br />
<br />
Hope this helps<br />
<br />
Cheers]]></description>
            <dc:creator>nginx.mailinglist</dc:creator>
            <category>Nginx</category>
            <pubDate>Sat, 20 Dec 2008 00:10:01 +0100</pubDate>
        </item>
    </channel>
</rss>
