<?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"
	>
<channel>
	<title>Comments on: HowTo: Install Ruby, RubyonRails, and RubyGems on Ubuntu 5.10 (Breezy)</title>
	<atom:link href="http://fatpenguinblog.com/weinerdoodz/howto-install-ruby-rubyonrails-and-rubygems-on-ubuntu-510-breezy/feed/" rel="self" type="application/rss+xml" />
	<link>http://fatpenguinblog.com/weinerdoodz/howto-install-ruby-rubyonrails-and-rubygems-on-ubuntu-510-breezy/</link>
	<description>Donkies Bloggin' for Donkies</description>
	<pubDate>Fri, 12 Mar 2010 04:46:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: John</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-install-ruby-rubyonrails-and-rubygems-on-ubuntu-510-breezy/#comment-1280</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 22 Mar 2006 17:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=105#comment-1280</guid>
		<description>I found this tutorial to work much better for me on Ubuntu.&#160;
http://fo64.com/articles/2005/10/20/rails-on-breezy
Takes approx 15 minutes to install but walks you through installing mysql apache2, ruby rails, etc.
&#160;Worked perfect for me.
</description>
		<content:encoded><![CDATA[<p>I found this tutorial to work much better for me on Ubuntu.&nbsp;<br />
<a href="http://fo64.com/articles/2005/10/20/rails-on-breezy" rel="nofollow">http://fo64.com/articles/2005/10/20/rails-on-breezy</a><br />
Takes approx 15 minutes to install but walks you through installing mysql apache2, ruby rails, etc.<br />
&nbsp;Worked perfect for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exohuman</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-install-ruby-rubyonrails-and-rubygems-on-ubuntu-510-breezy/#comment-1064</link>
		<dc:creator>Exohuman</dc:creator>
		<pubDate>Mon, 27 Feb 2006 00:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=105#comment-1064</guid>
		<description>I tried what Tracy said and it worked. Much easier. Just make sure you have ruby installed (and irb and rdoc for completion sake) and then you can run &#34;sudo gem install rails&#34; However, even after that I still had to run &#34;sudo apt-get install libdbi-ruby1.8&#34;</description>
		<content:encoded><![CDATA[<p>I tried what Tracy said and it worked. Much easier. Just make sure you have ruby installed (and irb and rdoc for completion sake) and then you can run &quot;sudo gem install rails&quot; However, even after that I still had to run &quot;sudo apt-get install libdbi-ruby1.8&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracey</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-install-ruby-rubyonrails-and-rubygems-on-ubuntu-510-breezy/#comment-1047</link>
		<dc:creator>Tracey</dc:creator>
		<pubDate>Sat, 25 Feb 2006 01:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=105#comment-1047</guid>
		<description>This install does not make sense.&#160; I personally would'nt install Ruby and Ruby on Rails using this method.&#160;&#160; The Ubuntu Ruby and Rails packages&#160; are not the recomended packages for install.&#160;
Why install Ruby Gems and not use it to install Ruby on Rails using:&#160; sudo gem install rails --include-dependencies?
&#160;I know every one loves the APT packaging system but RubyGems are the preffered distrubution method for Ruby applications and libraries.
concept10&#160;</description>
		<content:encoded><![CDATA[<p>This install does not make sense.&nbsp; I personally would&#8217;nt install Ruby and Ruby on Rails using this method.&nbsp;&nbsp; The Ubuntu Ruby and Rails packages&nbsp; are not the recomended packages for install.&nbsp;<br />
Why install Ruby Gems and not use it to install Ruby on Rails using:&nbsp; sudo gem install rails &#8211;include-dependencies?<br />
&nbsp;I know every one loves the APT packaging system but RubyGems are the preffered distrubution method for Ruby applications and libraries.<br />
concept10&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-install-ruby-rubyonrails-and-rubygems-on-ubuntu-510-breezy/#comment-1045</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Fri, 24 Feb 2006 18:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=105#comment-1045</guid>
		<description>Bert, I had the exact same problem on Debian Sarge. I'm still a bit of a nubie when it come to Linux, but I'm lovin' it. Bye bye Bill 8)

Anyway...
I didn't use the apt-get in step 1 of this guide as I wanted 1.8.4 (not 1.8.2), which may have caused most of the problem.

I seems I had two installations of ruby on my machine after I did:
./configure
make
sudo make install
...of the ruby 1.8.4.

After much investigation i found that ./configure defaultly sets up to install under /usr/local (for ruby to /usr/local/lib/ruby). I found this out after spotting that I already had a copy installed to /usr/lib/ruby. I also noticed that the gems area in the new /usr/local/... had the appropriate dirs in it, but no files in them.

I tried simply renaming the /usr/local/lib/ruby dir and makeing a soft link to the /usr/lib/ruby dir. This didn't fix the problem so I tried rerunning ./config on the ruby 1.8.4 with the "--prefix=/usr" argument. I then tried step 2.

I don't remember whether that worked straight off or not. But I did have a problem with the zlib.so file.

I checked out /usr/lib/ruby/1.8.  It now had both of these dirs:
i386-linux
i686-linux
...to be honest i don't know what the contents of these directories are for, but I did know that the zlib.so file needed to be in them, I had already run:
sudo apt-get install libzlib-ruby
so it was in the i368-linux dir, i copied it to the I686-linux directory, and everything was good. :)

I hope I haven't missed out soemthing really important, i didn't make notes on everything i did as i hadn't realised it was going to be such a mission to sort out. I hadn't planned on posting a solution either, but as I couldn't find anything in the way an answer it thought i ought to.

So there you go, I hope this helps someone. Dunno why it had to be sooo hard.
8)</description>
		<content:encoded><![CDATA[<p>Bert, I had the exact same problem on Debian Sarge. I&#8217;m still a bit of a nubie when it come to Linux, but I&#8217;m lovin&#8217; it. Bye bye Bill 8)</p>
<p>Anyway&#8230;<br />
I didn&#8217;t use the apt-get in step 1 of this guide as I wanted 1.8.4 (not 1.8.2), which may have caused most of the problem.</p>
<p>I seems I had two installations of ruby on my machine after I did:<br />
./configure<br />
make<br />
sudo make install<br />
&#8230;of the ruby 1.8.4.</p>
<p>After much investigation i found that ./configure defaultly sets up to install under /usr/local (for ruby to /usr/local/lib/ruby). I found this out after spotting that I already had a copy installed to /usr/lib/ruby. I also noticed that the gems area in the new /usr/local/&#8230; had the appropriate dirs in it, but no files in them.</p>
<p>I tried simply renaming the /usr/local/lib/ruby dir and makeing a soft link to the /usr/lib/ruby dir. This didn&#8217;t fix the problem so I tried rerunning ./config on the ruby 1.8.4 with the &#8220;&#8211;prefix=/usr&#8221; argument. I then tried step 2.</p>
<p>I don&#8217;t remember whether that worked straight off or not. But I did have a problem with the zlib.so file.</p>
<p>I checked out /usr/lib/ruby/1.8.  It now had both of these dirs:<br />
i386-linux<br />
i686-linux<br />
&#8230;to be honest i don&#8217;t know what the contents of these directories are for, but I did know that the zlib.so file needed to be in them, I had already run:<br />
sudo apt-get install libzlib-ruby<br />
so it was in the i368-linux dir, i copied it to the I686-linux directory, and everything was good. :)</p>
<p>I hope I haven&#8217;t missed out soemthing really important, i didn&#8217;t make notes on everything i did as i hadn&#8217;t realised it was going to be such a mission to sort out. I hadn&#8217;t planned on posting a solution either, but as I couldn&#8217;t find anything in the way an answer it thought i ought to.</p>
<p>So there you go, I hope this helps someone. Dunno why it had to be sooo hard.<br />
8)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bert</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-install-ruby-rubyonrails-and-rubygems-on-ubuntu-510-breezy/#comment-935</link>
		<dc:creator>Bert</dc:creator>
		<pubDate>Sun, 19 Feb 2006 03:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=105#comment-935</guid>
		<description>Instructions failed for me at step 2.ii

 sudo ruby setup.rb

Seeing as how I am just getting started I don't know how to troubleshoot this error.  Any help greatly appreciated.



/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__': no such file to load -- zlib (LoadError)
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:9
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:1
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:61:in `manage_gems'
        from /home/admin/rubygems-0.8.11/./post-install.rb:64:in `install_sources'
        from /home/admin/rubygems-0.8.11/./post-install.rb:75:in `try_run_hook'
        from setup.rb:577:in `run_hook'
        from setup.rb:1315:in `exec_task_traverse'
        from setup.rb:1168:in `exec_install'
        from setup.rb:887:in `exec_install'
        from setup.rb:705:in `invoke'
        from setup.rb:674:in `invoke'
        from setup.rb:1352</description>
		<content:encoded><![CDATA[<p>Instructions failed for me at step 2.ii</p>
<p> sudo ruby setup.rb</p>
<p>Seeing as how I am just getting started I don&#8217;t know how to troubleshoot this error.  Any help greatly appreciated.</p>
<p>/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__&#8217;: no such file to load &#8212; zlib (LoadError)<br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require&#8217;<br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:9<br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require&#8217;<br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:1<br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require&#8217;<br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:61:in `manage_gems&#8217;<br />
        from /home/admin/rubygems-0.8.11/./post-install.rb:64:in `install_sources&#8217;<br />
        from /home/admin/rubygems-0.8.11/./post-install.rb:75:in `try_run_hook&#8217;<br />
        from setup.rb:577:in `run_hook&#8217;<br />
        from setup.rb:1315:in `exec_task_traverse&#8217;<br />
        from setup.rb:1168:in `exec_install&#8217;<br />
        from setup.rb:887:in `exec_install&#8217;<br />
        from setup.rb:705:in `invoke&#8217;<br />
        from setup.rb:674:in `invoke&#8217;<br />
        from setup.rb:1352</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ağva</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-install-ruby-rubyonrails-and-rubygems-on-ubuntu-510-breezy/#comment-934</link>
		<dc:creator>Ağva</dc:creator>
		<pubDate>Sun, 19 Feb 2006 01:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=105#comment-934</guid>
		<description>great site you have made</description>
		<content:encoded><![CDATA[<p>great site you have made</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miguelsan</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-install-ruby-rubyonrails-and-rubygems-on-ubuntu-510-breezy/#comment-751</link>
		<dc:creator>miguelsan</dc:creator>
		<pubDate>Thu, 16 Feb 2006 14:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=105#comment-751</guid>
		<description>For some reason rails is not working properly with 1.8.3. You´d better try with 1.8.2 or 1.8.4</description>
		<content:encoded><![CDATA[<p>For some reason rails is not working properly with 1.8.3. You´d better try with 1.8.2 or 1.8.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-install-ruby-rubyonrails-and-rubygems-on-ubuntu-510-breezy/#comment-634</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 11 Feb 2006 16:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=105#comment-634</guid>
		<description>1.8.3 -  Has everyone been using this version of ruby and making out ok?  It looks like I have to go to debian to get the properly working packages.</description>
		<content:encoded><![CDATA[<p>1.8.3 -  Has everyone been using this version of ruby and making out ok?  It looks like I have to go to debian to get the properly working packages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raru</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-install-ruby-rubyonrails-and-rubygems-on-ubuntu-510-breezy/#comment-391</link>
		<dc:creator>Raru</dc:creator>
		<pubDate>Tue, 07 Feb 2006 19:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=105#comment-391</guid>
		<description>Good Article
Check this site for more detail instruction to setup mysql, phpmyadmin and other more including ruby on rails

http://davidwinter.me.uk/articles/2006/02/05/ubuntu-5-10-web-server-howto</description>
		<content:encoded><![CDATA[<p>Good Article<br />
Check this site for more detail instruction to setup mysql, phpmyadmin and other more including ruby on rails</p>
<p><a href="http://davidwinter.me.uk/articles/2006/02/05/ubuntu-5-10-web-server-howto" rel="nofollow">http://davidwinter.me.uk/articles/2006/02/05/ubuntu-5-10-web-server-howto</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UnderpaidLoveMonki</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-install-ruby-rubyonrails-and-rubygems-on-ubuntu-510-breezy/#comment-186</link>
		<dc:creator>UnderpaidLoveMonki</dc:creator>
		<pubDate>Sun, 29 Jan 2006 05:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=105#comment-186</guid>
		<description>coo coo!  Thanks dooodz</description>
		<content:encoded><![CDATA[<p>coo coo!  Thanks dooodz</p>
]]></content:encoded>
	</item>
</channel>
</rss>
