Re: [mpls-linux-general] Need quagga with LDP support
Status: Beta
Brought to you by:
jleu
From: James R. L. <jl...@mi...> - 2008-03-13 16:11:38
|
On Thu, Mar 13, 2008 at 09:20:53PM +0530, Bhartendu Maheshwari wrote: > 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 > ************************************************************************************************** As I said in a previous email. This is due to the version of automake/autoconf on your system. I do my builds on fedora 8 which has: > 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. Then you will want to be on the latest code version which can be retrieved from my development tree. Take a look at: http://mpls-linux.sourceforge.net/ under "Access to my development repository". You will want a view of: //depot/quagga-mpls/... //<client name>/quagga-mpls/... //depot/ldp-portable/... //<client name>/ldp-portable/... Then you will need to modify and run the quagga-mpls/ldpd/create-links script to create symbolic links from the ldp-portable source into the quagga-mpls source. > 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... > > -- James R. Leu jl...@mi... |