From owner-freebsd-stable Sun Nov 3 2:47: 1 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 2BF0A37B401 for ; Sun, 3 Nov 2002 02:47:00 -0800 (PST) Received: from verdi.nethelp.no (verdi.nethelp.no [194.19.15.2]) by mx1.FreeBSD.org (Postfix) with SMTP id A6B7D43E42 for ; Sun, 3 Nov 2002 02:46:58 -0800 (PST) (envelope-from sthaug@nethelp.no) Received: (qmail 51500 invoked by uid 1001); 3 Nov 2002 10:46:46 +0000 (GMT) To: joygila@cs.uchicago.edu Cc: freebsd-stable@FreeBSD.ORG Subject: Re: bind 8.3.3/ FreeBSD 4.6 From: sthaug@nethelp.no In-Reply-To: Your message of "Sun, 3 Nov 2002 03:46:06 -0600 (CST)" References: X-Mailer: Mew version 1.05+ on Emacs 19.34.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Sun, 03 Nov 2002 11:46:45 +0100 Message-ID: <51498.1036320405@verdi.nethelp.no> 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 > 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