Subject: Re: build problems.
To: Reinoud Koornstra <Reinoud.Koornstra@ibbnet.org>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-help
Date: 11/21/1999 08:42:43
On Sun, 21 Nov 1999, Reinoud Koornstra wrote:

> > Do you have a /usr/share/examples/dhcp directory? It should have been
> > created by "mtree" at the very beginning of the "make build". Are all
> > your sources in sync?
> 
> I have a /usr/share/examples dir, but when i do cd dhcp i'll end up in:
> /usr/src/usr.bin/dhcp, so it's a sym link.
> Is this correct?

No.
 
> So how could it be i dont have a dhcpd.conf?

install whines when you don't have the destination directory. 
Maybe it doesn't like the symlink, either.
 
> Should i now just continue the way you said down here?
> Bye,

Try ``rm /usr/share/examples/dhcp'' first, then

> > At this point, possibly
> > 
> >   mkdir -p /usr/share/examples/dhcp
> >   make UPDATE= BUILD= install