Hello All,

I am trying to install Cisco VPN client on my newly installed FEDORA
FC10 kernel version: 2.6.27.29-170.2.78.fc10.x86_64.

At first I had lot of packages missing which I had to use "yum" to
get. I don't know why all these very simple packages were missing, but
this is not the point.

In one of the user inputs, the vpn client asks for the Directory
containing linux kernel source code. Since, I found the /usr/src/
kernels to be empty, I had to "yum install kernel-devel" which finally
got me the source code in /usr/src/kernels/.

Then, when I tried to launch the vpn client installation again, I got
these bunch of warnings and errors:

Making module
make -C /usr/src/kernels/2.6.27.29-170.2.78.fc10.x86_64 SUBDIRS=/usr/
tmp/vpn/vpnclient modules
make[1]: Entering directory `/usr/src/kernels/
2.6.27.29-170.2.78.fc10.x86_64'
  CC [M]  /usr/tmp/vpn/vpnclient/linuxcniapi.o
/usr/tmp/vpn/vpnclient/linuxcniapi.c:12:26: error: linux/config.h: No
such file or directory
In file included from /usr/tmp/vpn/vpnclient/Cniapi.h:15,
                 from /usr/tmp/vpn/vpnclient/linuxcniapi.c:30:
/usr/tmp/vpn/vpnclient/GenDefs.h:101:2: warning: #warning 64 bit
In file included from /usr/tmp/vpn/vpnclient/Cniapi.h:15,
                 from /usr/tmp/vpn/vpnclient/linuxcniapi.c:30:
/usr/tmp/vpn/vpnclient/GenDefs.h:102: error: expected ‘=’, ‘,’, ‘;’,
‘asm’ or ‘__attribute__’ before ‘intptr_t’
/usr/tmp/vpn/vpnclient/GenDefs.h:111:2: warning: #warning 64 bit
/usr/tmp/vpn/vpnclient/GenDefs.h:112: error: conflicting types for
‘uintptr_t’
include/linux/types.h:40: error: previous declaration of ‘uintptr_t’
was here
/usr/tmp/vpn/vpnclient/linuxcniapi.c: In function ‘os_alloc’:
/usr/tmp/vpn/vpnclient/linuxcniapi.c:47: warning: format ‘%d’ expects
type ‘int’, but argument 2 has type ‘size_t’
/usr/tmp/vpn/vpnclient/linuxcniapi.c: In function ‘CniInjectReceive’:
/usr/tmp/vpn/vpnclient/linuxcniapi.c:312: error: ‘struct sk_buff’ has
no member named ‘stamp’
/usr/tmp/vpn/vpnclient/linuxcniapi.c:342: error: ‘struct sk_buff’ has
no member named ‘nh’
/usr/tmp/vpn/vpnclient/linuxcniapi.c:343: error: ‘struct sk_buff’ has
no member named ‘mac’
/usr/tmp/vpn/vpnclient/linuxcniapi.c: In function ‘CniInjectSend’:
/usr/tmp/vpn/vpnclient/linuxcniapi.c:452: error: ‘struct sk_buff’ has
no member named ‘stamp’
/usr/tmp/vpn/vpnclient/linuxcniapi.c:456: error: ‘struct sk_buff’ has
no member named ‘mac’
/usr/tmp/vpn/vpnclient/linuxcniapi.c:457: error: ‘struct sk_buff’ has
no member named ‘nh’
/usr/tmp/vpn/vpnclient/linuxcniapi.c:460: error: ‘struct sk_buff’ has
no member named ‘h’
/usr/tmp/vpn/vpnclient/linuxcniapi.c:460: error: ‘struct sk_buff’ has
no member named ‘nh’
make[2]: *** [/usr/tmp/vpn/vpnclient/linuxcniapi.o] Error 1
make[1]: *** [_module_/usr/tmp/vpn/vpnclient] Error 2
make[1]: Leaving directory `/usr/src/kernels/
2.6.27.29-170.2.78.fc10.x86_64'
make: *** [default] Error 2

which as we can see, these errors have begun by not finding the linux/
config.h file

I don't know why am I keeping missing files or packages and
continuously install them. Although, I have recently installed then
updated my FC10, but I got the feeling that it wasn't done right.

Any help how to tackle this problem?

Thanks...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup
-~----------~----~----~----~------~----~------~--~---

Reply via email to