<div>
                    On ubuntu 10.04. (AWS AMI)
                </div><div><div>Background:</div><div>I'm trying to setup a rails server to host nginx + SPDY on an AWS AMI with Ubuntu 10.04. </div><div><br></div><div>After patching the source tree with the SPDY path I keep getting this error:</div><div><br></div></div><div><div>src/http/ngx_http_request_body.c: In function ‘ngx_http_read_client_request_body’:</div><div>src/http/ngx_http_request_body.c:51: error: ‘rc’ undeclared (first use in this function)</div><div>src/http/ngx_http_request_body.c:51: error: (Each undeclared identifier is reported only once</div><div>src/http/ngx_http_request_body.c:51: error: for each function it appears in.)</div><div>src/http/ngx_http_request_body.c:52: error: label ‘done’ used but not defined</div></div><div><br></div><div>not sure what else to post, so below are some other things that I thought might be useful. </div><div><br></div><div>I'm confused because it seems like so many others aren't running into compile issues so it makes me think that maybe I'm missing something. So any help is greatly appreciated. </div><div><br></div><div>I'm also passing in the path to OpenSSL 1.0.1 (see the configure command below). </div><div>Thanks</div><div>Chris</div><div><br></div><div>Gcc:</div><div><div>Using built-in specs.</div><div>Target: i686-apple-darwin11</div><div>Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1</div><div>Thread model: posix</div><div>gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)</div><div><br></div><div>nginx version can be 1.3.4 or 1.3.7 or 1.3.8</div><div><br></div><div>configure command: </div><div><br></div><div>./configure --with-cc-opt=-Wno-error --prefix=/opt/nginx --user=nginx --group=nginx --with-http_ssl_module --with-openssl=/usr/local/build/openssl-1.0.1c </div><div><br></div><div><br></div><div><br></div><div><br></div></div>
                <div></div>