On Mon, Feb 13, 2006 at 11:39:59PM -0600, William Rowe wrote: > Failure at line 148, rv = apr_socket_bind(sock, to) of > testsockets.c... the IPv6 code block runs to APR_SUCCESS above, so we > have '::1' (isn't it supposed to be '[::1]' instead?)
"[...]" is URI syntax, the resolver doesn't understand it. Yes, the test suite will need to be adapted to also fall back to using IPv4 if bind() fails on ::1, if Solaris can behave like that. joe
