From owner-freebsd-questions Fri Mar 3 15: 5:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from morpheus.mind.net (morpheus.mind.net [206.101.72.12]) by hub.freebsd.org (Postfix) with ESMTP id B42C537B6C0 for ; Fri, 3 Mar 2000 15:05:50 -0800 (PST) (envelope-from jfox@mind.net) Received: by morpheus.mind.net (Postfix, from userid 1000) id 06A232621; Fri, 3 Mar 2000 15:13:14 -0800 (PST) Date: Fri, 3 Mar 2000 15:13:14 -0800 From: "J. Fox" To: freebsd-questions@freebsd.org Subject: probe_ipv6 problems w/ build of bind 8.2.2p5 Message-ID: <20000303151314.H7016@mind.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I am attempting to build bind 8.2.2p5 from ISC's original source on a FreeBSD 2.2.2-RELEASE system. The build, however, dies before it has barely gotten underway, exiting with a reference to "probe_ipv6": [/usr/local/src/bind-new/src]# make Using .systype Using .settings /usr/local/src/bind-new/src/include /usr/local/src/bind-new/src/include/arpa /usr/local/src/bind-new/src/include/isc /usr/local/src/bind-new/src/port /usr/local/src/bind-new/src/port/freebsd /usr/local/src/bind-new/src/port/freebsd/include /usr/local/src/bind-new/src/port/freebsd/include/sys probe_ipv6 probe_ipv6: not found I have searched the makefiles for a way to disable ipv6, but this was fruitless. And though I cannot recall the specifics now, I recall having read the other day (when I first began attempting this build) that IPv6 stuff is somehow *necessary* in this new BIND. This all boils down to three questions: 1) Is it true that IPv6 stuff is necessary for this version of bind? 2) If IPv6 is *not* necessary, how can I get around this build problem? 3) If IPv6 *is* necessary, what do I need to install on this system in order to build BIND? Any advice would be grealy appreciated. Thank you. -john jjf@mind.net Additional data: .systype consists of: ===================== freebsd .settings consists of: ====================== 'CC=cc' 'CDEBUG=-O2 -g' 'DESTBIN=/usr/bin' 'DESTSBIN=/usr/sbin' 'DESTEXEC=/usr/libexec' 'DESTMAN=/usr/share/man' 'DESTHELP=/usr/share/misc' 'DESTETC=/etc' 'DESTRUN=/var/run' 'LEX=lex -I' 'YACC=yacc -d' 'SYSLIBS=-ll -lutil' 'INSTALL=install' 'MANDIR=cat' 'MANROFF=(tbl|nroff -man)' 'CATEXT=0' 'PS=ps' 'RANLIB=ranlib' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message