mod_pagespeed error

Hello, I try to install mod_pagespeed on my FreeBSD-8.3 server, port is in www/mod_pagespeed, but I have this problem. I had tried to find solucion in Google but no success.
Thank you.
Davide

Code:
CXX(target) out/Release/obj.target/instaweb_apr/net/instaweb/apache/apr_thread_compatible_pool.o
  CXX(target) out/Release/obj.target/instaweb_apr/net/instaweb/apache/apr_timer.o
  CXX(target) out/Release/obj.target/instaweb_apr/net/instaweb/apache/loopback_route_fetcher.o
net/instaweb/apache/loopback_route_fetcher.cc: In static member function 'static bool net_instaweb::LoopbackRouteFetcher::IsLoopbackAddr(const apr_sockaddr_t*)':
net/instaweb/apache/loopback_route_fetcher.cc:111: error: 'APR_INET6' was not declared in this scope
net/instaweb/apache/loopback_route_fetcher.cc:112: error: 'const union apr_sockaddr_t::<anonymous>' has no member named 'sin6'
gmake: *** [out/Release/obj.target/instaweb_apr/net/instaweb/apache/loopback_route_fetcher.o] Error 1
*** Error code 1

Stop in /usr/ports/www/mod_pagespeed.
 
I'm guessing you're running a kernel that doesn't have IPv6 support.
 
Back
Top