From owner-freebsd-stable Sun Nov 3 4:24:14 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 204E137B401 for ; Sun, 3 Nov 2002 04:24:12 -0800 (PST) Received: from laime.cs.uchicago.edu (laime.cs.uchicago.edu [128.135.11.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B20543E4A for ; Sun, 3 Nov 2002 04:24:11 -0800 (PST) (envelope-from joygila@cs.uchicago.edu) Received: from abyss.cs.uchicago.edu (abyss.cs.uchicago.edu [128.135.11.27]) by laime.cs.uchicago.edu (8.10.2/8.9.3) with ESMTP id gA3CO5a22139; Sun, 3 Nov 2002 06:24:05 -0600 (CST) Received: by abyss.cs.uchicago.edu (Postfix, from userid 12311) id 4FDCA5B084; Sun, 3 Nov 2002 06:24:05 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by abyss.cs.uchicago.edu (Postfix) with ESMTP id 47ED95AA32; Sun, 3 Nov 2002 06:24:05 -0600 (CST) Date: Sun, 3 Nov 2002 06:24:05 -0600 (CST) From: Joy Gila To: sthaug@nethelp.no Cc: freebsd-stable@FreeBSD.ORG Subject: Re: bind 8.3.3/ FreeBSD 4.6 In-Reply-To: <51498.1036320405@verdi.nethelp.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG @@@@@@@ @@@ @@@ @@@ @@@ @@ @@@ @@ @@@@@@ @@@ @@@ @@@ @@@@ @@@@ @@ @@@ @@ @@@ @@@ @@@ @@@ @@@ @@@@@ @@@@@ @@ @@@ @@ @@@ @@@ @@@@@@@@ @@ @@@ @@ @@@@@ @@@@@@ @@@@@@ @@@ @@@ @@@ @@ @@@ @@ @@@@ @@@ @@@ @@@ @@@ @@@ @@@ @@@@@@@@ @@ @@@ @@@ @@@ @@@ @@@ @@@ @@@ @@@ @@ @@@ @@ @@ @@@ @@@ @@@@@@ Doug Barton & Steinar Haug ---> Thanks for your quick responses :o) you were totally right; I was in the wrong location. I needed to edit Makefile.set where I was, but then I need to cd ../../ out of port/freebsd/ and into src where I could run make clean, depend, all then remove the .settings file and then run make install. Now everything works great. I am running bind in a chroot environment and needed to set a few compile time flags which is why I used this methodology. I set LDFLAGS=-static DESTEXEC=mychroot DESTRUN=mychroot in the src/port/freebsd/Makefile.set are these variables I could have set from within the BIND port? These were the first instructions I stumbled upon which is why I went this route. Now that you got me to the correct directory I have no problems. Thank you kindly for your attention to my issue. Regards, Joy On Sun, 3 Nov 2002 sthaug@nethelp.no wrote: > > Hi there, ran into an issue > > compiling bind 8.3.3 on FreeBSD 4.6. > > Something about a missing probe_ipv6. > > Wonder if someone has been down this path... > > > > The Short of it (excuse my lengthy prompt) --> > > > > NS2:/home/jgila/BIND/src/port/freebsd# make clean > > This is the wrong place to run make from. You should either use the > BIND port (in which case you just need make && make install), or you > shold run make from the BIND 8.3.3 "src" directory. This is how you > can do it: > > % tar xvzf bind-src.tar.gz > % cd src > % make clean; make depend; make > > BIND 8.3.3 compiles "out of the box" on FreeBSD 4.x. > > Steinar Haug, Nethelp consulting, sthaug@nethelp.no > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message