www/apache22 2.2.22_8 broken on IPv4-only system

Olli Hauer ohauer at FreeBSD.org
Wed Sep 5 06:10:36 UTC 2012


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}




More information about the freebsd-ports mailing list