Re: [mpls-linux-general] Kernel compilation problem with 2.4.6
Status: Beta
Brought to you by:
jleu
From: Dave H. <har...@gr...> - 2001-08-07 18:47:42
|
This works for 2.4.7 also... "James R. Leu" wrote: > On 2.4.6 the ARPHRD_MPLS_TUNNEL conflicts with an existing value. > > Search for *.rej in your kernel source and manually add ARPHRD_MPLS_TUNNEL > with a differnt value. > > On Fri, Jul 20, 2001 at 03:01:03PM +0300, Panos Kolyvas wrote: > > > > Hi to all, > > > > I wonder if you could help me with the following problem. I have already > > downloaded the mpls-linux-0.993.tar.gz image. I applied the patch to my > > kernel (2.4.6). I activated all the necessary fields > > through make xconfig and tried to compile the new kernel. > > > > I got the following results. > > > > mpls_tunnel.c: In function `mpls_tunnel_init_gen': > > mpls_tunnel.c:252: `ARPHRD_MPLS_TUNNEL' undeclared (first use in this > > function) > > mpls_tunnel.c:252: (Each undeclared identifier is reported only once > > mpls_tunnel.c:252: for each function it appears in.) > > make[3]: *** [mpls_tunnel.o] Error 1 > > make[3]: Leaving directory `/usr/src/linux-2.4.6/net/mpls' > > make[2]: *** [first_rule] Error 2 > > make[2]: Leaving directory `/usr/src/linux-2.4.6/net/mpls' > > make[1]: *** [_subdir_mpls] Error 2 > > make[1]: Leaving directory `/usr/src/linux-2.4.6/net' > > make: *** [_dir_net] Error 2 > > > > |