jean-frederic clere wrote: > Ruediger Pluem wrote: >> Which test failed? I stumbled across an issue on Solaris that the bind test >> fails >> because APR_HAVE_IPV6 was set, but ::1 was not bound on the loopback >> interface >> (only 127.0.0.1) on my box. A truss can help to find out. > > bind(3, 0x000C3540, 32, 3) Err#126 EADDRNOTAVAIL > and > #define APR_HAVE_IPV6 1 > and > /sbin/ifconfig doesn't show any IPV6 stuff. > > Yes that is the probleme. > > So: > [-1] apr-1.2.11 Tested on Solaris9 SPARC.
Just an FYI; that would be a flaw in your configuration/your operating system. Your machine advertised IPV6 (installed) and failed to bind to ::1, so i'd consider the test is working as-designed... ...and pointing out your bug ;-) Bill