[bind10-dev] heads up: changed default directory locations

Jeremy C. Reed jreed at isc.org
Wed Dec 19 19:14:22 UTC 2012


BIND 10 no longer installs to "bind10-devel" directory locations:

$PREFIX/etc/bind10-devel/
$PREFIX/include/bind10-devel/
$PREFIX/libexec/bind10-devel/
$PREFIX/share/bind10-devel/
$PREFIX/share/doc/bind10-devel/
$PREFIX/var/bind10-devel/

So if you have anything hardcoded to one of these locations, change your 
use to "bind10" instead:

$PREFIX/etc/bind10/
$PREFIX/include/bind10/
$PREFIX/libexec/bind10/		or use --libexecdir
$PREFIX/share/bind10/		or use --datarootdir (well maybe not)
$PREFIX/share/doc/bind10/	or use --docdir
$PREFIX/var/bind10/		or use --localstatedir

(The hardcoded use I fixed was: in XML docbook guide and manual page 
examples and in my examples builder script which, for example, used 
-I/home/b10builder/builder/work/BIND10/20121219180209-FedoraLinux-x86_64-GCC/install/include/bind10-devel 
.)

  Jeremy C. Reed
  ISC


More information about the bind10-dev mailing list