On Fri, 16 Nov 2001, lonely wolf wrote:
>
> MeaCulpa wrote:
>
> > Trebuie o precizare ... folosesc slackware 8.0 ... nu Red Hat ... deci
> > rpm-ul numa ajuta ...
>
> dar care e pb cu ./configure/make/make install ?
>
ceva de genul :
Quoted from the "Chroot-BIND HowTO"
The main directory that we have to worry about here is /var/run,
because its contents are required for both the main named daemon
(inside the jail), and the ndc utility (on the outside). We'll start
by setting everything up to find this directory from the outside
world. To do this, we need to modify src/port/linux/Makefile.set
(substitute your port's directory if you're not running Linux), and
change the line
DESTRUN=/var/run
to
DESTRUN=/chroot/named/var/run
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
named daemon itself, to which it's still just /var/run inside the
jail. We can get around this by making a small change in the named
source. In the file src/bin/named/named.h, find the line
#include "pathnames.h"
and add the following line immediately after it
#define _PATH_NDCSOCK "/var/run/ndc"
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.