cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
2249
Views
0
Helpful
1
Replies

problem installing vpn client on opensuse 11.2

louistremblay
Level 1
Level 1

When i try to install the  vpn client i allways have this error when i try to compile

Making module
make -C /lib/modules/2.6.31.5-0.1-desktop/build SUBDIRS=/download/temp/vpnclient modules
make[1]: Entering directory `/usr/src/linux-2.6.31.5-0.1-obj/x86_64/desktop'
make -C ../../../linux-2.6.31.5-0.1 O=/usr/src/linux-2.6.31.5-0.1-obj/x86_64/desktop/. modules
/usr/src/linux-2.6.31.5-0.1/scripts/Makefile.build:49: *** CFLAGS was changed in "/download/temp/vpnclient/Makefile". Fix it to use EXTRA_CFLAGS.  Stop.
make[3]: *** [_module_/download/temp/vpnclient] Error 2
make[2]: *** [sub-make] Error 2
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.31.5-0.1-obj/x86_64/desktop'
make: *** [default] Error 2
Failed to make module "cisco_ipsec.ko".

Any idea

Thank's

1 Reply 1

jsidwell
Level 1
Level 1

There is a site (http://www.linuxquestions.org/questions/linux-software-2/cisco-vpn-client-353630/) that may have the answer that you need.

Here are the steps that may apply to your issue....

5. Do a uname -r to find the correct kernel-headers for your build.
6. Use synaptic to search and install the correct kernel-HEADERS, not source.
7. Untar your Cisco Client, go to the vpnclient folder and do a sudo sh vpn_install
8. Answer all questions, the defaults worked for me.
9. make sure you start the vpn sub-system with
sudo /etc/init.d/vpnclient_init start
10. Copy your .pcf profile to the sudo cp /etc/opt/cisco-vpnclient/Profiles.
11. Do a vpnclient connect (without the .pcf extention)

Hope this helps.