Re: [mpls-linux-general] Need quagga with LDP support
Status: Beta
Brought to you by:
jleu
From: Bhartendu M. <bha...@gm...> - 2008-03-13 15:50:59
|
Hello James, I have tried all the options to automake tools, tried update-autotools, but I am getting the following error :- ************************************************************************************************** /usr/bin/m4:configure.ac:1416 ERROR: recursion limit of 1024 exceeded, use –L<N> to change it autom4te: /usr/bin/m4 failed with exit status: 1 ************************************************************************************************** I want to compile source code, so that I can make changes whenever required. Unable to find rpm for MPLS quagga. Please let me know the location from where I can get it. I think if I get Makefile.in / Makefile for ldp-portable-0.900 then I could be able to compile the LDP code. Thanks & Regards Bhartendu M. On Thu, Mar 13, 2008 at 6:53 PM, James R. Leu <jl...@mi...> wrote: > Makefile.in is created from Makefile.am by running the automake/autoconf > tool chain. You can try running the automake/autoconf tool chain by > running: > > autoreconf > > from the top level quagga directory. Also you could try the > 'update-autotools' > script that is provided. > > Is there a specifc reason you're trying to build from source as opposed > to using the binary RPM I have provided? > > On Thu, Mar 13, 2008 at 11:02:33AM +0530, Bhartendu Maheshwari wrote: > > Hello Jleu, > > > > I think you are absolutely right that MPLS Linux question should be > > discussed in this group. I am very sorry for that. I will strictly > follow > > the rules and regulations. > > > > I have spent some time on the makefiles and now quagga(other modules > rip, > > bgp, ospf, bgp) are compiling with LDP patch, but ldp is still not > compiled > > since there is no Makefile.in in ldp patch. Please provide me > > Makefile.inand Makefile(generated). > > > > Please provide(or tell me the location to download) me if there is any > > latest patch(ldp-portable-0.900.tar.gz) exits. > > > > Thanks & Regards > > > > Bhartendu M. > > On Thu, Mar 13, 2008 at 8:02 AM, James R. Leu <jl...@mi...> > wrote: > > > > > quagga-0.99.6 and higher require newer versions of automake/autoconf. > > > What distribution are you using what version of automake/autoconf are > > > you using? > > > > > > On Tue, Mar 11, 2008 at 04:50:18PM +0530, Bhartendu Maheshwari wrote: > > > > Hello All, > > > > > > > > I have downloaded quagga-0.99.6.tar.gz and ldp-portable-0.900.tar.gzand > > > > applied the LDP patch on quagga-0.99.6. > > > > > > > > But when I run quagga after patch it shows the following error:- > > > > > > > > > > > > ******************************************************************************************************** > > > > > > > > cd . && /bin/sh /usr/src/redhat/SOURCES/quagga-0.99.6/missing –run > > > autoconf > > > > > > > > /usr/bin/m4:configure.ac:1416 ERROR: recursion limit of 1024 > exceeded, > > > use > > > > –L<N> to change it > > > > > > > > autom4te: /usr/bin/m4 failed with exit status: 1 > > > > > > > > > > > > ******************************************************************************************************** > > > > > > > > Please provide me working quagga patched with LDP support or exact > step > > > to > > > > get this. > > > > > > > > Thanks & Regards > > > > > > > > Bhartendu M. > > > > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by: Microsoft > > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > _______________________________________________ > > > > mpls-linux-general mailing list > > > > mpl...@li... > > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > > > > > -- > > > James R. Leu > > > jl...@mi... > > > > > -- > James R. Leu > jl...@mi... > |