On Thu, Oct 30, 2003 at 02:23:44PM +0530, Swapan Gupta wrote: > Hi, > > Is Apache2x supported on Sol6? > > When I try to build my Apache2 module on Sol6, I get the following > errors from within the apache2 include files: > "../../sun/apache2/include/apr.h", line 306: Error: socklen_t is not > defined. > "../../sun/apache2/include/apr_network_io.h", line 253: Error: The type > "sockaddr_in6" is incomplete.
Solaris 2.6 doesn't have IPv6. You probably ran configure on Solaris 8+ box (that has IPv6) and are running make on a Solaris 2.6. Run configure on the same version of the OS as you run make. -- justin
