Thread: [mpls-linux-devel] Configure and compile Quagga-Mpls
Status: Beta
Brought to you by:
jleu
From: J. N. <oc...@gm...> - 2008-03-27 11:57:53
|
Hi list, I've download Quagga-Mpls folder of perforce repository to check RSVP-TE daemon. The problem is that I cannot compile at all. In the folder there aren't any configure file :S when I try to ./configure I obtain the following error: jesus@ubuntu:~/quagga-mpls$ sudo ./configure sudo: ./configure: command not found Looking inside the folder I've realised that there are three files ( config.guess, config.sub, configure.ac) that could configure the compilation but I don't know how to get it. In the install.quagga.txt file I don't find any help. I'm using Ubuntu 7.10 Gutsy and I am a newbie ;). Thanks in advance for any help. |
From: James R. L. <jl...@mi...> - 2008-03-27 13:06:50
|
You will also need the ldp-portable code base. You will need to modify and run the ldpd/create-links script to symlink the ldp-portable files into the quagga-mpls tree. Then you will need to use 'automake' to build the configure file. Since you are so new to this, perhaphs an easier path for all involved is for you to switch to Fedora 8 and then use the RPMs and/or the RPM build scripts that I've created. On Thu, Mar 27, 2008 at 12:57:49PM +0100, =?ISO-8859-1?Q?Jes=FAs_Nubiola_ wrote: > Hi list, > I've download Quagga-Mpls folder of perforce repository to check RSVP-TE > daemon. The problem is that I cannot compile at all. In the folder there > aren't any configure file :S when I try to ./configure I obtain the > following error: > jesus@ubuntu:~/quagga-mpls$ sudo ./configure > sudo: ./configure: command not found > > Looking inside the folder I've realised that there are three files ( > config.guess, config.sub, configure.ac) that could configure the compilation > but I don't know how to get it. > In the install.quagga.txt file I don't find any help. > > I'm using Ubuntu 7.10 Gutsy and I am a newbie ;). > > > Thanks in advance for any help. > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu jl...@mi... |
From: Adrian P. <adr...@gm...> - 2008-03-27 14:27:17
|
..Or you might try your luck feeding the rpms through 'alien' to generate debs for your Ubuntu. It should work... On Thu, Mar 27, 2008 at 3:06 PM, James R. Leu <jl...@mi...> wrote: > You will also need the ldp-portable code base. You will need to modify > and run the ldpd/create-links script to symlink the ldp-portable > files into the quagga-mpls tree. Then you will need to use 'automake' > to build the configure file. > > Since you are so new to this, perhaphs an easier path for all involved > is for you to switch to Fedora 8 and then use the RPMs and/or the RPM > build scripts that I've created. > > On Thu, Mar 27, 2008 at 12:57:49PM +0100, =?ISO-8859-1?Q?Jes=FAs_Nubiola_ > wrote: > > Hi list, > > I've download Quagga-Mpls folder of perforce repository to check RSVP-TE > > daemon. The problem is that I cannot compile at all. In the folder there > > aren't any configure file :S when I try to ./configure I obtain the > > following error: > > jesus@ubuntu:~/quagga-mpls$ sudo ./configure > > sudo: ./configure: command not found > > > > Looking inside the folder I've realised that there are three files ( > > config.guess, config.sub, configure.ac) that could configure the > compilation > > but I don't know how to get it. > > In the install.quagga.txt file I don't find any help. > > > > I'm using Ubuntu 7.10 Gutsy and I am a newbie ;). > > > > > > Thanks in advance for any help. > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > _______________________________________________ > > mpls-linux-general mailing list > > mpl...@li... > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > -- > James R. Leu > jl...@mi... > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > |
From: James R. L. <jl...@mi...> - 2008-03-27 14:38:00
|
Could someone try this for me and provide feedback? If this works, I will figure out a way to run 'alien' and build an 'ubuntu' repository. On Thu, Mar 27, 2008 at 04:27:11PM +0200, Adrian Popa wrote: > ..Or you might try your luck feeding the rpms through 'alien' to generate > debs for your Ubuntu. It should work... > > > On Thu, Mar 27, 2008 at 3:06 PM, James R. Leu <jl...@mi...> wrote: > > > You will also need the ldp-portable code base. You will need to modify > > and run the ldpd/create-links script to symlink the ldp-portable > > files into the quagga-mpls tree. Then you will need to use 'automake' > > to build the configure file. > > > > Since you are so new to this, perhaphs an easier path for all involved > > is for you to switch to Fedora 8 and then use the RPMs and/or the RPM > > build scripts that I've created. > > > > On Thu, Mar 27, 2008 at 12:57:49PM +0100, =?ISO-8859-1?Q?Jes=FAs_Nubiola_ > > wrote: > > > Hi list, > > > I've download Quagga-Mpls folder of perforce repository to check RSVP-TE > > > daemon. The problem is that I cannot compile at all. In the folder there > > > aren't any configure file :S when I try to ./configure I obtain the > > > following error: > > > jesus@ubuntu:~/quagga-mpls$ sudo ./configure > > > sudo: ./configure: command not found > > > > > > Looking inside the folder I've realised that there are three files ( > > > config.guess, config.sub, configure.ac) that could configure the > > compilation > > > but I don't know how to get it. > > > In the install.quagga.txt file I don't find any help. > > > > > > I'm using Ubuntu 7.10 Gutsy and I am a newbie ;). > > > > > > > > > Thanks in advance for any help. > > > > > > > ------------------------------------------------------------------------- > > > Check out the new SourceForge.net Marketplace. > > > It's the best place to buy or sell services for > > > just about anything Open Source. > > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > _______________________________________________ > > > mpls-linux-general mailing list > > > mpl...@li... > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > > -- > > James R. Leu > > jl...@mi... > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > _______________________________________________ > > mpls-linux-general mailing list > > mpl...@li... > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > mpls-linux-devel mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-devel -- James R. Leu jl...@mi... |
From: Kim H. <ki...@ha...> - 2008-03-27 20:26:14
|
Jesús Nubiola wrote: > Hi list, > I've download Quagga-Mpls folder of perforce repository to check RSVP-TE > daemon. The problem is that I cannot compile at all. In the folder there > aren't any configure file :S when I try to ./configure I obtain the > following error: > jesus@ubuntu:~/quagga-mpls$ sudo ./configure > sudo: ./configure: command not found > > Looking inside the folder I've realised that there are three files ( > config.guess, config.sub, configure.ac) that could configure the compilation > but I don't know how to get it. > In the install.quagga.txt file I don't find any help. > > I'm using Ubuntu 7.10 Gutsy and I am a newbie ;). If you can point me to where you downloaded the source, I'll have a crack at building up some .debs for gutsy.. cheers, Kim |
From: Adrian P. <adr...@gm...> - 2008-03-28 06:52:02
|
What I tried about 2 years back for debian (but it should work without changes for ubuntu also) is this: /usr/src# *alien iproute-2.6.11-1_mpls_1.950d.i386.rpm* *iproute_2.6.11-2_i386.deb generated* /usr/src# *alien --scripts iptables-1.3.0-2_mpls_1.950d.i386.rpm* *iptables_1.3.0-3_i386.deb generated* /usr/src# *alien --scripts ebtables-2.0.6-7_mpls_1.950d.i386.rpm* *ebtables_2.0.6-8_i386.deb generated* /usr/src# *dpkg -i iproute_2.6.11-2_i386.deb* /usr/src# *cp /bin/true /sbin/chkconfig* /usr/src# *dpkg -i iptables_1.3.0-3_i386.deb* /usr/src# *dpkg -i ebtables_2.0.6-8_i386.deb* These are covered in the documentation I provided, but have only been tested by me on mpls-linux 1.950. They should work without problems on newer versions. PS. You can do the same to the quagga rpm (alen --scripts quagga*.rpm). Testers are needed to confirm everything still works. :) On Thu, Mar 27, 2008 at 4:37 PM, James R. Leu <jl...@mi...> wrote: > Could someone try this for me and provide feedback? If this > works, I will figure out a way to run 'alien' and build an 'ubuntu' > repository. > > On Thu, Mar 27, 2008 at 04:27:11PM +0200, Adrian Popa wrote: > > ..Or you might try your luck feeding the rpms through 'alien' to > generate > > debs for your Ubuntu. It should work... > > > > > > On Thu, Mar 27, 2008 at 3:06 PM, James R. Leu <jl...@mi...> > wrote: > > > > > You will also need the ldp-portable code base. You will need to > modify > > > and run the ldpd/create-links script to symlink the ldp-portable > > > files into the quagga-mpls tree. Then you will need to use 'automake' > > > to build the configure file. > > > > > > Since you are so new to this, perhaphs an easier path for all involved > > > is for you to switch to Fedora 8 and then use the RPMs and/or the RPM > > > build scripts that I've created. > > > > > > On Thu, Mar 27, 2008 at 12:57:49PM +0100, > =?ISO-8859-1?Q?Jes=FAs_Nubiola_ > > > wrote: > > > > Hi list, > > > > I've download Quagga-Mpls folder of perforce repository to check > RSVP-TE > > > > daemon. The problem is that I cannot compile at all. In the folder > there > > > > aren't any configure file :S when I try to ./configure I obtain the > > > > following error: > > > > jesus@ubuntu:~/quagga-mpls$ sudo ./configure > > > > sudo: ./configure: command not found > > > > > > > > Looking inside the folder I've realised that there are three files ( > > > > config.guess, config.sub, configure.ac) that could configure the > > > compilation > > > > but I don't know how to get it. > > > > In the install.quagga.txt file I don't find any help. > > > > > > > > I'm using Ubuntu 7.10 Gutsy and I am a newbie ;). > > > > > > > > > > > > Thanks in advance for any help. > > > > > > > > > > > ------------------------------------------------------------------------- > > > > Check out the new SourceForge.net Marketplace. > > > > It's the best place to buy or sell services for > > > > just about anything Open Source. > > > > > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > > _______________________________________________ > > > > mpls-linux-general mailing list > > > > mpl...@li... > > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > > > > > -- > > > James R. Leu > > > jl...@mi... > > > > > > > ------------------------------------------------------------------------- > > > Check out the new SourceForge.net Marketplace. > > > It's the best place to buy or sell services for > > > just about anything Open Source. > > > > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > _______________________________________________ > > > mpls-linux-general mailing list > > > mpl...@li... > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > > > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > _______________________________________________ > > mpls-linux-devel mailing list > > mpl...@li... > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-devel > > > -- > James R. Leu > jl...@mi... > |
From: J. N. <oc...@gm...> - 2008-03-28 11:15:25
|
I will test for Ubuntu Gutsy soon. I remember that I try to follow your manual (Mpls-Lab) that is very completed but I have problems during the recompilation of Kernel. I will try again and report feedback. Thanks. On Fri, Mar 28, 2008 at 7:51 AM, Adrian Popa <adr...@gm...> wrote: > What I tried about 2 years back for debian (but it should work without > changes for ubuntu also) is this: > > /usr/src# *alien iproute-2.6.11-1_mpls_1.950d.i386.rpm* > > *iproute_2.6.11-2_i386.deb generated* > > /usr/src# *alien --scripts iptables-1.3.0-2_mpls_1.950d.i386.rpm* > > *iptables_1.3.0-3_i386.deb generated* > > /usr/src# *alien --scripts ebtables-2.0.6-7_mpls_1.950d.i386.rpm* > > *ebtables_2.0.6-8_i386.deb generated* > > /usr/src# *dpkg -i iproute_2.6.11-2_i386.deb* > > /usr/src# *cp /bin/true /sbin/chkconfig* > > /usr/src# *dpkg -i iptables_1.3.0-3_i386.deb* > > /usr/src# *dpkg -i ebtables_2.0.6-8_i386.deb* > > > These are covered in the documentation I provided, but have only been > tested by me on mpls-linux 1.950. They should work without problems on > newer versions. > > PS. You can do the same to the quagga rpm (alen --scripts quagga*.rpm). > > Testers are needed to confirm everything still works. :) > > On Thu, Mar 27, 2008 at 4:37 PM, James R. Leu <jl...@mi...> wrote: > > > Could someone try this for me and provide feedback? If this > > works, I will figure out a way to run 'alien' and build an 'ubuntu' > > repository. > > > > On Thu, Mar 27, 2008 at 04:27:11PM +0200, Adrian Popa wrote: > > > ..Or you might try your luck feeding the rpms through 'alien' to > > generate > > > debs for your Ubuntu. It should work... > > > > > > > > > On Thu, Mar 27, 2008 at 3:06 PM, James R. Leu <jl...@mi...> > > wrote: > > > > > > > You will also need the ldp-portable code base. You will need to > > modify > > > > and run the ldpd/create-links script to symlink the ldp-portable > > > > files into the quagga-mpls tree. Then you will need to use > > 'automake' > > > > to build the configure file. > > > > > > > > Since you are so new to this, perhaphs an easier path for all > > involved > > > > is for you to switch to Fedora 8 and then use the RPMs and/or the > > RPM > > > > build scripts that I've created. > > > > > > > > On Thu, Mar 27, 2008 at 12:57:49PM +0100, > > =?ISO-8859-1?Q?Jes=FAs_Nubiola_ > > > > wrote: > > > > > Hi list, > > > > > I've download Quagga-Mpls folder of perforce repository to check > > RSVP-TE > > > > > daemon. The problem is that I cannot compile at all. In the folder > > there > > > > > aren't any configure file :S when I try to ./configure I obtain > > the > > > > > following error: > > > > > jesus@ubuntu:~/quagga-mpls$ sudo ./configure > > > > > sudo: ./configure: command not found > > > > > > > > > > Looking inside the folder I've realised that there are three files > > ( > > > > > config.guess, config.sub, configure.ac) that could configure the > > > > compilation > > > > > but I don't know how to get it. > > > > > In the install.quagga.txt file I don't find any help. > > > > > > > > > > I'm using Ubuntu 7.10 Gutsy and I am a newbie ;). > > > > > > > > > > > > > > > Thanks in advance for any help. > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > Check out the new SourceForge.net Marketplace. > > > > > It's the best place to buy or sell services for > > > > > just about anything Open Source. > > > > > > > > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > > > _______________________________________________ > > > > > mpls-linux-general mailing list > > > > > mpl...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > > > > > > > > -- > > > > James R. Leu > > > > jl...@mi... > > > > > > > > > > ------------------------------------------------------------------------- > > > > Check out the new SourceForge.net Marketplace. > > > > It's the best place to buy or sell services for > > > > just about anything Open Source. > > > > > > > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > > _______________________________________________ > > > > mpls-linux-general mailing list > > > > mpl...@li... > > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > Check out the new SourceForge.net Marketplace. > > > It's the best place to buy or sell services for > > > just about anything Open Source. > > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > _______________________________________________ > > > mpls-linux-devel mailing list > > > mpl...@li... > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-devel > > > > > > -- > > James R. Leu > > jl...@mi... > > > > |
From: Adrian P. <adr...@gm...> - 2008-03-28 12:37:03
|
Unfortunatelly I don't think you can convert the kernel from rpm to deb, but it's worth a try :) Anyway, don't be surprised if it works, if when you do a 'uname -a' you'll get an output saying that you run fedora :) On Fri, Mar 28, 2008 at 1:15 PM, Jesús Nubiola <oc...@gm...> wrote: > I will test for Ubuntu Gutsy soon. > > I remember that I try to follow your manual (Mpls-Lab) that is very > completed but I have problems during the recompilation of Kernel. I will try > again and report feedback. > > Thanks. > > > On Fri, Mar 28, 2008 at 7:51 AM, Adrian Popa <adr...@gm...> > wrote: > > > What I tried about 2 years back for debian (but it should work without > > changes for ubuntu also) is this: > > > > /usr/src# *alien iproute-2.6.11-1_mpls_1.950d.i386.rpm* > > > > *iproute_2.6.11-2_i386.deb generated* > > > > /usr/src# *alien --scripts iptables-1.3.0-2_mpls_1.950d.i386.rpm* > > > > *iptables_1.3.0-3_i386.deb generated* > > > > /usr/src# *alien --scripts ebtables-2.0.6-7_mpls_1.950d.i386.rpm* > > > > *ebtables_2.0.6-8_i386.deb generated* > > > > /usr/src# *dpkg -i iproute_2.6.11-2_i386.deb* > > > > /usr/src# *cp /bin/true /sbin/chkconfig* > > > > /usr/src# *dpkg -i iptables_1.3.0-3_i386.deb* > > > > /usr/src# *dpkg -i ebtables_2.0.6-8_i386.deb* > > > > > > These are covered in the documentation I provided, but have only been > > tested by me on mpls-linux 1.950. They should work without problems on > > newer versions. > > > > PS. You can do the same to the quagga rpm (alen --scripts quagga*.rpm). > > > > Testers are needed to confirm everything still works. :) > > > > On Thu, Mar 27, 2008 at 4:37 PM, James R. Leu <jl...@mi...> > > wrote: > > > > > Could someone try this for me and provide feedback? If this > > > works, I will figure out a way to run 'alien' and build an 'ubuntu' > > > repository. > > > > > > On Thu, Mar 27, 2008 at 04:27:11PM +0200, Adrian Popa wrote: > > > > ..Or you might try your luck feeding the rpms through 'alien' to > > > generate > > > > debs for your Ubuntu. It should work... > > > > > > > > > > > > On Thu, Mar 27, 2008 at 3:06 PM, James R. Leu <jl...@mi...> > > > wrote: > > > > > > > > > You will also need the ldp-portable code base. You will need to > > > modify > > > > > and run the ldpd/create-links script to symlink the ldp-portable > > > > > files into the quagga-mpls tree. Then you will need to use > > > 'automake' > > > > > to build the configure file. > > > > > > > > > > Since you are so new to this, perhaphs an easier path for all > > > involved > > > > > is for you to switch to Fedora 8 and then use the RPMs and/or the > > > RPM > > > > > build scripts that I've created. > > > > > > > > > > On Thu, Mar 27, 2008 at 12:57:49PM +0100, > > > =?ISO-8859-1?Q?Jes=FAs_Nubiola_ > > > > > wrote: > > > > > > Hi list, > > > > > > I've download Quagga-Mpls folder of perforce repository to check > > > RSVP-TE > > > > > > daemon. The problem is that I cannot compile at all. In the > > > folder there > > > > > > aren't any configure file :S when I try to ./configure I obtain > > > the > > > > > > following error: > > > > > > jesus@ubuntu:~/quagga-mpls$ sudo ./configure > > > > > > sudo: ./configure: command not found > > > > > > > > > > > > Looking inside the folder I've realised that there are three > > > files ( > > > > > > config.guess, config.sub, configure.ac) that could configure the > > > > > compilation > > > > > > but I don't know how to get it. > > > > > > In the install.quagga.txt file I don't find any help. > > > > > > > > > > > > I'm using Ubuntu 7.10 Gutsy and I am a newbie ;). > > > > > > > > > > > > > > > > > > Thanks in advance for any help. > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > > Check out the new SourceForge.net Marketplace. > > > > > > It's the best place to buy or sell services for > > > > > > just about anything Open Source. > > > > > > > > > > > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > > > > _______________________________________________ > > > > > > mpls-linux-general mailing list > > > > > > mpl...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > > > > > > > > > > > -- > > > > > James R. Leu > > > > > jl...@mi... > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > Check out the new SourceForge.net Marketplace. > > > > > It's the best place to buy or sell services for > > > > > just about anything Open Source. > > > > > > > > > > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > > > _______________________________________________ > > > > > mpls-linux-general mailing list > > > > > mpl...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > Check out the new SourceForge.net Marketplace. > > > > It's the best place to buy or sell services for > > > > just about anything Open Source. > > > > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > > _______________________________________________ > > > > mpls-linux-devel mailing list > > > > mpl...@li... > > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-devel > > > > > > > > > -- > > > James R. Leu > > > jl...@mi... > > > > > > > > |