<?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 Rails on CentOS 5</title>
	<atom:link href="http://www.catapult-creative.com/2009/02/04/installing-rails-on-centos-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.catapult-creative.com/2009/02/04/installing-rails-on-centos-5/</link>
	<description>worldwide (web) whatnot</description>
	<lastBuildDate>Wed, 25 Aug 2010 17:56:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hamish</title>
		<link>http://www.catapult-creative.com/2009/02/04/installing-rails-on-centos-5/comment-page-1/#comment-422</link>
		<dc:creator>Hamish</dc:creator>
		<pubDate>Wed, 25 Aug 2010 17:56:22 +0000</pubDate>
		<guid isPermaLink="false">tag:www.catapult-creative.com,2009-02-04:91#comment-422</guid>
		<description>I&#039;ve just had to debug some problems after using this guide to install ruby so that I can install gems for command line programs (the sup MUA). It turns out there are a couple of other packages that should be added to the yum install at the start - ncurses-devel and readline-devel. If you could add them to your guide that might save others some pain :)

Also, re-doing the sudo make install didn&#039;t actually copy the new libraries ( ext/*/*.so ) - I had to do it by hand. I documented this on http://serverfault.com/questions/174301/compiled-ruby-fails-to-find-curses/174495#174495

Other than those details, thanks for the great guide.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just had to debug some problems after using this guide to install ruby so that I can install gems for command line programs (the sup <span class="caps">MUA</span>). It turns out there are a couple of other packages that should be added to the yum install at the start &#8211; ncurses-devel and readline-devel. If you could add them to your guide that might save others some pain <img src='http://www.catapult-creative.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, re-doing the sudo make install didn&#8217;t actually copy the new libraries ( ext/*/*.so ) &#8211; I had to do it by hand. I documented this on <a href="http://serverfault.com/questions/174301/compiled-ruby-fails-to-find-curses/174495#174495" rel="nofollow">http://serverfault.com/questions/174301/compiled-ruby-fails-to-find-curses/174495#174495</a></p>
<p>Other than those details, thanks for the great guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.catapult-creative.com/2009/02/04/installing-rails-on-centos-5/comment-page-1/#comment-419</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Tue, 24 Aug 2010 18:04:02 +0000</pubDate>
		<guid isPermaLink="false">tag:www.catapult-creative.com,2009-02-04:91#comment-419</guid>
		<description>The pthread flag is there because lots of things built for Ruby use pthreads.  It does slow the interpreter down somewhat in 1.8.6, but that&#039;s supposed to be fixed on the 1.8.7 branch.

The enable-shared flag just makes sure that the binary is built with support for dynamic library loading.

I&#039;m not sure that both of these are actually *required*, but I&#039;ve never seen a Ruby configure command that doesn&#039;t use them.</description>
		<content:encoded><![CDATA[<p>The pthread flag is there because lots of things built for Ruby use pthreads.  It does slow the interpreter down somewhat in 1.8.6, but that&#8217;s supposed to be fixed on the 1.8.7 branch.</p>
<p>The enable-shared flag just makes sure that the binary is built with support for dynamic library loading.</p>
<p>I&#8217;m not sure that both of these are actually <strong>required</strong>, but I&#8217;ve never seen a Ruby configure command that doesn&#8217;t use them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Horace Ho</title>
		<link>http://www.catapult-creative.com/2009/02/04/installing-rails-on-centos-5/comment-page-1/#comment-417</link>
		<dc:creator>Horace Ho</dc:creator>
		<pubDate>Tue, 24 Aug 2010 04:47:31 +0000</pubDate>
		<guid isPermaLink="false">tag:www.catapult-creative.com,2009-02-04:91#comment-417</guid>
		<description>Why &quot;--enable-shared&quot; and &quot;--enable-pthread&quot; are required?

Thanks for the great tutorial!</description>
		<content:encoded><![CDATA[<p>Why &#8220;&#8211;enable-shared&#8221; and &#8220;&#8211;enable-pthread&#8221; are required?</p>
<p>Thanks for the great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.catapult-creative.com/2009/02/04/installing-rails-on-centos-5/comment-page-1/#comment-277</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Thu, 25 Mar 2010 13:37:32 +0000</pubDate>
		<guid isPermaLink="false">tag:www.catapult-creative.com,2009-02-04:91#comment-277</guid>
		<description>Damn... it&#039;s been so long now that I&#039;m having a hard time remembering.  Glad it worked for you though!</description>
		<content:encoded><![CDATA[<p>Damn&#8230; it&#8217;s been so long now that I&#8217;m having a hard time remembering.  Glad it worked for you though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dg</title>
		<link>http://www.catapult-creative.com/2009/02/04/installing-rails-on-centos-5/comment-page-1/#comment-276</link>
		<dc:creator>dg</dc:creator>
		<pubDate>Thu, 25 Mar 2010 11:30:11 +0000</pubDate>
		<guid isPermaLink="false">tag:www.catapult-creative.com,2009-02-04:91#comment-276</guid>
		<description>I had a problem with the ruby 1.8.5 default yum package as mysql gem requires &gt;=1.8.6 ruby.

I was hopelessly wandering for solution. Your steps worked flawlessly like magic :).

Thanks a lot. Just out of curiosity how did you manage to debug the zlib thing?

cheers
dg</description>
		<content:encoded><![CDATA[<p>I had a problem with the ruby 1.8.5 default yum package as mysql gem requires &gt;=1.8.6 ruby.</p>
<p>I was hopelessly wandering for solution. Your steps worked flawlessly like magic <img src='http://www.catapult-creative.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Thanks a lot. Just out of curiosity how did you manage to debug the zlib thing?</p>
<p>cheers<br />
dg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.catapult-creative.com/2009/02/04/installing-rails-on-centos-5/comment-page-1/#comment-239</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 11 Jan 2010 19:48:08 +0000</pubDate>
		<guid isPermaLink="false">tag:www.catapult-creative.com,2009-02-04:91#comment-239</guid>
		<description>I was about to give up installing rails on CentOS at slicehost. After 5 reloads using other suggested paths, your solution worked!

Many Thanks!</description>
		<content:encoded><![CDATA[<p>I was about to give up installing rails on CentOS at slicehost. After 5 reloads using other suggested paths, your solution worked!</p>
<p>Many Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.catapult-creative.com/2009/02/04/installing-rails-on-centos-5/comment-page-1/#comment-225</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Tue, 22 Dec 2009 21:46:53 +0000</pubDate>
		<guid isPermaLink="false">tag:www.catapult-creative.com,2009-02-04:91#comment-225</guid>
		<description>LOL -- I can&#039;t believe I missed that.  Thanks for the heads up!  It&#039;s fixed now.</description>
		<content:encoded><![CDATA[<p><span class="caps">LOL </span>&#8211; I can&#8217;t believe I missed that.  Thanks for the heads up!  It&#8217;s fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Berry</title>
		<link>http://www.catapult-creative.com/2009/02/04/installing-rails-on-centos-5/comment-page-1/#comment-224</link>
		<dc:creator>Eric Berry</dc:creator>
		<pubDate>Tue, 22 Dec 2009 21:36:35 +0000</pubDate>
		<guid isPermaLink="false">tag:www.catapult-creative.com,2009-02-04:91#comment-224</guid>
		<description>No problem.

In the RubyGems setup code block, you have
  cd rubygems-1.3.5.tgz
but should be
  cd rubygems-1.3.5

There&#039;s a similar typo in the Git install block
  cd git-1.6.0.4.tar.gz
should be
  cd git-1.6.0.4

Great job! This blog entry is awesome!</description>
		<content:encoded><![CDATA[<p>No problem.</p>
<p>In the RubyGems setup code block, you have<br />
  cd rubygems-1.3.5.tgz<br />
but should be<br />
  cd rubygems-1.3.5</p>
<p>There&#8217;s a similar typo in the Git install block<br />
  cd git-1.6.0.4.tar.gz<br />
should be<br />
  cd git-1.6.0.4</p>
<p>Great job! This blog entry is awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.catapult-creative.com/2009/02/04/installing-rails-on-centos-5/comment-page-1/#comment-204</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Sun, 20 Dec 2009 05:00:52 +0000</pubDate>
		<guid isPermaLink="false">tag:www.catapult-creative.com,2009-02-04:91#comment-204</guid>
		<description>Hmmm... would you mind being a bit more specific?  If there are typos, I&#039;m glad to fix, but I&#039;m not sure what you&#039;re referring to.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; would you mind being a bit more specific?  If there are typos, I&#8217;m glad to fix, but I&#8217;m not sure what you&#8217;re referring to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Berry</title>
		<link>http://www.catapult-creative.com/2009/02/04/installing-rails-on-centos-5/comment-page-1/#comment-203</link>
		<dc:creator>Eric Berry</dc:creator>
		<pubDate>Sat, 19 Dec 2009 19:41:07 +0000</pubDate>
		<guid isPermaLink="false">tag:www.catapult-creative.com,2009-02-04:91#comment-203</guid>
		<description>Great job! It was EXTREMELY helpful.  You have a few typos when going into folders, but other than that, perfect!</description>
		<content:encoded><![CDATA[<p>Great job! It was <span class="caps">EXTREMELY </span>helpful.  You have a few typos when going into folders, but other than that, perfect!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
