Spumonti Spumonti <[email protected]> wrote: > Are there relatively recent instructions on how to build BIND from > source and run it in a chroot environment? It sounds obvious but > everything I've come across assumes BIND is provided by some package > manager or included with the operating system. I'd like to build the > latest version of BIND and run it in a chroot environment. I know you > have to pre-populate the chroot directories but am not entirely clear on > everything that's needed.
In the chroot you will need: /dev/random and /dev/urandom A syslog socket (if you are using syslog) and/or somewhere for named's log files Your rndc key Your named.conf and zone files :-) If you have a recent OpenSSL you want to use BIND's configure --without-gost option or copy OpenSSL's "engines" library directory into the chroot. Tony. -- f.anthony.n.finch <[email protected]> http://dotat.at/ Forties, Cromarty: East, veering southeast, 4 or 5, occasionally 6 at first. Rough, becoming slight or moderate. Showers, rain at first. Moderate or good, occasionally poor at first. _______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/bind-users

