Subject: Re: Please Help
To: kamakshi viswanadha <kviswanadha@hotmail.com>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: netbsd-help
Date: 10/12/2002 16:55:04
On Fri, Oct 11, 2002 at 06:22:51PM +0000, kamakshi viswanadha wrote:
> Hi
> 
> I am new to NetBSD. I need  to establish an ipsec connection with this 
> netbsd system and windows, using gss-api authentication.
> 
> I installed netbsd from 2 floppies. Then I added src, syssrc, pkgsrc from 
> NetBSD1.6 CD's src.tgz, sysrc.tgz and pkgsrc.tzg.After this I edited the 
> file GENERIC in /usr/sys/arch/conf, to enable ipsec, then I did configure , 
> make depend and make, copied new netbsd to / and rebooted .Till here it is 
> fine.
> 
> Now I have ike sources in /usr/src/crypto/dist/kame/racoon, but there is no 
> makefile.

The makefile is somehere else, /usr/src/usr.sbin/racoon/

> 
> Kerberos sources are in /usr/src/crypto/dist/hemdal. There is a configure 
> file. I did ./configure. It created Makefile, but when I tried to make it 
> fails saying it could not find krb5_asn1.h and many other include files.

Build for this are spread accross the tree, in /usr/src/lib for libraries,
/usr/src/*bin* (and maybe libexec) for commands

> 
> 
> when I tried to do "make build" in /usr/src , it failed saying 
> "/usr/src/tools/dbsym/../Makefile.host could not be found. I think I missed 
> some thing. Some thing not set in right way. What is /etc/my.conf. How it 
> is created.

No 'make build'. Run build.sh See /usr/src/BUILDING for details.

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--