Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Sep 2012 08:10:34 +0200
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        John Marshall <john.marshall@riverwillow.com.au>
Cc:        apache@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: www/apache22 2.2.22_8 broken on IPv4-only system
Message-ID:  <5046ECDA.2000902@FreeBSD.org>
In-Reply-To: <20120905060338.GE43255@rwpc15.mby.riverwillow.net.au>
References:  <20120905044640.GC43255@rwpc15.mby.riverwillow.net.au> <5046E2A7.2000204@FreeBSD.org> <20120905054123.GD43255@rwpc15.mby.riverwillow.net.au> <5046E897.90201@FreeBSD.org> <20120905060338.GE43255@rwpc15.mby.riverwillow.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-09-05 08:03, John Marshall wrote:
> On Wed, 05 Sep 2012, 07:52 +0200, Olli Hauer wrote:
>>
>> Do you have IPv6 in the devel/apr1 port enabled?
> 
> No.
> 
> rwsrv08# make showconfig -C /usr/ports/devel/apr1 | grep IPV6
>      IPV6=off: IPv6 protocol support
> 
>> The apache buildfiles are checking if APR_HAVE_IPV6 is present in the apr.h file (only the case if APR was build with IPV6)
> 
> rwsrv08# grep V6 /usr/local/include/apr-1/apr.h
> #define APR_HAVE_IPV6           0
> 
> Maybe I'm looking in the wrong place or maybe the detection is broken?
> 

Can you test the following diff.

Index: Makefile.modules
===================================================================
--- Makefile.modules    (revision 303680)
+++ Makefile.modules    (working copy)
@@ -151,6 +151,7 @@
 .else
 CONFIGURE_ARGS+=       --disable-v4-mapped
 .endif
+CONFIGURE_ARGS+=       --disable-ipv6

 CONFIGURE_ARGS+=       --with-mpm=${WITH_MPM}





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5046ECDA.2000902>