We are trying build out bind for a remote site. When I use the prefix option so 
that I can put it all where I can package it, it hardcodes the prefix into the 
named binary for several items. How do I get around that. The hardcoded entries 
are for rndc.key, name.conf, session.key, named.pid, lwresd.pid, lwresd.conf. 
Also the session-keyfile, pid-file, and bindkeys-file lines.

#Example:
CC=cc CFLAGS="{arch specific options} -m64 -g" ./configure 
--prefix=/tmp/BUILDdir/usr/local/ --with-openssl

#then the make and make install

#Then pkg it all starting with:
pkgproto /tmp/BUILDdir/usr/local/=/usr/local

#Strings of named binary
/tmp/BUILDdir/usr/local/etc/named.conf
/tmp/BUILDdir/usr/local/etc/rndc.key
/tmp/BUILDdir/usr/local/var/run/named/session.key

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to