jpaulynice
2006-06-10, 09:10 AM CDT
I keep getting the same error message wheni try to install the client i got from work. Any help is very much appreciated.
[root@localhost vpnclient]# ./vpn_install
Cisco Systems VPN Client Version 4.6.00 (0045) Linux Installer
Copyright (C) 1998-2004 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]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/2.6.16-1.2122_FC5/build]
* Binaries will be installed in "/usr/local/bin".
* Modules will be installed in "/lib/modules/2.6.16-1.2122_FC5/CiscoVPN".
* The VPN service will be started AUTOMATICALLY at boot time.
* Kernel source from "/lib/modules/2.6.16-1.2122_FC5/build" will be used to build the module.
Is the above correct [y]y
Making module
make -C /lib/modules/2.6.16-1.2122_FC5/build SUBDIRS=/home/Jean/Desktop/vpnclient modules
make[1]: Entering directory `/usr/src/kernels/2.6.16-1.2122_FC5-i686'
CC [M] /home/Jean/Desktop/vpnclient/linuxcniapi.o
/home/Jean/Desktop/vpnclient/linuxcniapi.c: In function ‘CniInjectReceive’:
/home/Jean/Desktop/vpnclient/linuxcniapi.c:315: error: ‘struct sk_buff’ has no member named ‘stamp’
/home/Jean/Desktop/vpnclient/linuxcniapi.c: In function ‘CniInjectSend’:
/home/Jean/Desktop/vpnclient/linuxcniapi.c:452: error: ‘struct sk_buff’ has no member named ‘stamp’
make[2]: *** [/home/Jean/Desktop/vpnclient/linuxcniapi.o] Error 1
make[1]: *** [_module_/home/Jean/Desktop/vpnclient] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.16-1.2122_FC5-i686'
make: *** [default] Error 2
Failed to make module "cisco_ipsec.ko".
[root@localhost vpnclient]# ./vpn_install
Cisco Systems VPN Client Version 4.6.00 (0045) Linux Installer
Copyright (C) 1998-2004 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]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/2.6.16-1.2122_FC5/build]
* Binaries will be installed in "/usr/local/bin".
* Modules will be installed in "/lib/modules/2.6.16-1.2122_FC5/CiscoVPN".
* The VPN service will be started AUTOMATICALLY at boot time.
* Kernel source from "/lib/modules/2.6.16-1.2122_FC5/build" will be used to build the module.
Is the above correct [y]y
Making module
make -C /lib/modules/2.6.16-1.2122_FC5/build SUBDIRS=/home/Jean/Desktop/vpnclient modules
make[1]: Entering directory `/usr/src/kernels/2.6.16-1.2122_FC5-i686'
CC [M] /home/Jean/Desktop/vpnclient/linuxcniapi.o
/home/Jean/Desktop/vpnclient/linuxcniapi.c: In function ‘CniInjectReceive’:
/home/Jean/Desktop/vpnclient/linuxcniapi.c:315: error: ‘struct sk_buff’ has no member named ‘stamp’
/home/Jean/Desktop/vpnclient/linuxcniapi.c: In function ‘CniInjectSend’:
/home/Jean/Desktop/vpnclient/linuxcniapi.c:452: error: ‘struct sk_buff’ has no member named ‘stamp’
make[2]: *** [/home/Jean/Desktop/vpnclient/linuxcniapi.o] Error 1
make[1]: *** [_module_/home/Jean/Desktop/vpnclient] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.16-1.2122_FC5-i686'
make: *** [default] Error 2
Failed to make module "cisco_ipsec.ko".