|
|||||||||||
|
[Design] Re: The new minstall fails...
From: Sam Sgro <sam(at)freeswan.org>
Date: Mon Feb 24 2003 - 04:21:12 EST
> mkdir -p $FSMODLIB/kernel/net/ipsec ; \
Let me provide the insight I can. This is based off of doc/install.html. First off, there are two "types" of kernel/module building targets: *mod, *go. "make oldmod" is to be used when we intend to compile KLIPS as module; "make oldgo" when we intend to compile a kernel with our IPSec code statically linked. The appropriate way to install FreeS/WAN after oldgo: kinstall. After oldmod, minstall. ... but what surprises me is this: when I look at the .config after it is modified by oldgo, it's not CONFIG_IPSEC=y -- it's CONFIG_IPSEC=m. I can understand your confusion. An added complication: In the 2.00 series, when we configure KLIPS as a module via "oldmod", it gets built in our source tree, in linux/net/ipsec, but we patch FreeS/WAN code into the kernel anyhow. When we build via oldgo, my understanding is that we mean to build it into the kernel - the documentation certainly indicates so - and the appropriate install target is "kinstall". It's important to keep the compile and install targets separate, as people may be crosscompiling, or compiling for use on multiple machines with similar code/architecture.
-----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv Comment: For the matching public key, finger the Reply-To: address.
iQCVAwUBPlnkC0OSC4btEQUtAQGcqAQA0olhOt99jK/mKbOJ9fNH24tMkBulvxFg
ef/tfWaMYAAKl6K8Eo4+JcXfNRLuh/Rok5Xx9Up5rz1Zv7ljFiQ8+Zta1/Oy4NiY
hSdTPwQiU61qQJmzc7lc4BTITJd5cGjxEZJsGW5TeE1BAlRvZYCLu1zF9w7FDfqO
3WxzYZeMiWM=
Design mailing list Design@lists.freeswan.org http://lists.freeswan.org/mailman/listinfo/design Received on Mon Feb 24 05:11:11 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 12:59:32 EDT |
||||||||||
|
|||||||||||