<?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 Feisty Fawn via RubyGems</title>
	<atom:link href="http://blog.aizatto.com/2007/05/02/installing-ruby-on-rails-on-ubuntu-feisty-fawn-via-rubygems/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aizatto.com/2007/05/02/installing-ruby-on-rails-on-ubuntu-feisty-fawn-via-rubygems/</link>
	<description>The best way to predict the future is to invent it</description>
	<lastBuildDate>Tue, 16 Mar 2010 12:48:55 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bruno Moura</title>
		<link>http://blog.aizatto.com/2007/05/02/installing-ruby-on-rails-on-ubuntu-feisty-fawn-via-rubygems/comment-page-1/#comment-15947</link>
		<dc:creator>Bruno Moura</dc:creator>
		<pubDate>Fri, 10 Oct 2008 19:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/02/installing-ruby-on-rails-with-rubygems-on-ubuntu-fiesty-fawn/#comment-15947</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: Wine Recommendations</title>
		<link>http://blog.aizatto.com/2007/05/02/installing-ruby-on-rails-on-ubuntu-feisty-fawn-via-rubygems/comment-page-1/#comment-15927</link>
		<dc:creator>Wine Recommendations</dc:creator>
		<pubDate>Mon, 31 Mar 2008 01:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/02/installing-ruby-on-rails-with-rubygems-on-ubuntu-fiesty-fawn/#comment-15927</guid>
		<description>sorry.. that was @chris   I had the same problem without using apt-get</description>
		<content:encoded><![CDATA[<p>sorry.. that was @chris   I had the same problem without using apt-get</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wine Recommendations</title>
		<link>http://blog.aizatto.com/2007/05/02/installing-ruby-on-rails-on-ubuntu-feisty-fawn-via-rubygems/comment-page-1/#comment-15926</link>
		<dc:creator>Wine Recommendations</dc:creator>
		<pubDate>Mon, 31 Mar 2008 01:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/02/installing-ruby-on-rails-with-rubygems-on-ubuntu-fiesty-fawn/#comment-15926</guid>
		<description>You need to create a symbolic link for the gem command.. try this

~$ sudo ln -s /usr/bin/gem1.8 /usr/bin/gem</description>
		<content:encoded><![CDATA[<p>You need to create a symbolic link for the gem command.. try this</p>
<p>~$ sudo ln -s /usr/bin/gem1.8 /usr/bin/gem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://blog.aizatto.com/2007/05/02/installing-ruby-on-rails-on-ubuntu-feisty-fawn-via-rubygems/comment-page-1/#comment-15910</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Tue, 03 Jul 2007 04:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/02/installing-ruby-on-rails-with-rubygems-on-ubuntu-fiesty-fawn/#comment-15910</guid>
		<description>Have you taken a look at http://linrails.thembid.com/ ?</description>
		<content:encoded><![CDATA[<p>Have you taken a look at <a href="http://linrails.thembid.com/" rel="nofollow">http://linrails.thembid.com/</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Three day weekend? Time to learn RoR. at Where&#8217;s Lou</title>
		<link>http://blog.aizatto.com/2007/05/02/installing-ruby-on-rails-on-ubuntu-feisty-fawn-via-rubygems/comment-page-1/#comment-15909</link>
		<dc:creator>Three day weekend? Time to learn RoR. at Where&#8217;s Lou</dc:creator>
		<pubDate>Sun, 27 May 2007 18:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/02/installing-ruby-on-rails-with-rubygems-on-ubuntu-fiesty-fawn/#comment-15909</guid>
		<description>[...] I&#8217;ll install the ruby package, build gems from source, and install rails from gems. Hey! A perfect example of this approach. I&#8217;ll repeat the commands I used here, but see that resource for more [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ll install the ruby package, build gems from source, and install rails from gems. Hey! A perfect example of this approach. I&#8217;ll repeat the commands I used here, but see that resource for more [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
