<?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: Installing Ruby 1.8.6 on Ubuntu Feisty Fawn (7.04)</title>
	<atom:link href="http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/</link>
	<description>Reqs. Code. Docs. Done.</description>
	<lastBuildDate>Mon, 06 Jun 2011 10:40:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: RAILS on Ubuntu 7.1&#160;&#124;&#160;kill3rmedia</title>
		<link>http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/#comment-1151</link>
		<dc:creator>RAILS on Ubuntu 7.1&#160;&#124;&#160;kill3rmedia</dc:creator>
		<pubDate>Thu, 31 Jul 2008 17:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/#comment-1151</guid>
		<description>[...] using apt-get it doesn&#8217;t fix the issue. We&#8217;ll have to compile it ourselves. Reference: http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/ http://www.urbanpuddle.com/articles/2007/08/17/mongrel-cluster-1-0-2-and-ruby-1-8-5 [...]</description>
		<content:encoded><![CDATA[<p>[...] using apt-get it doesn&#8217;t fix the issue. We&#8217;ll have to compile it ourselves. Reference: <a href="http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/" rel="nofollow">http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/</a> <a href="http://www.urbanpuddle.com/articles/2007/08/17/mongrel-cluster-1-0-2-and-ruby-1-8-5" rel="nofollow">http://www.urbanpuddle.com/articles/2007/08/17/mongrel-cluster-1-0-2-and-ruby-1-8-5</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blogging in progress :&#62;: RAILS on Ubuntu 7.1</title>
		<link>http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/#comment-1099</link>
		<dc:creator>blogging in progress :&#62;: RAILS on Ubuntu 7.1</dc:creator>
		<pubDate>Mon, 25 Feb 2008 16:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/#comment-1099</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Windows platform may not be the ideal place to develop or deploy your Apache/MySQL/PHP or RoR(Ruby on Rails) applications. However I came across few problems myself trying to setup Ruby on Rails Development Machina on Linux (Ubuntu 7.10). Once you fix them, it works like a charmThere are many installation instructions and fixes posted everywhere. I thought of putting my own version to consolidate installation instructions and fixes to possible problems. I&#039;ve also listed the sources I&#039;ve referred myself and its recommended visit those websites if you need more detailed instructions as well as up-to-date news.POSSIBLE ISSUESrubygems (LoadError) require&#8217;: no such file to load &#8211; rubygems (LoadError)MySql socket error No such file or directory - /tmp/mysql.sockOpen ssl problem when starting Webrick server1. Install libopenssl-ruby1.8 &#187; fixes the Webrick server error on startup2. Install libmysqlclient15-dev &#187; fixes the MySQL sock not found issueReference:https://help.ubuntu.com/community/RubyOnRails3. Install Ruby and GemsEven though you can easily get ruby installed using apt-get it doesn&#039;t fix the issue. We&#039;ll have to compile it ourselves.Reference:http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/http://www.urbanpuddle.com/articles/2007/08/17/mongrel-cluster-1-0-2-and-ruby-1-8-5http://www.urbanpuddle.com/articles/2008/01/09/install-ruby-on-rails-on-ubutu-gutsy-gibbon-apache-versionDownload rubytar xjvf ruby-1.8.6.tar.bz2cd ruby-1.8.6sudo apt-get build-dep ruby1.8./configure --prefix=/usrmakesudo make installruby -v and if you see something like ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-linux] ruby is installed :)then we install ruby gems. download rubygems and extract it.cd rubygems-1.0.1sudo ruby setup.rb4. Install RailsReference:http://rubyonrails.com/downhttp://rubyonrails.com/gem install rails --include-dependenciesWe are done.. Worked for me, and fingers crossed it&#039;ll work for anyone as well :) [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://www.thirdbit.net/wp-content/plugins/kramer/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] Windows platform may not be the ideal place to develop or deploy your Apache/MySQL/PHP or RoR(Ruby on Rails) applications. However I came across few problems myself trying to setup Ruby on Rails Development Machina on Linux (Ubuntu 7.10). Once you fix them, it works like a charmThere are many installation instructions and fixes posted everywhere. I thought of putting my own version to consolidate installation instructions and fixes to possible problems. I&#8217;ve also listed the sources I&#8217;ve referred myself and its recommended visit those websites if you need more detailed instructions as well as up-to-date news.POSSIBLE ISSUESrubygems (LoadError) require&#8217;: no such file to load &#8211; rubygems (LoadError)MySql socket error No such file or directory &#8211; /tmp/mysql.sockOpen ssl problem when starting Webrick server1. Install libopenssl-ruby1.8 &#187; fixes the Webrick server error on startup2. Install libmysqlclient15-dev &#187; fixes the MySQL sock not found issueReference:<a href="https://help.ubuntu.com/community/RubyOnRails3" rel="nofollow">https://help.ubuntu.com/community/RubyOnRails3</a>. Install Ruby and GemsEven though you can easily get ruby installed using apt-get it doesn&#8217;t fix the issue. We&#8217;ll have to compile it ourselves.Reference:<a href="http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/http://www.urbanpuddle.com/articles/2007/08/17/mongrel-cluster-1-0-2-and-ruby-1-8-5http://www.urbanpuddle.com/articles/2008/01/09/install-ruby-on-rails-on-ubutu-gutsy-gibbon-apache-versionDownload" rel="nofollow">http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/http://www.urbanpuddle.com/articles/2007/08/17/mongrel-cluster-1-0-2-and-ruby-1-8-5http://www.urbanpuddle.com/articles/2008/01/09/install-ruby-on-rails-on-ubutu-gutsy-gibbon-apache-versionDownload</a> rubytar xjvf ruby-1.8.6.tar.bz2cd ruby-1.8.6sudo apt-get build-dep ruby1.8./configure &#8211;prefix=/usrmakesudo make installruby -v and if you see something like ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-linux] ruby is installed <img src='http://www.thirdbit.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> then we install ruby gems. download rubygems and extract it.cd rubygems-1.0.1sudo ruby setup.rb4. Install RailsReference:<a href="http://rubyonrails.com/downhttp://rubyonrails.com/gem" rel="nofollow">http://rubyonrails.com/downhttp://rubyonrails.com/gem</a> install rails &#8211;include-dependenciesWe are done.. Worked for me, and fingers crossed it&#8217;ll work for anyone as well <img src='http://www.thirdbit.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tsutomu</title>
		<link>http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/#comment-1082</link>
		<dc:creator>Tsutomu</dc:creator>
		<pubDate>Mon, 21 Jan 2008 14:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/#comment-1082</guid>
		<description>Hello Max,

Your information helped me a lot. Thank you very much.</description>
		<content:encoded><![CDATA[<p>Hello Max,</p>
<p>Your information helped me a lot. Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sur</title>
		<link>http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/#comment-1034</link>
		<dc:creator>Sur</dc:creator>
		<pubDate>Sun, 18 Nov 2007 17:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/#comment-1034</guid>
		<description>Hi Max,

Thanks for sharing this useful information. It worked out well.

--
sur</description>
		<content:encoded><![CDATA[<p>Hi Max,</p>
<p>Thanks for sharing this useful information. It worked out well.</p>
<p>&#8211;<br />
sur</p>
]]></content:encoded>
	</item>
</channel>
</rss>

