[mpls-linux-general] Compiling patched zebra-0.93a problem
Status: Beta
Brought to you by:
jleu
|
From: Arturo P. G. H. <apg...@it...> - 2003-03-25 18:29:16
|
Hi, After applying the ldp patch to zebra 0.93a, I have the following compile error: gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f 'rib.c' || echo './'`rib.c rib.c: In function `rib_bogus_ipv6': rib.c:1555: warning: implicit declaration of function `kernel_delete_ipv6_old' rib.c: In function `vty_show_ipv6_route': rib.c:2000: `NEXTHOP_TYPE_MPLS' undeclared (first use in this function) rib.c:2000: (Each undeclared identifier is reported only once rib.c:2000: for each function it appears in.) rib.c:2001: union has no member named `lsp_index' make[2]: *** [rib.o] Error 1 make[2]: Leaving directory `/home/apgonzalez/proyecto/mpls/zebra-0.93a/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/apgonzalez/proyecto/mpls/zebra-0.93a' make: *** [all] Error 2 I'm using linux-2.4.20 succesfully patched with mpls-linux-1.172 and ldp-portable-0.305. Any idea of what I'm doing wrong? Kind regards, Art |