Hi

> Chad, thanks for letting me know I'm not alone with problems compiling
> Super-Freeswan user-mode apps for Bering kernel :-)

Funny thing is, I had no problems whatsoever with the user mode apps, but I
had a hard time making the kernel work correctly (everything but NAT would
work...). I compiled the user mode stuff straight in SuSE 8.1

> In case anyone else is planning to use Super-Freeswan-kb2 LRP package
> instead of normal Freeswan IPSEC.LRP then here is what I had to do
> to compile user-mode apps for Bering (ie. pluto, whack etc apps).

I got that package :-)

> (3) Started up SLink UML Linux and made room for sources
>
> SLink disk image has very limited disk size,

My Slink UML has a Gig attached: create a large enough file with dd and
start umlinux with that file as a parameter (ubd1=):
dd if=/dev/zero of=largefile bs=1k ocunt=1000000 (or so)
mkfs.ext2 largefile
umlinux ubd0=slinkdisk .... ubd1=largefile
You can then access that file as /dev/ubd/1 which I mounted on /usr/src

[Large description snipped]
You should not have to compile the kernel stuff and the usermode stuff on
the same box, I didn't.
Compile the kernel in the woody virtual box. You can use a different kernel
source directory with

make KERNELSRC=/usr/src/linux-whatever xgo

KERNELSRC is defined in Makefile.inc and is overriden with this line

>From the look of the makefile, "make programs" should only compile the user
mode stuff. Try only this on the slink box, though you might have to adapt
the /usr/src/linux links
I personally do not like the way freeswan tries to hide/integrate the kernel
compilation

Regards
Alex



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to