On Sun, 8 Dec 2002, Oden Eriksson wrote:
> söndagen den 8 december 2002 21.14 skrev Joe Orton: > > On Sun, Dec 08, 2002 at 08:50:22PM +0100, Oden Eriksson wrote: > > Socket Creation: ..FFF > > 189 tests run: 186 passed, 3 failed, 0 not implemented. > Failed tests: > 1) tcp6_socket: expected <0> but was <97> > 2) udp6_socket: expected <0> but was <97> > 3) sendto_receivefrom: expected <0> but was <97> I have just done some more research into this, and it is kind of strange. Your APR installation says it can handle IPv6, but when we go to run the tests, it can't. This makes it look like the problem is that our IPv6 detection logic on autoconf is a little bogus. I haven't looked into why we are detecting IPv6 when we can't handle it yet. Ryan