Sysadmin > SerVices > DnS > HowtoBuildBind
Ubuntu bind is compiled with

built with '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc/bind' '--localstatedir=/var' '--enable-threads' '--enable-largefile' '--with-libtool' '--enable-shared' '--enable-static' '--with-openssl=/usr' '--with-gssapi=/usr' '--with-gnu-ld' '--with-geoip=/usr' '--enable-ipv6' 'CFLAGS=-fno-strict-aliasing -DDIG_SIGCHASE -O2' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2'

Manuell bind is compiled with

built with '--sysconfdir=/etc/bind' '--localstatedir=/var'

Manuell build bind
==================

Prerequisits:
build-essential libssl-dev

fetch source:
lynx https://www.isc.org/downloads/
w3m und
curl -L -o bind-9.10.4-P5.tar.gz https://.....

compile:
./configure --sysconfdir=/etc/bind --localstatedir=/var
make
make install

run:
/etc/init.d/bind9 start