You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Justin Erenkrantz <je...@apache.org> on 2002/03/27 22:23:17 UTC

Re: [PATCH] AutoConf option to disable IPv6 support in APR for HTTPD 2.0

On Wed, Mar 27, 2002 at 09:13:23PM +0000, Pier Fumagalli wrote:
> On my Solaris 8/x86 box, if I enable IPv6 support in APR, things start to
> get weird (I believe it's my old tweaked version of Solaris, but...)...
> 
> This little patch allows to change the default behavior and disables APR
> IPv6 support by adding a "--disable-ipv6" parameter when calling "configure"
> in the APR directory...
> 
> Seems to work allright on OS/X and Solaris 8/x86...

Shouldn't --disable-ipv6 if passed to httpd's configure get sent to
APR's configure?  What am I missing?  It may not be listed in
httpd's configure --help, but that *should* work...  -- justin

Re: [PATCH] AutoConf option to disable IPv6 support in APR for HTTPD 2.0

Posted by Pier Fumagalli <pi...@betaversion.org>.
"Justin Erenkrantz" <je...@apache.org> wrote:

> On Wed, Mar 27, 2002 at 09:13:23PM +0000, Pier Fumagalli wrote:
>> On my Solaris 8/x86 box, if I enable IPv6 support in APR, things start to
>> get weird (I believe it's my old tweaked version of Solaris, but...)...
>> 
>> This little patch allows to change the default behavior and disables APR
>> IPv6 support by adding a "--disable-ipv6" parameter when calling "configure"
>> in the APR directory...
>> 
>> Seems to work allright on OS/X and Solaris 8/x86...
> 
> Shouldn't --disable-ipv6 if passed to httpd's configure get sent to
> APR's configure?  What am I missing?  It may not be listed in
> httpd's configure --help, but that *should* work...  -- justin

Oh boy, me idiot! :) I never saw it there and figured it wasn't called, so I
never actually "specified" it to httpd's configure... (DOH! DOH! DOH!)

# rm -rf /dev/pier

:)

    Pier