Subject: | Solaris 10 getaddrinfo failure FIXED with PATCH |
This failure (using the 2.014 from perl5 HEAD):
not ok 25 - $err == 0 for 127.0.0.1/80/flags=AI_NUMERICHOST
# Failed test '$err == 0 for 127.0.0.1/80/flags=AI_NUMERICHOST'
# at cpan/Socket/t/getaddrinfo.t line 106.
# $err is service name not available for the specified socket type
is simply caused by Solaris not shipping http/80 in its /etc/services. The proposed attached patch adds a loop that goes through commonly available services, and declares victory when one of them succeeds, and fails finally if none of them did.
Subject: | getaddrinfo.pat |
Message body not shown because it is not plain text.