Date: Sun, 3 Nov 2002 06:24:05 -0600 (CST) From: Joy Gila <joygila@cs.uchicago.edu> To: sthaug@nethelp.no Cc: freebsd-stable@FreeBSD.ORG Subject: Re: bind 8.3.3/ FreeBSD 4.6 Message-ID: <Pine.LNX.4.44.0211030620540.22847-100000@abyss.cs.uchicago.edu> In-Reply-To: <51498.1036320405@verdi.nethelp.no>
next in thread | previous in thread | raw e-mail | index | archive | help
@@@@@@@ @@@ @@@ @@@ @@@ @@ @@@ @@ @@@@@@ @@@ @@@ @@@ @@@@ @@@@ @@ @@@ @@ @@@ @@@ @@@ @@@ @@@ @@@@@ @@@@@ @@ @@@ @@ @@@ @@@ @@@@@@@@ @@ @@@ @@ @@@@@ @@@@@@ @@@@@@ @@@ @@@ @@@ @@ @@@ @@ @@@@ @@@ @@@ @@@ @@@ @@@ @@@ @@@@@@@@ @@ @@@ @@@ @@@ @@@ @@@ @@@ @@@ @@@ @@ @@@ @@ @@ @@@ @@@ @@@@@@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0211030620540.22847-100000>