Thanks for the reply, however, I still get an error when I issue the command. What directory should I be in when I execute it?
When I try make coloneconfig in the /usr/src/linux directory it responds with
# make: ***No Rule to make target ** Stop.
I have 2.4.21-15 Kernel installed according to YaST.
David
----- Original Message -----
From: "Philippe Vogel" <filiaap(a)freenet.de>
To: "David White" <dwhite(a)fddisystems.com>
Sent: Monday, January 26, 2004 6:01 PM
Subject: Re: [suse-security] FreeSwan Kernel Config
> > I then issued the following commands
> > # cd /usr/src/linux
> > # make xconfig
> > (left all the default settings in xconfig)
> > # make dep
> > # make bzImage
> > # cd /usr/src/kernel-module/zz_freeswan
> > # make xgo
>
> If you got kernel-source fresh installed, the config does not match the
> installed one.
>
> make coloneconfig && make deps
>
> Makes the configfile from SuSE original config and the deps needed by
> kernel-source.
>
> Afterwards do, what is said in the manual,
> e.g.:
>
> cd /usr/src/kernel-modules/zz_freeswan && make xgo
>
> Philippe
>
>