26 Jul
2005
26 Jul
'05
2:54 a.m.
On 7/25/05, Jill Benware <jill.benware@gmail.com> wrote:
Alright, on my quest to retrieve files I left on a server back in Baltimore I have decided to download VPN client for Linux and try that. I have not succeeded. When installing I get "failed to make module cisco_ipsec.ko"...I haven't had loads of time to play but if anyone knows how I can get connected please let me know. Thank you.
Try installing the kernel sources that you're currently running with, go into the kernel source directory (usually /usr/src/linux) then running: make distclean cloneconfig modules_prepare then try the cisco build again, making sure that the cisco make knows about the location of your kernel source tree that you setup above. BR