Re: [arch-general] getaddrinfo

2011-12-09 Thread Myra Nelson
On Fri, Dec 9, 2011 at 18:00, clemens fischer < ino-n...@spotteswoode.dnsalias.org> wrote: > Myra Nelson wrote: > > > After some more searching, work, and this email from the libc help > > list [ http://sourceware.org/ml/libc-help/2011-12/msg0.html > > ] , I've attempted the code from Ulrich D

Re: [arch-general] getaddrinfo

2011-12-09 Thread clemens fischer
Myra Nelson wrote: > After some more searching, work, and this email from the libc help > list [ http://sourceware.org/ml/libc-help/2011-12/msg0.html > ] , I've attempted the code from Ulrich Dreppers page at > http://www.akkadia.org/drepper/userapi-ipv6.html . The newer version > of the code

Re: [arch-general] getaddrinfo

2011-12-09 Thread clemens fischer
Myra Nelson wrote: > After some more searching, work, and this email from the libc help > list [ http://sourceware.org/ml/libc-help/2011-12/msg0.html > ] , I've attempted the code from Ulrich Dreppers page at > http://www.akkadia.org/drepper/userapi-ipv6.html . The newer version > of the code

Re: [arch-general] getaddrinfo

2011-12-09 Thread clemens fischer
Myra Nelson wrote: > I have a static ip address set up in rc.conf and my internet > connections work, ftp clients work, ip addrlabel produces > > prefix ::1/128 label 0 > prefix :::0.0.0.0/96 label 4 > prefix ::/96 label 3 > prefix 2001::/32 label 7 > prefix 2002::/16 label 2 > prefix fec0::/1

Re: [arch-general] getaddrinfo

2011-12-07 Thread Myra Nelson
On Wed, Dec 7, 2011 at 18:08, Myra Nelson wrote: > I've been working on this for several days and can't seem to figure out > what's wrong. When I try to compile perl-5.14.2 or install any perl module > that runs a test requiring getaddrinfo, the test fails. I've searched high > and low between th

[arch-general] getaddrinfo

2011-12-07 Thread Myra Nelson
I've been working on this for several days and can't seem to figure out what's wrong. When I try to compile perl-5.14.2 or install any perl module that runs a test requiring getaddrinfo, the test fails. I've searched high and low between the bug list, the wiki, google, man pages etc and have found