<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-2">Hi All ,<br> Any one using Cisco VPN Client [</font><font size="-2">vpnclient-linux-4.6.00.0045-k9.tar.gz] </font><font size="-2">on CentOS 5 [2.6.18-53.1.4.el5-i686]<br> The client installation is giving error for making module "</font><font size="-2">cisco_ipsec.ko".<br> Can any one help me out to resolve this :<br> <br> The whole stack trace of the installation after the extraction of the tar is as shown:<br> </font><small><small><small><small><small><font size="-2"><small><small><small><small><small><i><small>[root@XBox vpnclient]# ./vpn_install <br> Cisco Systems VPN Client Version 4.6.00 (0045) Linux Installer<br> Copyright (C) 1998-2004 Cisco Systems, Inc. All Rights Reserved.<br> <br> By installing this product you agree that you have read the<br> license.txt file (The VPN Client license) and will comply with<br> its terms.<br> Directory where binaries will be installed [/usr/local/bin]<br> Automatically start the VPN service at boot time [yes]<br> In order to build the VPN kernel module, you must have the<br> kernel headers for the version of the kernel you are running.<br> Directory containing linux kernel source code [/lib/modules/2.6.18-53.1.4.el5/build]<br> * Binaries will be installed in "/usr/local/bin".<br> * Modules will be installed in "/lib/modules/2.6.18-53.1.4.el5/CiscoVPN".<br> * The VPN service will be started AUTOMATICALLY at boot time.<br> * Kernel source from "/lib/modules/2.6.18-53.1.4.el5/build" will be used to build the module.<br> Is the above correct [y]<br> Making module<br> make -C /lib/modules/2.6.18-53.1.4.el5/build SUBDIRS=/home/saurabh/software/vpnclient modules<br> make[1]: Entering directory `/usr/src/kernels/2.6.18-53.1.4.el5-i686'<br> CC [M] /home/saurabh/software/vpnclient/linuxcniapi.o<br> In file included from /home/saurabh/software/vpnclient/linuxcniapi.c:12:<br> include/linux/config.h:6:2: warning: #warning Including config.h is deprecated.<br> /home/user1/software/vpnclient/linuxcniapi.c: In function ‘CniInjectReceive’:<br> /home/user1/software/vpnclient/linuxcniapi.c:315: error: ‘struct sk_buff’ has no member named ‘stamp’<br> /home/user1/software/vpnclient/linuxcniapi.c: In function ‘CniInjectSend’:<br> /home/user1/software/vpnclient/linuxcniapi.c:452: error: ‘struct sk_buff’ has no member named ‘stamp’<br> make[2]: *** [/home/user1/software/vpnclient/linuxcniapi.o] Error 1<br> make[1]: *** [_module_/home/user1/software/vpnclient] Error 2<br> make[1]: Leaving directory `/usr/src/kernels/2.6.18-53.1.4.el5-i686'<br> make: *** [default] Error 2<br> Failed to make module "cisco_ipsec.ko".<br> <br> </small></i><small>Thanks & Regards<br> Saurabh</small></small></small></small></small></small></font></small></small></small></small></small> </body> </html>
On Dec 27, 2007 9:33 AM, Saurabh Sharma <luckysharma11 at gmail.com> wrote:> > Hi All , > Any one using Cisco VPN Client [vpnclient-linux-4.6.00.0045-k9.tar.gz] on > CentOS 5 [2.6.18-53.1.4.el5-i686] > The client installation is giving error for making module "cisco_ipsec.ko". > Can any one help me out to resolve this :Probably, if it were in any way legible. Sending html formatted email is bad mmmkay.> The whole stack trace of the installation after the extraction of the tar > is as shown: > make[2]: *** [/home/user1/software/vpnclient/linuxcniapi.o] Error 1 > make[1]: *** [_module_/home/user1/software/vpnclient] Error 2 > make[1]: Leaving directory `/usr/src/kernels/2.6.18-53.1.4.el5-i686' > make: *** [default] Error 2 > Failed to make module "cisco_ipsec.ko".Okay it's stupid question time, since we don't have any additional information. What's the output of uname -a, and do you have the corresponding kernel-devel package installed, which matches your running kernel? -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell
Saurabh Sharma wrote:> Any one using Cisco VPN ClientTry vpnc, for me it works a lot better than the Cisco vpn client which while I got it to compile fine, when I connect it spits out a generic, useless error and refuses to connect to the remote site. http://www.unix-ag.uni-kl.de/~massar/vpnc/ I've been using it several times a week for about 6 months now under Ubuntu. It uses a generic tunneling(tun I believe) driver included in the kernel. Only issue I have had is sometimes it doesn't want to work over my sprint wireless broadband(I think the latency is too high for it), typically after retrying a couple times it works. Over my 1Mbit DSL at home it's rock solid stable. There's even a GUI component for the Gnome network manager if you prefer(I use the CLI since I don't use Gnome). I don't see a package for CentOS in the default v5 distribution, but there may be an RPM out there that is compatible some place, if you don't want to compile it. nate