Re: [Users] Announcement: FreeS/WAN 1.99 released

From: Joe Philipps (freeswan4joe_at_philippsfamily.org)
Date: Tue Nov 05 2002 - 03:45:37 CET


On Mon, Nov 04, 2002 at 08:58:23PM -0500, Donavan Pantke wrote:
> Hoorah, hoorah. Here begins the great build troubleshooting. Alright, target
>system is a SUSE 8.1 system, Freeswan 1.99, SuSE's patched kernel. Make
>output of a "make menugo" or "make menurpm":
>
>make[4]: Entering directory `/root/freeswan-1.99/lib'
>cc -I. -g -O3 -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes
>-Wbad-function-cast -c -o pfkey_v2_build.o pfkey_v2_build.c
>In file included from pfkey_v2_build.c:63:
>../pluto/defs.h:102:17: gmp.h: No such file or directory
>In file included from pfkey_v2_build.c:63:
>../pluto/defs.h:104: parse error before '*' token
>../pluto/defs.h:104: warning: function declaration isn't a prototype
>../pluto/defs.h:105: warning: type defaults to `int' in declaration of
>`MP_INT'
>../pluto/defs.h:105: parse error before '*' token
>../pluto/defs.h:105: warning: function declaration isn't a prototype
>make[4]: *** [pfkey_v2_build.o] Error 1
>make[4]: Leaving directory `/root/freeswan-1.99/lib'
>make[3]: *** [../../../lib/libfreeswan.a] Error 2
>make[3]: Leaving directory `/root/freeswan-1.99/testing/utils/ikeping'
>make[2]: *** [programs] Error 2
>make[2]: Leaving directory `/root/freeswan-1.99/testing/utils'
>make[1]: *** [programs] Error 2
>make[1]: Leaving directory `/root/freeswan-1.99/testing'
>make: *** [programs] Error 2
>
> Any ideas?

Yes. Install GMP, including any development (e.g. *devel*.rpm) RPMs.
This will (should?) give you your needed gmp.h.

>../pluto/defs.h:102:17: gmp.h: No such file or directory

Tbis is what gives it away.

If it's already installed, somehow the compiler can't find it. But
installing the devel pkg fixed that problem right up for me.
_______________________________________________
Users mailing list
Users_at_lists.freeswan.org
http://lists.freeswan.org/mailman/listinfo/users



This archive was generated by hypermail 2.1.5 : Wed Nov 06 2002 - 05:20:36 CET