On 09/04/2007 03:38 PM, jean-frederic clere wrote: > William A. Rowe, Jr. wrote: >> Please review and vote on those you have time to - reply once or four times, >> just review those you can as you can; http://apr.apache.org/dev/dist/ >> >> [If you want to speed up the effort by comparing the packages, you can still >> obtain the withdrawn packages at http://apr.apache.org/dev/dist/abandoned/ >> until the end of voting.] >> >> +1/-1 Release >> [ ] apr-1.2.11 > > I have: > "testsockets : FAILED 1 of 6" on a Solaris9 SPARC Box with > SunStudio compiler.
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. Regards RĂ¼diger