[mpls-linux-general] mpls-quagga+ldp,
Status: Beta
Brought to you by:
jleu
From: Bojana P. <bo...@gm...> - 2009-12-12 22:15:30
|
Hi everybody, I'm trying very hard these weeks to set mpls-quagga and LDP work on Fedora 8 (mpls-kernel 2.6.26.6-49.fc8.mpls.1.962) and I'm facing following problems. I read carefully old posts, and have made conclusion that recent problems are connected with Fedora 10, so I realized that solution for F8 might work. According to this list I tried following attempts: 1) Downloaded from http://repo.or.cz/ mpls-ldp-portable-60f294f3e2263031be4e7de64e57dd4b721a72d7.tar.gz mpls-quagga-c1ff1abca7f16db0fbbb64ef07cbfefa44e03cb4.tar.gz and compiled according to instructions - change variable DEFSRC in ldpd/create-links file to ldp-portable directory and execute "create-link" script. - chmod 777 bootstrap.sh - ./bootstrap.sh - ./configure - make - make install I didn't recognized any of errors, but I cannot access to the LDP daemon. I can run all other daemons (zebra, ospfd...). But I can not use LDPD?? 2) I tried to use *make-rpm-jleu* batch file, but I met following error: *install: cannot stat `/usr/src/redhat/BUILD/quagga-0.99.11/redhat/ldpd.init': No such file or directory *Is that possible to make RPM in this way? Are there something that should be done before running this script? 3) I tried to apply quagga-mpls.diff to the quagga source distribution (0.99.6), and did simple: *patch -p1 < quagga-mpls.diff*: I found that some files cannot be successfuly patched and met errors similar like this one: *11 out of 42 hunks FAILED -- saving rejects to file zebra/zebra_rib.c.rej can't find file to patch at input line 76700 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -uNr --exclude=.p4config --exclude=make-rpm-jleu --exclude=update-from-kernel.sh quagga/zebra/zebra_routemap.c quagga-mpls/zebra/zebra_routemap.c |--- quagga/zebra/zebra_routemap.c 2007-06-14 05:02:14.000000000 -0500 |+++ quagga-mpls/zebra/zebra_routemap.c 2008-02-19 22:55:08.000000000 -0600 -------------------*------- *File to patch: * Cause non of these attempts weren't successful, please, can anyone point what I'm doing wrong or offer to us some alternative solution? I'm ready to accept any of combination - Fedora distributions 5/8/10, mpls-kernels, and quagga version just to make this work. I can see that many people facing similar problem and I'm wondering does anybody have some combination running succsseful? I would appriciate any advice, Best Regards Bojana Petrovic |