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}


_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to