[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

build the non-kernel FreeS/WAN programs and install them in /usr/local/sbin



I have a very basic question: how do you do the following:

"build the non-kernel FreeS/WAN programs and install them in /usr/local/sbin
"

I used "make oldgo" and I get the following error:
cc -O3 -I. -g -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-fu
nction-cast    -c -o optionsfrom.o optionsfrom.c
cc -O3 -I. -g -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-fu
nction-cast    -c -o pfkey_v2_build.o pfkey_v2_build.c
In file included from pfkey_v2_build.c:57:
../pluto/defs.h:92: gmp.h: No such file or directory
make[1]: *** [pfkey_v2_build.o] Error 1
make[1]: Leaving directory `/usr/src/freeswan-1.8/lib'
make: *** [programs] Error 2


Thanks


Follow-Ups: