Results 1 to 2 of 2
I've been trying to install Cisco VPN Client, to use in the university's wireless network.
But every time, I get this error:
Code:
Making module
make -C /lib/modules/2.6.13-mm2/build SUBDIRS=/home/microft/sources/vpnclient modules
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-15-2005 #1Just Joined!
- Join Date
- Jan 2004
- Location
- Portugal
- Posts
- 93
cisco vpn client compile error
I've been trying to install Cisco VPN Client, to use in the university's wireless network.
But every time, I get this error:
Do I need to have some special option in the kernel config?Code:Making module make -C /lib/modules/2.6.13-mm2/build SUBDIRS=/home/microft/sources/vpnclient modules make[1]: Entering directory `/usr/src/linux-2.6.13' CC [M] /home/microft/sources/vpnclient/linuxcniapi.o /home/microft/sources/vpnclient/linuxcniapi.c: In function `CniInjectReceive': /home/microft/sources/vpnclient/linuxcniapi.c:312: error: structure has no member named `stamp' /home/microft/sources/vpnclient/linuxcniapi.c: In function `CniInjectSend': /home/microft/sources/vpnclient/linuxcniapi.c:452: error: structure has no member named `stamp' make[2]: *** [/home/microft/sources/vpnclient/linuxcniapi.o] Error 1 make[1]: *** [_module_/home/microft/sources/vpnclient] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.13' make: *** [default] Error 2 Failed to make module "cisco_ipsec.ko".
- 09-16-2005 #2Just Joined!
- Join Date
- Sep 2005
- Posts
- 1
Re: cisco vpn client compile error
In the latest kernel, 2.6.13, stamp member in skb structure was renamed to tstamp.. dunno why.
Solution:
In linuxcniapi.c, replace all the occurances of skb->stamp to skb->tstamp,
cheers,
naheed vora


Reply With Quote
