[mpls-linux-general] making the ldp_zebra port
Status: Beta
Brought to you by:
jleu
From: Kauder T. <Tho...@ic...> - 2001-11-20 10:03:52
|
Hi, my name is Thorsten Kauder and I'm doing an internship at Siemens-Germany. My Job is to make a Linux-machine MPLS-Ready to test routing equipment. So far I made the mpls run and am able to manually add LSPs. I'm working with zebra and so I'm trying to get the Zebra-port compiled. I Have the latest (I think ) version of zebra 0.92a. and downloaded mpls_linux and ldp_portable from the cvs-tree. I also changed the ZHOME-variable to the location of my zebra installation. Now when I try to make the zebra_port I get the following output: --------------------------------------------------------------------------------------------- linux:/usr/src/cvs/ldp-portable # linux:/usr/src/cvs/ldp-portable # make ldp_zebra cd zebra-port ; make libldpport.a CC=gcc CFLAGS="-g -I. -Wall -D__LDP_LINUX__ -Werror -DMPLS_LINUX -I ../lib -I/usr/src/zebra-0.90/lib -DSYSCONFDIR=\\\"/tmp/\\\"" make[1]: Entering directory `/usr/src/cvs/ldp-portable/zebra-port' gcc -g -I. -Wall -D__LDP_LINUX__ -Werror -DMPLS_LINUX -I ../lib -I/usr/src/zebra-0.90/lib -DSYSCONFDIR=\"/tmp/\" -c -o zldp_cli.o zldp_cli.c In file included from zldp_cli.c:26: /usr/src/zebra-0.90/lib/sockunion.h:124: conflicting types for `inet_aton' /usr/include/arpa/inet.h:69: previous declaration of `inet_aton' make[1]: *** [zldp_cli.o] Error 1 make[1]: Leaving directory `/usr/src/cvs/ldp-portable/zebra-port' make: *** [ldp_zebra_port] Error 2 linux:/usr/src/cvs/ldp-portable # ------------------------------------------------------------------------------------------------ I would really apreciate it If someone could help me with this problem. another question to ldp: If I use : `add global' at the ldp-prompt, the argument behind that is the LSR-ID , right ?! Thanks in advance. |