On Wed, 29 Sep 2004 20:18:36 -0400, Jeff Trawick <[EMAIL PROTECTED]> wrote: > On Wed, 29 Sep 2004 14:55:40 -0700, Bennett, Tony - CNF > <[EMAIL PROTECTED]> wrote: > > Note: I posted a similar question on comp.unix.aix > > > > Platform: Aix 5.1 > > > > We are using Apache 2.0.42. We have written a module > > which calls apr_sockaddr_info_get() which, in turn, > > performs a getaddrinfo() call. > > > > Every call by Apache to getaddrinfo() generates the following > > syslog message: > > "The user option is different from the address family passed into > > the API." > > that string appears in /usr/lib/libc.a several times > > > > > Here are the arguments passed by apr_sockaddr_info_get() to > > getaddrinfo(): > > looks reasonable > > > hostname: "my.fullyqualified.host.com" > > servername: NULL > > hmm, I thought we would make sure that servername points to something > on AIX to work around some bogosity > > > My questions are: > > - Why is this happening...? > > - What can I do to stop it..? > > create a 15-20 line standalone program which calls getaddrinfo() in > the same manner and exhibits the behavior, and call IBM support and > get them to tell you what has to change (patch libc, change program, > whatever) to make getaddrinfo keep quiet when you run your program
if you want, send the simple test program to me and I'll try it on my maintenance level of 5.1 first... ]$ lslpp -l bos.rte.libc Fileset Level State Description ---------------------------------------------------------------------------- Path: /usr/lib/objrepos bos.rte.libc 5.1.0.59 COMMITTED libc Library The resolver stuff can behave differently based on the configuration (files, dns, other). It would be good to know what nsswitch.conf or NSORDER setting is required to encounter the issue on your box.