Date: Fri, 3 Mar 2000 15:13:14 -0800 From: "J. Fox" <jjf@mind.net> To: freebsd-questions@freebsd.org Subject: probe_ipv6 problems w/ build of bind 8.2.2p5 Message-ID: <20000303151314.H7016@mind.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000303151314.H7016>