<?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 on Rails on Ubuntu</title>
	<atom:link href="http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/</link>
	<description>Random pieces of code, thoughts and movie reviews</description>
	<lastBuildDate>Sun, 10 Mar 2013 03:58:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bruno Moura</title>
		<link>http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/comment-page-2/#comment-51010</link>
		<dc:creator>Bruno Moura</dc:creator>
		<pubDate>Fri, 10 Oct 2008 19:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/#comment-51010</guid>
		<description>First I apologize my poor English.

After to install  the ruby 1.8.7 patch level 22  from the source 
on ubuntu 8.04 hardy succefully.

Then I tryed to install rubygems 1.2 in sequence and I
received this error message:

xyz@xyz: /usr/local/src/rubygems-1.2.0$ sudo ruby setup.rb
/lib/rubygems/spec_fetcher.rb:1:in `require&#039;: no such file to load --
zlib (LoadError)

So  I tried install zlib1g and zlib1g-dev and after this the problem has not fixed

And I didn&#039;t unistall ruby for reinstall and recompile... 

I tried many kind of commands like for uninstall and re-compile ruby:

sudo apt-get remove ruby libruby libruby1.8 ruby1.8 irb rdoc ri
sudo aptitude remove ruby
sudo dpkg --list &#124; grep ruby, dpkg -r
and through Synaptic too

And when I invoke ruby -v or irb, these commands works normally...


How Can I fix this problem?

Thank&#039;s so much for help me!


Bruno</description>
		<content:encoded><![CDATA[<p>First I apologize my poor English.</p>
<p>After to install  the ruby 1.8.7 patch level 22  from the source<br />
on ubuntu 8.04 hardy succefully.</p>
<p>Then I tryed to install rubygems 1.2 in sequence and I<br />
received this error message:</p>
<p>xyz@xyz: /usr/local/src/rubygems-1.2.0$ sudo ruby setup.rb<br />
/lib/rubygems/spec_fetcher.rb:1:in `require&#8217;: no such file to load &#8211;<br />
zlib (LoadError)</p>
<p>So  I tried install zlib1g and zlib1g-dev and after this the problem has not fixed</p>
<p>And I didn&#8217;t unistall ruby for reinstall and recompile&#8230; </p>
<p>I tried many kind of commands like for uninstall and re-compile ruby:</p>
<p>sudo apt-get remove ruby libruby libruby1.8 ruby1.8 irb rdoc ri<br />
sudo aptitude remove ruby<br />
sudo dpkg &#8211;list | grep ruby, dpkg -r<br />
and through Synaptic too</p>
<p>And when I invoke ruby -v or irb, these commands works normally&#8230;</p>
<p>How Can I fix this problem?</p>
<p>Thank&#8217;s so much for help me!</p>
<p>Bruno</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasil Vangelovski</title>
		<link>http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/comment-page-2/#comment-36162</link>
		<dc:creator>Vasil Vangelovski</dc:creator>
		<pubDate>Sat, 11 Aug 2007 00:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/#comment-36162</guid>
		<description>Works like a charm. It seems that that gem update --system command can make a problem if you forget to execute as super user.
These are the most useful instructions that work on XUbuntu dapper.</description>
		<content:encoded><![CDATA[<p>Works like a charm. It seems that that gem update &#8211;system command can make a problem if you forget to execute as super user.<br />
These are the most useful instructions that work on XUbuntu dapper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig @ Freshnames.biz</title>
		<link>http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/comment-page-2/#comment-32442</link>
		<dc:creator>Craig @ Freshnames.biz</dc:creator>
		<pubDate>Tue, 03 Jul 2007 18:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/#comment-32442</guid>
		<description>Thank you so much for a very simple easy-to-follow tutorial on setting up Rails on Ubuntu.

I have been so tired of using Windows XP that this weekend I managed to setup a dual boot system with my current Windows XP install and my new favorite operating system Ubuntu.

I used this great tutorial =&gt; http://www.linuxdevcenter.com/pub/a/linux/2006/05/08/dual-boot-laptop.html

to get my dual boot system up and running and then I used your tutorial here to get my ROR up and running. 

Everything worked according to plan and today I am back coding in Ruby on Rails in my Linux environment.

Thanks a bunch! You saved me tons of time.

For the rest of you...

If you are still using Windows, I suggest you take a look at Ubuntu it is fairly easy to install if you can follow directions.
 You won&#039;t be disapointed with this OS and hos much faster and friendlier it is to use.

http://www.ubuntu.com/

Cheers
http://www.freshnames.biz</description>
		<content:encoded><![CDATA[<p>Thank you so much for a very simple easy-to-follow tutorial on setting up Rails on Ubuntu.</p>
<p>I have been so tired of using Windows XP that this weekend I managed to setup a dual boot system with my current Windows XP install and my new favorite operating system Ubuntu.</p>
<p>I used this great tutorial =&gt; <a href="http://www.linuxdevcenter.com/pub/a/linux/2006/05/08/dual-boot-laptop.html" rel="nofollow">http://www.linuxdevcenter.com/pub/a/linux/2006/05/08/dual-boot-laptop.html</a></p>
<p>to get my dual boot system up and running and then I used your tutorial here to get my ROR up and running. </p>
<p>Everything worked according to plan and today I am back coding in Ruby on Rails in my Linux environment.</p>
<p>Thanks a bunch! You saved me tons of time.</p>
<p>For the rest of you&#8230;</p>
<p>If you are still using Windows, I suggest you take a look at Ubuntu it is fairly easy to install if you can follow directions.<br />
 You won&#8217;t be disapointed with this OS and hos much faster and friendlier it is to use.</p>
<p><a href="http://www.ubuntu.com/" rel="nofollow">http://www.ubuntu.com/</a></p>
<p>Cheers<br />
<a href="http://www.freshnames.biz" rel="nofollow">http://www.freshnames.biz</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olin</title>
		<link>http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/comment-page-2/#comment-23869</link>
		<dc:creator>Olin</dc:creator>
		<pubDate>Sun, 29 Apr 2007 04:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/#comment-23869</guid>
		<description>Thanks for a great tutorial.  Working ~ Feisty Fawn</description>
		<content:encoded><![CDATA[<p>Thanks for a great tutorial.  Working ~ Feisty Fawn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VJ</title>
		<link>http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/comment-page-2/#comment-22625</link>
		<dc:creator>VJ</dc:creator>
		<pubDate>Mon, 23 Apr 2007 22:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/#comment-22625</guid>
		<description>Than you so much for this tutorial after hours of unsuccessfully trying to set-up ruby on rails on feisty fawn. I finally managed to do it thanks to this tutorial.</description>
		<content:encoded><![CDATA[<p>Than you so much for this tutorial after hours of unsuccessfully trying to set-up ruby on rails on feisty fawn. I finally managed to do it thanks to this tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing Ruby on Rails on Ubuntu &#171; Wave a dead chicken</title>
		<link>http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/comment-page-2/#comment-21615</link>
		<dc:creator>Installing Ruby on Rails on Ubuntu &#171; Wave a dead chicken</dc:creator>
		<pubDate>Wed, 11 Apr 2007 00:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/#comment-21615</guid>
		<description>[...] 11th, 2007   Handy tutorial by Paul Goscicki to get Ruby on Rails installed on Ubuntu. It doesn&#8217;t cover installation of MySql or Apache (installed already on my [...]</description>
		<content:encoded><![CDATA[<p>[...] 11th, 2007   Handy tutorial by Paul Goscicki to get Ruby on Rails installed on Ubuntu. It doesn&#8217;t cover installation of MySql or Apache (installed already on my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Arthur</title>
		<link>http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/comment-page-2/#comment-20227</link>
		<dc:creator>Ed Arthur</dc:creator>
		<pubDate>Fri, 30 Mar 2007 01:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/#comment-20227</guid>
		<description>That did it thanks.</description>
		<content:encoded><![CDATA[<p>That did it thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Goscicki</title>
		<link>http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/comment-page-2/#comment-20188</link>
		<dc:creator>Paul Goscicki</dc:creator>
		<pubDate>Thu, 29 Mar 2007 19:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/#comment-20188</guid>
		<description>Ed Arhur -&gt; You need to have universe repositories enabled. Edit your &lt;code&gt;/etc/apt/sources.list&lt;/code&gt; to include this line:

&lt;pre class=&quot;code&quot;&gt;
deb http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse
&lt;/pre&gt;

I&#039;ve updated the guide to reflect this.</description>
		<content:encoded><![CDATA[<p>Ed Arhur -> You need to have universe repositories enabled. Edit your <code>/etc/apt/sources.list</code> to include this line:</p>
<pre class="code">
deb <a href="http://archive.ubuntu.com/ubuntu" rel="nofollow">http://archive.ubuntu.com/ubuntu</a> edgy main restricted universe multiverse
</pre>
<p>I&#8217;ve updated the guide to reflect this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Arthur</title>
		<link>http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/comment-page-2/#comment-20038</link>
		<dc:creator>Ed Arthur</dc:creator>
		<pubDate>Thu, 29 Mar 2007 00:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/#comment-20038</guid>
		<description>Right, its the apt-get which fails.

% sudo apt-get install irb
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn&#039;t find package irb
%


I&#039;m more of a command line kind of guy but I&#039;ve been using the (Syanptic Package Manager) GUI mainly to install packages on this Ubuntu system.

I don&#039;t have the &quot;Community maintained Ope Source software or Software restricted by copyright or legal issues boxes checked.

Thanks,
/Ed</description>
		<content:encoded><![CDATA[<p>Right, its the apt-get which fails.</p>
<p>% sudo apt-get install irb<br />
Reading package lists&#8230; Done<br />
Building dependency tree<br />
Reading state information&#8230; Done<br />
E: Couldn&#8217;t find package irb<br />
%</p>
<p>I&#8217;m more of a command line kind of guy but I&#8217;ve been using the (Syanptic Package Manager) GUI mainly to install packages on this Ubuntu system.</p>
<p>I don&#8217;t have the &#8220;Community maintained Ope Source software or Software restricted by copyright or legal issues boxes checked.</p>
<p>Thanks,<br />
/Ed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Goscicki</title>
		<link>http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/comment-page-2/#comment-20027</link>
		<dc:creator>Paul Goscicki</dc:creator>
		<pubDate>Wed, 28 Mar 2007 19:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2005/09/ruby-on-rails-on-ubuntu/#comment-20027</guid>
		<description>Ed Arthur -&gt; You can either follow my guide or just run &lt;code&gt;apt-get install irb&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Ed Arthur -> You can either follow my guide or just run <code>apt-get install irb</code>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
