07-05-2002 11:12 PM - edited 02-21-2020 11:54 AM
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
07-06-2002 04:19 PM
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.
07-08-2002 09:07 AM
thanks,
will do. Let you know if it works.
Travis,
07-08-2002 09:51 PM
#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,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide