Hello guys,
I just made the transition from Windows to Linux about two weeks ago and chose Fedora 16 as my test baby. So far I've read plenty of how-tos and tuts on installations and I've felt pretty good about Fedora 16. Up until now I haven't ran across any major problems I can't resolve myself until I tried installing Cisco VPN Client. Can anyone direct me to any how-tos or step by step instructions on installation of VPNCLIENT on Fedora 16?
So far everything I've read hasn't helped much. I've found one link that is pretty helpful for the most part but I still get errors.
Ref:
painfullscratch.nl/code/vpn/
purecode.com/cisco_install.html
I'm trying to install VPNCLIENT 4.8 on Fedora 16 with kernel 3.2
I'd appreciate any help what so ever on this install...
These are the errors I get whenever I try to install:
[root@localhost vpnclient]# ./vpn_install
Cisco Systems VPN Client Version 4.8.02 (0030) Linux Installer
Copyright (C) 1998-2006 Cisco Systems, Inc. All Rights Reserved.
By installing this product you agree that you have read the
license.txt file (The VPN Client license) and will comply with
its terms.
Directory where binaries will be installed [/usr/local/bin]
Automatically start the VPN service at boot time [yes]
In order to build the VPN kernel module, you must have the
kernel headers for the version of the kernel you are running.
Directory containing linux kernel source code [/lib/modules/3.2.7-1.fc16.x86_64/build]
* Binaries will be installed in "/usr/local/bin".
* Modules will be installed in "/lib/modules/3.2.7-1.fc16.x86_64/CiscoVPN".
* The VPN service will be started AUTOMATICALLY at boot time.
* Kernel source from "/lib/modules/3.2.7-1.fc16.x86_64/build" will be used to build the module.
Is the above correct [y]
Making module
In file included from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/kernel.h:13:0,
from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/skbuff.h:17,
from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/if_ether.h:133,
from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/netdevice.h:29,
from linuxcniapi.c:18:
/lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/linkage.h:5:25: fatal error: asm/linkage.h: No such file or directory
compilation terminated.
In file included from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/kernel.h:13:0,
from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/cache.h:4,
from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/time.h:7,
from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/stat.h:60,
from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/module.h:10,
from interceptor.c:17:
/lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/linkage.h:5:25: fatal error: asm/linkage.h: No such file or directory
compilation terminated.
In file included from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/thread_info.h:52:0,
from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/preempt.h:9,
from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/spinlock.h:50,
from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/vmalloc.h:4,
from IPSecDrvOS_linux.c:20:
/lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/bitops.h:22:24: fatal error: asm/bitops.h: No such file or directory
compilation terminated.
In file included from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/kernel.h:13:0,
from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/skbuff.h:17,
from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/if_ether.h:133,
from /lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/netdevice.h:29,
from frag.c:7:
/lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/linkage.h:5:25: fatal error: asm/linkage.h: No such file or directory
compilation terminated.
In file included from linuxkernelapi.c:1:0:
/lib/modules/3.2.7-1.fc16.x86_64/build/include/linux/string.h:21:24: fatal error: asm/string.h: No such file or directory
compilation terminated.
ld: cannot find linuxkernelapi.o: No such file or directory
ld: cannot find frag.o: No such file or directory
ld: cannot find linuxcniapi.o: No such file or directory
ld: cannot find IPSecDrvOS_linux.o: No such file or directory
ld: cannot find interceptor.o: No such file or directory
Failed to make module "cisco_ipsec".
[root@localhost vpnclient]#