Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 15/05/2008, à 11:23

Seo

Installer client VPN Cisco sur Hardy

Hey,
je tente d'installer le client VPN Cisco pour me connecter sur le net à partir de ma fac.
La version est la suivante : vpnclient-linux-x86_64-4.8.01.0640-k9
J'ai bien le header qui faut :

simon@simon-laptop:~$ uname -r
2.6.24-16-generic

simon@simon-laptop:~$ dpkg -l | grep linux-headers
ii  linux-headers-2.6.24-16                    2.6.24-16.30                        Header files related to Linux kernel version
ii  linux-headers-2.6.24-16-generic            2.6.24-16.30                        Linux kernel headers for version 2.6.24 on x

simon@simon-laptop:~$ ls /usr/src/ -lh
total 8,0K
drwxr-xr-x 20 root root 4,0K 2008-05-15 11:13 linux-headers-2.6.24-16
drwxr-xr-x  6 root root 4,0K 2008-05-15 11:13 linux-headers-2.6.24-16-generic

Lorsque je lance l'installation, cela donne ça :

simon@simon-laptop:~/Bureau/vpnclient$ sudo ./vpn_install
Cisco Systems VPN Client Version 4.8.01 (0640) Linux Installer
Copyright (C) 1998-2006 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]

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.24-16-generic/build]

* Binaries will be installed in "/usr/local/bin".
* Modules will be installed in "/lib/modules/2.6.24-16-generic/CiscoVPN".
* The VPN service will be started AUTOMATICALLY at boot time.
* Kernel source from "/lib/modules/2.6.24-16-generic/build" will be used to build the module.

Is the above correct [y]

Making module
make -C /lib/modules/2.6.24-16-generic/build SUBDIRS=/home/simon/Bureau/vpnclient modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.24-16-generic »
  CC [M]  /home/simon/Bureau/vpnclient/linuxcniapi.o
In file included from /home/simon/Bureau/vpnclient/Cniapi.h:15,
                 from /home/simon/Bureau/vpnclient/linuxcniapi.c:31:
/home/simon/Bureau/vpnclient/GenDefs.h:113: erreur: conflicting types for «uintptr_t»
include/linux/types.h:40: erreur: previous declaration of «uintptr_t» was here
make[2]: *** [/home/simon/Bureau/vpnclient/linuxcniapi.o] Erreur 1
make[1]: *** [_module_/home/simon/Bureau/vpnclient] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.24-16-generic »
make: *** [default] Erreur 2
Failed to make module "cisco_ipsec.ko".

Qqun aurait il une idée car je ne vois pas quoi faire hmm
J'ai pas mal cherché sur le net ce matin et rien n'a fonctionné !

Merci smile

Hors ligne

#2 Le 16/05/2008, à 00:30

Seo

Re : Installer client VPN Cisco sur Hardy

Up big_smile

Hors ligne

#3 Le 25/05/2008, à 21:50

Alv

Re : Installer client VPN Cisco sur Hardy

Salut!
Je remonte ce sujet car j'ai exactement le même problème avec exactement les mêmes messages d'erreur.

Hors ligne

#4 Le 25/05/2008, à 21:57

kouran

Re : Installer client VPN Cisco sur Hardy

http://www.blog.arun-prabha.com/2008/05/01/cisco-vpn-installation-issue-with-ubuntu-804-hardy-heron/


Peace on you

Hors ligne

#5 Le 26/05/2008, à 04:17

Alv

Re : Installer client VPN Cisco sur Hardy

Merci beaucoup, ça a marché à la perfection. big_smile

Une traduction rapide pour les intéressés:
Télécharger le patch

wget http://projects.tuxx-home.at/ciscovpn/patches/vpnclient-linux-2.6.24-final.diff

Installer le paquet patch

sudo apt-get install patch

Placer le patch dans le même dossier que l'installateur du vpn et le patcher (se placer dans le dossier au préalable avec la commande cd)

patch < ./vpnclient-linux-2.6.24-final.diff

Installer le vpn

sudo ./vpn_install

Encore merci à kouran pour le lien. smile smile smile

Hors ligne

#6 Le 27/05/2008, à 13:46

kouran

Re : Installer client VPN Cisco sur Hardy

un petit [Résolu] ?


Peace on you

Hors ligne