Hi all,
i have some problem for installing vpn client on my pc. I have installed fedora 15 and i have the kernel release 2.6.38.6-26.rc1.fc15.i686. When i tried to install cisco vpn client on my pc i have received this error:
Quote:
Making module
make -C /lib/modules/2.6.38.6-26.rc1.fc15.i686/build SUBDIRS=/home/andreap/Vpn/Vpnclient_lin/vpnclient modules
make[1]: Entering directory `/usr/src/kernels/2.6.38.6-26.rc1.fc15.i686'
CC [M] /home/andreap/Vpn/Vpnclient_lin/vpnclient/linuxcniapi.o
In file included from /home/andreap/Vpn/Vpnclient_lin/vpnclient/Cniapi.h:15:0,
from /home/andreap/Vpn/Vpnclient_lin/vpnclient/linuxcniapi.c:27:
/home/andreap/Vpn/Vpnclient_lin/vpnclient/GenDefs.h:113:16: error: conflicting types for ‘uintptr_t’
include/linux/types.h:44:24: note: previous declaration of ‘uintptr_t’ was here
/home/andreap/Vpn/Vpnclient_lin/vpnclient/linuxcniapi.c: In function ‘CniInjectReceive’:
/home/andreap/Vpn/Vpnclient_lin/vpnclient/linuxcniapi.c:297:9: error: implicit declaration of function ‘skb_set_timestamp’ [-Werror=implicit-function-declaration]
/home/andreap/Vpn/Vpnclient_lin/vpnclient/linuxcniapi.c:331:8: error: ‘struct sk_buff’ has no member named ‘nh’
/home/andreap/Vpn/Vpnclient_lin/vpnclient/linuxcniapi.c:332:8: error: ‘struct sk_buff’ has no member named ‘mac’
/home/andreap/Vpn/Vpnclient_lin/vpnclient/linuxcniapi.c: In function ‘CniInjectSend’:
/home/andreap/Vpn/Vpnclient_lin/vpnclient/linuxcniapi.c:454:8: error: ‘struct sk_buff’ has no member named ‘mac’
/home/andreap/Vpn/Vpnclient_lin/vpnclient/linuxcniapi.c:455:8: error: ‘struct sk_buff’ has no member named ‘nh’
/home/andreap/Vpn/Vpnclient_lin/vpnclient/linuxcniapi.c:458:8: error: ‘struct sk_buff’ has no member named ‘h’
/home/andreap/Vpn/Vpnclient_lin/vpnclient/linuxcniapi.c:458:28: error: ‘struct sk_buff’ has no member named ‘nh’
/home/andreap/Vpn/Vpnclient_lin/vpnclient/linuxcniapi.c:401:11: warning: variable ‘tmp_InjectSend’ set but not used [-Wunused-but-set-variable]
cc1: some warnings being treated as errors
make[2]: *** [/home/andreap/Vpn/Vpnclient_lin/vpnclient/linuxcniapi.o] Error 1
make[1]: *** [_module_/home/andreap/Vpn/Vpnclient_lin/vpnclient] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.38.6-26.rc1.fc15.i686'
make: *** [default] Error 2
Failed to make module "cisco_ipsec.ko"]
|
After i have read many forums for this problem i have tried for install the patch vpnclient-linux-2.6.24-final.diff but
Quote:
[root@localhost vpnclient]# patch -p1 < vpnclient-linux-2.6.24-final.diff
patching file GenDefs.h
patching file interceptor.c
Hunk #1 succeeded at 24 (offset -4 lines).
Hunk #2 succeeded at 48 (offset -4 lines).
Hunk #3 FAILED at 111.
Hunk #4 succeeded at 114 (offset -23 lines).
Hunk #5 FAILED at 364.
Hunk #6 succeeded at 835 (offset -86 lines).
Hunk #7 succeeded at 877 (offset -86 lines).
2 out of 7 hunks FAILED -- saving rejects to file interceptor.c.rejwhen i tried to install it i have this error
|
any ideas??
thanks all