<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Quick install for ruby 1.9.1 and Rubygems 1.3.5 from source on Ubuntu.</title>
	<atom:link href="http://blog.dynamic50.com/2010/02/15/quick-install-for-ruby-1-9-1-and-rubygems-1-3-5-from-source-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dynamic50.com/2010/02/15/quick-install-for-ruby-1-9-1-and-rubygems-1-3-5-from-source-on-ubuntu/</link>
	<description>Ruby on Rails, London - The Blog by Dynamic50</description>
	<lastBuildDate>Mon, 21 Jun 2010 10:10:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason Green</title>
		<link>http://blog.dynamic50.com/2010/02/15/quick-install-for-ruby-1-9-1-and-rubygems-1-3-5-from-source-on-ubuntu/comment-page-1/#comment-53</link>
		<dc:creator>Jason Green</dc:creator>
		<pubDate>Mon, 19 Apr 2010 11:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynamic50.com/?p=835#comment-53</guid>
		<description>Was just going through this again today and realised if you need to install the openssl libraries for passenger, you will need to make sure you have libssl-dev first which you can install by running: sudo apt-get install libssl-dev</description>
		<content:encoded><![CDATA[<p>Was just going through this again today and realised if you need to install the openssl libraries for passenger, you will need to make sure you have libssl-dev first which you can install by running: sudo apt-get install libssl-dev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Green</title>
		<link>http://blog.dynamic50.com/2010/02/15/quick-install-for-ruby-1-9-1-and-rubygems-1-3-5-from-source-on-ubuntu/comment-page-1/#comment-52</link>
		<dc:creator>Jason Green</dc:creator>
		<pubDate>Wed, 14 Apr 2010 08:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynamic50.com/?p=835#comment-52</guid>
		<description>Hi josh,

For multi-versioning of Ruby I would recommend using RVM: http://rvm.beginrescueend.com/

There is a walkthrough on our site here: http://blog.dynamic50.com/index.php/2010/03/installing-ruby-on-rails-and-multiruby-on-snow-leopard/ for snow leopard but the instructions are pretty similar for Ubuntu.

I hope this helps</description>
		<content:encoded><![CDATA[<p>Hi josh,</p>
<p>For multi-versioning of Ruby I would recommend using <span class="caps">RVM</span>: <a href="http://rvm.beginrescueend.com/" rel="nofollow">http://rvm.beginrescueend.com/</a></p>
<p>There is a walkthrough on our site here: <a href="http://blog.dynamic50.com/index.php/2010/03/installing-ruby-on-rails-and-multiruby-on-snow-leopard/" rel="nofollow">http://blog.dynamic50.com/index.php/2010/03/installing-ruby-on-rails-and-multiruby-on-snow-leopard/</a> for snow leopard but the instructions are pretty similar for Ubuntu.</p>
<p>I hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Scholar</title>
		<link>http://blog.dynamic50.com/2010/02/15/quick-install-for-ruby-1-9-1-and-rubygems-1-3-5-from-source-on-ubuntu/comment-page-1/#comment-51</link>
		<dc:creator>Josh Scholar</dc:creator>
		<pubDate>Wed, 14 Apr 2010 03:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynamic50.com/?p=835#comment-51</guid>
		<description>I got that working with a couple changes (had to use aptitude to install build-essential and libssl-dev - apt-install isn&#039;t smart enough).

Anyway I have a question.

Now that I can build ruby 1.9, lets say I want to play with developing ruby core stuff and I want to make versions that are broken etc for the sake of debugging, how do I tell it to make build a version of ruby in a different place or with a different name so that I can have a working version of ruby and a version I&#039;m messing with.

For that matter do you know what the recommended way to debug ruby core code is?</description>
		<content:encoded><![CDATA[<p>I got that working with a couple changes (had to use aptitude to install build-essential and libssl-dev &#8211; apt-install isn&#8217;t smart enough).</p>
<p>Anyway I have a question.</p>
<p>Now that I can build ruby 1.9, lets say I want to play with developing ruby core stuff and I want to make versions that are broken etc for the sake of debugging, how do I tell it to make build a version of ruby in a different place or with a different name so that I can have a working version of ruby and a version I&#8217;m messing with.</p>
<p>For that matter do you know what the recommended way to debug ruby core code is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Harris</title>
		<link>http://blog.dynamic50.com/2010/02/15/quick-install-for-ruby-1-9-1-and-rubygems-1-3-5-from-source-on-ubuntu/comment-page-1/#comment-50</link>
		<dc:creator>Simon Harris</dc:creator>
		<pubDate>Thu, 04 Mar 2010 01:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynamic50.com/?p=835#comment-50</guid>
		<description>OK. Belay that. It seems there was junk in the directory. I removed the remains and it all worked nicely! Thanks.</description>
		<content:encoded><![CDATA[<p><span class="caps">OK.</span> Belay that. It seems there was junk in the directory. I removed the remains and it all worked nicely! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Harris</title>
		<link>http://blog.dynamic50.com/2010/02/15/quick-install-for-ruby-1-9-1-and-rubygems-1-3-5-from-source-on-ubuntu/comment-page-1/#comment-49</link>
		<dc:creator>Simon Harris</dc:creator>
		<pubDate>Thu, 04 Mar 2010 01:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynamic50.com/?p=835#comment-49</guid>
		<description>When I try this I get the following error:

./instruby.rb:194:in `initialize&#039;: No such file or directory - /usr/local/bin/testrb (Errno::ENOENT)
	from ./instruby.rb:194:in `open&#039;
	from ./instruby.rb:194:in `open_for_install&#039;
	from ./instruby.rb:320:in `block (2 levels) in &#039;
	from ./instruby.rb:302:in `each&#039;
	from ./instruby.rb:302:in `block in &#039;
	from ./instruby.rb:409:in `call&#039;
	from ./instruby.rb:409:in `block (2 levels) in &#039;
	from ./instruby.rb:406:in `each&#039;
	from ./instruby.rb:406:in `block in &#039;
	from ./instruby.rb:402:in `each&#039;
	from ./instruby.rb:402:in `&#039;
make: *** [do-install-nodoc] Error 1

Any clues? I&#039;m an ubuntu newbie</description>
		<content:encoded><![CDATA[<p>When I try this I get the following error:</p>
<p>./instruby.rb:194:in `initialize&#8217;: No such file or directory &#8211; /usr/local/bin/testrb (Errno::ENOENT)<br />
	from ./instruby.rb:194:in `open&#8217;<br />
	from ./instruby.rb:194:in `open_for_install&#8217;<br />
	from ./instruby.rb:320:in `block (2 levels) in &#8216;<br />
	from ./instruby.rb:302:in `each&#8217;<br />
	from ./instruby.rb:302:in `block in &#8216;<br />
	from ./instruby.rb:409:in `call&#8217;<br />
	from ./instruby.rb:409:in `block (2 levels) in &#8216;<br />
	from ./instruby.rb:406:in `each&#8217;<br />
	from ./instruby.rb:406:in `block in &#8216;<br />
	from ./instruby.rb:402:in `each&#8217;<br />
	from ./instruby.rb:402:in `&#8217;<br />
make: *** [do-install-nodoc] Error 1</p>
<p>Any clues? I&#8217;m an ubuntu newbie</p>
]]></content:encoded>
	</item>
</channel>
</rss>
