On Fri, 26 Apr 2002, sprefs wrote:
> I have:
> downloaded a new kernel source (2.4.7)
> patched freeswan for x509.3 and aes & run
>
> make ogo
>
> Then in /usr/src/linux
> make config
> make dep
> make clean
> make bzImage
> make install
> make modules
> make modules_install
>
My recollection of the freeswan documentation says this is not the proper
order of steps. More like
cd /usr/src/linux
make mrproper
make config
make dep
make clean
make bzImage
make install
make modules
make modules_install
cd /usr/src/freeswan
make ogo
and so on.
_______________________________________________
Users mailing list
Users_at_lists.freeswan.org
http://lists.freeswan.org/mailman/listinfo/users
This archive was generated by hypermail 2.1.3 : Mon Jul 29 2002 - 05:19:56 CEST