<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Installing Ruby 1.8.6 on Ubuntu Feisty Fawn (7.04)</title>
	<link>http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/</link>
	<description>Reqs. Code. Docs. Done.</description>
	<pubDate>Fri, 03 Sep 2010 08:06:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.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>
		<author>RAILS on Ubuntu 7.1&#160;&#124;&#160;kill3rmedia</author>
		<pubDate>Thu, 31 Jul 2008 17:48:36 +0000</pubDate>
		<guid>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>[&#8230;] 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> [&#8230;]</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>
		<author>blogging in progress :&#62;: RAILS on Ubuntu 7.1</author>
		<pubDate>Mon, 25 Feb 2008 16:21:48 +0000</pubDate>
		<guid>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've also listed the sources I'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't fix the issue. We'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'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>[&#8230;] 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 - /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&#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-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 &#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 :)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 &#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' /> [&#8230;]</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>
		<author>Tsutomu</author>
		<pubDate>Mon, 21 Jan 2008 14:31:40 +0000</pubDate>
		<guid>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>
		<author>Sur</author>
		<pubDate>Sun, 18 Nov 2007 17:26:40 +0000</pubDate>
		<guid>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>
