s i s t e m a o p e r a c i o n a l m a g n u x l i n u x | ~/ · documentação · suporte · sobre |
Next
Previous
Contents
3. Compiling BINDYou should be able to find the BIND source by visiting
http://www.isc.org/bind.html. You need the
3.1 Modifying PathsThings can get a bit confusing at this point, because different parts of the BIND package will be referring to the same directories by different names (depending on whether or not they're running inside the jail). I'll try not to confuse you too much :-). The main directory that we have to worry about here is
to
While you're in there, you may want to change the other destination paths from
/usr to /usr/local .
Now everything should be able to find that directory... except the
and add the following line immediately after it
This way, named will ignore our definition of DESTRUN over in
Makefile.set and use the correct location (from its perspective in the
chroot jail). You will notice some warnings about redefinitions of
_PATH_NDCSOCK when you do the build; just ignore them.
3.2 Doing the BuildYou should now be able to compile BIND as normal, following the instructions in
the
Next Previous Contents |