Re: Is glibc getaddrinfo() working on your etch-amd64 system?

2007-11-28 Thread Bill Kelly
From: "YOSHIFUJI Hideaki / 吉藤英明" <[EMAIL PROTECTED]> It is nothing to do with amd64, but the usage; getaddrinfo() is not for reserve DNS lookups. For that purpose, use getnameinfo() instead. Thank you! If you don't mind, I am wondering why getaddrinfo() previously worked for reverse lookups?

Re: Is glibc getaddrinfo() working on your etch-amd64 system?

2007-11-28 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Wed, 28 Nov 2007 01:28:04 -0800), "Bill Kelly" <[EMAIL PROTECTED]> says: > I'm in the process of trying to debug why getaddrinfo() is > failing to perform reverse DNS lookups on my etch-amd64 > system. (glibc version 2.3.6.ds1-13etch2) It is nothing to do with

Re: Is glibc getaddrinfo() working on your etch-amd64 system?

2007-11-28 Thread Eduardo M KALINOWSKI
Bill Kelly wrote: Hi, I'm in the process of trying to debug why getaddrinfo() is failing to perform reverse DNS lookups on my etch-amd64 system. (glibc version 2.3.6.ds1-13etch2) I've posted a tiny C program here that reproduces the problem: http://cila-search.net/~billk/debug/getaddrinfo/ ( g

Is glibc getaddrinfo() working on your etch-amd64 system?

2007-11-28 Thread Bill Kelly
Hi, I'm in the process of trying to debug why getaddrinfo() is failing to perform reverse DNS lookups on my etch-amd64 system. (glibc version 2.3.6.ds1-13etch2) I've posted a tiny C program here that reproduces the problem: http://cila-search.net/~billk/debug/getaddrinfo/ ( getaddrinfo-test.c )