Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2001 23:51:35 -0700
From:      "pan" <pan@syix.com>
To:        "freeBSD-questions" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: bind 8.2.3-REL install - figured it out
Message-ID:  <012b01c0c0c1$84c380c0$2813933f@cat>
References:  <002901c0c094$a80708e0$2813933f@cat>

next in thread | previous in thread | raw e-mail | index | archive | help

> I just don't know howto install 8.2.3.-REL.
> 

Well that wasn't so scary after all.
Dumped the .tar.gz into an 'empty dir'
gunzipped
untarred
cd'd to src - re-read INSTALL

make PREFIX=/usr PIDDIR=/var/run DESTETC=/etc/namedb
DESTEXEC=/usr/libexec DESTRUN=/var/run DESTBIN=/usr/sbin
DESTHELP=/usr/share/misc   
[all one line]

make clean
make depend
make all
rm .settings in 'empty dir'/src

make PREFIX=/usr PIDDIR=/var/run DESTETC=/etc/namedb
DESTEXEC=/usr/libexec DESTRUN=/var/run DESTBIN=/usr/sbin
DESTHELP=/usr/share/misc install 
[all one line]

mkdir /var/named and chown'd it to bind

adjusted named.conf options by adding
pid-file "var/named/named.pid";
statistics-file "etc/namedb/named.stats";

so I could use ndc better --

named -v now shows exactly what I was hoping.

I think I made it to newbie class 2 tonight 

even channels and categories for options make sense right now

Pan 'wide eyed newbie feeling enthusiastic'



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?012b01c0c0c1$84c380c0$2813933f>