From owner-freebsd-questions Sat Oct 4 06:59:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA16737 for questions-outgoing; Sat, 4 Oct 1997 06:59:25 -0700 (PDT) Received: from jumpgate.cpn.org.au (slip6.tas.gov.au [147.109.237.41]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA16730 for ; Sat, 4 Oct 1997 06:59:21 -0700 (PDT) Received: from jumpgate.cpn.org.au (jumpgate.cpn.org.au [172.16.1.1]) by jumpgate.cpn.org.au (8.8.5/8.8.3) with SMTP id XAA01046; Sat, 4 Oct 1997 23:58:44 +1000 (EST) Date: Sat, 4 Oct 1997 23:58:44 +1000 (EST) From: Carey Nairn X-Sender: cpn@jumpgate.cpn.org.au To: questions@FreeBSD.ORG cc: squid-users@nlanr.net Subject: Re: squid and 2.2.2-RELEASE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 4 Oct 1997, Carey Nairn wrote: > Hi, > > We just upgraded a 2.1.6 box to 2.2.2-RELEASE and now have problems > running squid due to DNS failures. This is pretty wierd since DNS works > fine using nslookup etc. The resolv.conf, host.conf, etc. is exactly the > same as our old ones, pointing to our DNS server. > > Recompiling squid under 2.2.2 didn't do any good either. > > This is using squid-1.1.14 and squid-1.1.16. > > any thoughts? > To answer my own question :) looks like the problem was in the XTRA_LIBS variable in the Makefile. Once I removed -lresolv from the list and recompiled, it started working fine. Hope this helps others who get caught... cheers, Carey Nairn