Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 9080 invoked by uid 6000); 6 Jun 1998 20:00:04 -0000 Received: (qmail 9026 invoked by uid 2001); 6 Jun 1998 20:00:01 -0000 Date: 6 Jun 1998 20:00:01 -0000 Message-ID: <19980606200001.9025.qmail@hyperreal.org> To: apache-bugdb@apache.org Cc: apache-bugdb@apache.org, From: Dean Gaudet Subject: Re: mod_log-any/2366: DNS lookup in logs reports host, first number in dotted quads Reply-To: Dean Gaudet Sender: apache-bugdb-owner@apache.org Precedence: bulk The following reply was made to PR mod_log-any/2366; it has been noted by GNATS. From: Dean Gaudet To: Glenn Fleishman Cc: apbugs@hyperreal.org Subject: Re: mod_log-any/2366: DNS lookup in logs reports host, first number in dotted quads Date: Sat, 6 Jun 1998 12:50:54 -0700 (PDT) Did you link against the bind libraries explicitly? Sunos 4.x has some very "interesting" ideas w.r.t. name lookup, DNS, and NIS/YP. In particular, things should work fine if you use the bind libraries explicitly. Or if you don't use NIS/YP. Also take a peek in your /etc/hosts to see if you've got all the entries listed with the FQDN first. Dean