cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
463
Views
0
Helpful
3
Replies

vpn client 3.5.2 for linux - installation

travis0
Level 1
Level 1

Hello,

I run vpn_install on the console as root and I get error:

making module.

./driver_build.sh: cc: command not found

./driver_build.sh: cc: command not found

./driver_build.sh: cc: command not found

./driver_build.sh: cc: command not found

./driver_build.sh: cc: command not found

Failed to make module "cisco_ipsec".

it seems the compiler can not be found. I am running mandrake 8 on kernel 2.4.8-26mdk

Thank you,

Travis

3 Replies 3

Georgia Coalman
Level 1
Level 1

I believe you may be running into a variation of CSCdu82424. Can you try the following work-around that we have found?

Workaround:

Edit the files interceptor.c,linuxcniapi.c and IPSecDrvOS_linux.c

and replace this line:

#include

with these lines:

#include

#include

and re-run the vpn_install script.

thanks,

will do. Let you know if it works.

Travis,

#include

#include

these two pre-defined headers are already in the files.

I only removed #include

It didn't work. I still get the same error as before.

NO GO. Any ideas.

Travis,