@lists.isc.org
Subject: Re: Bind 9.9.5-S1 Cross Compile help
Leave the --prefix option to point to where you want it to finally be positioned
(i.e. --prefix=/usr/local or probably just leave it out for /usr/local)
Then when you do your 'make install', pass in a 'DESTDIR' to prefix the ins
Leave the —-prefix option to point to where you want it to finally be positioned
(i.e. —-prefix=/usr/local or probably just leave it out for /usr/local)
Then when you do your ‘make install’, pass in a ‘DESTDIR’ to prefix the install
location:
make install DESTDIR=/tmp/BUILDdir
and you should fi
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, lwre
3 matches
Mail list logo