You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Sudhaker Raj <su...@gmail.com> on 2008/03/07 17:43:03 UTC

Bug 29744 - CONNECT does not work over existing SSL connection

Hi all,

I'm trying to bring some attention to following patch through this email chain.

https://issues.apache.org/bugzilla/show_bug.cgi?id=29744

But, a very basic question first.

Do we have any documentation about the building against "httpd/trunk"?
Looks like this tree has many files missing which are there in
standard distribution (like configure, build/config.sub,
build/config.guess etc).

someone please help me so that I can compile and test the patch on trunk.

- I'll be posting latest patch and more details latter.

Thanks,
Sudhaker

Re: Bug 29744 - CONNECT does not work over existing SSL connection

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
Sudhaker Raj wrote:
> Hi all,
> 
> I'm trying to bring some attention to following patch through this email chain.
> 
> https://issues.apache.org/bugzilla/show_bug.cgi?id=29744
> 
> But, a very basic question first.
> 
> Do we have any documentation about the building against "httpd/trunk"?
> Looks like this tree has many files missing which are there in
> standard distribution (like configure, build/config.sub,
> build/config.guess etc).

It's actually pretty trivial, after checking out httpd (and perhaps also
checking out apr and apr-util into the srclib/ tree, plus apr-iconv on
win32)... on unix you simply;

   ./buildconf

but it requires perl/python/autoconf/libtool all installed and ready to
use on your box.

Bill