Hi,
On 2016年02月26日 15:17, Pynbiang Hadem wrote: > Pls suggest. can i use this step/guides Building Ryu packages for Ubuntu > 14.04 LTS - Ewen McNeill - > <https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwior6Soz5TLAhVIUo4KHfM0CDsQFgghMAE&url=http%3A%2F%2Fewen.mcneill.gen.nz%2Fblog%2Fentry%2F2014-08-31-ryu-on-ubuntu-14-04%2F&usg=AFQjCNHj_nG6mvFCs1X5pmVaTLV9b0jYig&sig2=Aw1EdA6_qIKmj1ISbfaUOg> > to install ryu 3.28/3.30 in ubuntu 14.04 LTS ?. > If there is a better step/guide or installation method?. I need to build ryu > into a *.deb first and then install from the deb . I need to do this as i > want to make changes in ryu source and re-compile the code. Kindly suggest. For modifying Ryu source and re-installing it, you don't need to build deb packages. You can install modified source with "setup.py". Thanks, Iwase > > Thanks > Hadem > > On Fri, Feb 26, 2016 at 10:19 AM, Pynbiang Hadem <[email protected] > <mailto:[email protected]>> wrote: > > Dear Iwase, > > I wanted to build ryu into a *.deb first and then install from the deb . > I need to do this as i want to make changes in ryu source and re-compile the > code. > I followed the steps as given in Building Ryu packages for Ubuntu 14.04 > LTS - Ewen McNeill - > > <https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwior6Soz5TLAhVIUo4KHfM0CDsQFgghMAE&url=http%3A%2F%2Fewen.mcneill.gen.nz%2Fblog%2Fentry%2F2014-08-31-ryu-on-ubuntu-14-04%2F&usg=AFQjCNHj_nG6mvFCs1X5pmVaTLV9b0jYig&sig2=Aw1EdA6_qIKmj1ISbfaUOg> > I think if i install it like you suggested($ sudo python setup.py > install), there will not be any issue. However i need to re-compile the code. > > Thanks > > > > > > On Fri, Feb 26, 2016 at 6:46 AM, Yusuke Iwase <[email protected] > <mailto:[email protected]>> wrote: > > Hi, > > > On 2016年02月25日 19:47, Pynbiang Hadem wrote: > > unable to install ryu 3.28 .. 3.30 in ubuntu 14.04 LTS for building > from the source. It gives errors like "no theme found shpinx_rtd_theme > missing". However i am able to install ryu 3.12. Pls suggest what could be > the issue. > > The message you got seems to be an error which occurred while > building the Ryu-Documentation page. > How did you try to install Ryu? Could you tell us the commands you > ran? > > FYI, on my environment (with Ubuntu 14.04 LTS), I could install Ryu > successfully. > > $ cd ryu > > # For Python setup environment > $ sudo apt-get install python-setuptools python-pip > > # For C-Implemented Python libraries > $ sudo apt-get install python-dev libxml2-dev libxslt1-dev zlib1g-dev > > # Install dependencies ('-r tools/test-requires' is optional, for > test-env only) > $ sudo pip install -r tools/pip-requires -r tools/test-requires > > # Install Ryu > $ sudo python setup.py install > > > Thanks, > Iwase > > > > > Thanking you > > Hadem > > > > > > > ------------------------------------------------------------------------------ > > Site24x7 APM Insight: Get Deep Visibility into Application > Performance > > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > > Monitor end-to-end web transactions and take corrective actions now > > Troubleshoot faster and improve end-user experience. Signup Now! > > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > > > > > > > > _______________________________________________ > > Ryu-devel mailing list > > [email protected] > <mailto:[email protected]> > > https://lists.sourceforge.net/lists/listinfo/ryu-devel > > > > > > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
