<?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: Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow Leopard</title>
	<atom:link href="http://www.michaelhamrah.com/blog/2009/12/getting-ruby-1-9-readline-rails-and-mysql-all-running-on-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelhamrah.com/blog/2009/12/getting-ruby-1-9-readline-rails-and-mysql-all-running-on-snow-leopard/</link>
	<description>All the stuff after "Hello, World!"</description>
	<lastBuildDate>Mon, 16 Jan 2012 14:42:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Scott</title>
		<link>http://www.michaelhamrah.com/blog/2009/12/getting-ruby-1-9-readline-rails-and-mysql-all-running-on-snow-leopard/comment-page-1/#comment-357</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 02 Sep 2010 15:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=309#comment-357</guid>
		<description>&lt;p&gt;Thanks for this tutorial.  Helped me get ruby/rails/mysql and everything done without rvm.  I&#039;m not a terminal master so I&#039;m glad this exists.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial.  Helped me get ruby/rails/mysql and everything done without rvm.  I&#8217;m not a terminal master so I&#8217;m glad this exists.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: BR</title>
		<link>http://www.michaelhamrah.com/blog/2009/12/getting-ruby-1-9-readline-rails-and-mysql-all-running-on-snow-leopard/comment-page-1/#comment-315</link>
		<dc:creator>BR</dc:creator>
		<pubDate>Sun, 11 Jul 2010 07:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=309#comment-315</guid>
		<description>&lt;p&gt;Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Yixi Zhang</title>
		<link>http://www.michaelhamrah.com/blog/2009/12/getting-ruby-1-9-readline-rails-and-mysql-all-running-on-snow-leopard/comment-page-1/#comment-312</link>
		<dc:creator>Yixi Zhang</dc:creator>
		<pubDate>Thu, 03 Jun 2010 10:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=309#comment-312</guid>
		<description>&lt;p&gt;Thank you for the help, but cant fix the --with-readline-dir unrecognized problem, even typed &#039;autoconf&#039; for million times.
&#039;which autoconf&#039; tells me its binary is in /opt/local/bin and probably installed by MacPorts. 
Should I fetch the autoconf manually and install it at /usr/bin or /usr/local/bin again? Since MacPorts has caused so many troubles in my life.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for the help, but cant fix the &#8211;with-readline-dir unrecognized problem, even typed &#8216;autoconf&#8217; for million times.
&#8216;which autoconf&#8217; tells me its binary is in /opt/local/bin and probably installed by MacPorts. 
Should I fetch the autoconf manually and install it at /usr/bin or /usr/local/bin again? Since MacPorts has caused so many troubles in my life.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey Mac</title>
		<link>http://www.michaelhamrah.com/blog/2009/12/getting-ruby-1-9-readline-rails-and-mysql-all-running-on-snow-leopard/comment-page-1/#comment-309</link>
		<dc:creator>Andrey Mac</dc:creator>
		<pubDate>Sun, 25 Apr 2010 09:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=309#comment-309</guid>
		<description>&lt;p&gt;hi...
 That really helfull post 
It&#039;s work on my computer&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi&#8230;
 That really helfull post 
It&#8217;s work on my computer</p>

<p>Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Stewart</title>
		<link>http://www.michaelhamrah.com/blog/2009/12/getting-ruby-1-9-readline-rails-and-mysql-all-running-on-snow-leopard/comment-page-1/#comment-308</link>
		<dc:creator>Andy Stewart</dc:creator>
		<pubDate>Fri, 23 Apr 2010 09:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=309#comment-308</guid>
		<description>&lt;p&gt;Thank you!  The &lt;code&gt;autoconf&lt;/code&gt; step and &lt;code&gt;--with-readline-dir=/usr/local&lt;/code&gt; flag got my installation working at last.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you!  The <code>autoconf</code> step and <code>--with-readline-dir=/usr/local</code> flag got my installation working at last.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230; Mac Ruby</title>
		<link>http://www.michaelhamrah.com/blog/2009/12/getting-ruby-1-9-readline-rails-and-mysql-all-running-on-snow-leopard/comment-page-1/#comment-218</link>
		<dc:creator>Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230; Mac Ruby</dc:creator>
		<pubDate>Sun, 17 Jan 2010 03:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=309#comment-218</guid>
		<description>&lt;p&gt;[...] original post here:  Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230;          By admin &#124; category: Uncategorized &#124; tags: contributor, creator, downloads, [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] original post here:  Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230;          By admin | category: Uncategorized | tags: contributor, creator, downloads, [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230; &#124; Drakz Free Online Service</title>
		<link>http://www.michaelhamrah.com/blog/2009/12/getting-ruby-1-9-readline-rails-and-mysql-all-running-on-snow-leopard/comment-page-1/#comment-208</link>
		<dc:creator>Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230; &#124; Drakz Free Online Service</dc:creator>
		<pubDate>Wed, 13 Jan 2010 18:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=309#comment-208</guid>
		<description>&lt;p&gt;[...] original post here: Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230;   Share and [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] original post here: Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230;   Share and [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230; RubyCocoa</title>
		<link>http://www.michaelhamrah.com/blog/2009/12/getting-ruby-1-9-readline-rails-and-mysql-all-running-on-snow-leopard/comment-page-1/#comment-168</link>
		<dc:creator>Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230; RubyCocoa</dc:creator>
		<pubDate>Sun, 27 Dec 2009 09:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=309#comment-168</guid>
		<description>&lt;p&gt;[...]  [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230; Mac Apple</title>
		<link>http://www.michaelhamrah.com/blog/2009/12/getting-ruby-1-9-readline-rails-and-mysql-all-running-on-snow-leopard/comment-page-1/#comment-167</link>
		<dc:creator>Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230; Mac Apple</dc:creator>
		<pubDate>Sun, 27 Dec 2009 06:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=309#comment-167</guid>
		<description>&lt;p&gt;[...] original here: Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230;          By admin &#124; category: snow leopard &#124; tags: helps, little-detour, mysql, pain, posts, rails, [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] original here: Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230;          By admin | category: snow leopard | tags: helps, little-detour, mysql, pain, posts, rails, [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230; Mac Ruby</title>
		<link>http://www.michaelhamrah.com/blog/2009/12/getting-ruby-1-9-readline-rails-and-mysql-all-running-on-snow-leopard/comment-page-1/#comment-166</link>
		<dc:creator>Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230; Mac Ruby</dc:creator>
		<pubDate>Sun, 27 Dec 2009 06:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=309#comment-166</guid>
		<description>&lt;p&gt;[...] posted here: Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230;          By admin &#124; category: mac, rails ruby &#124; tags: finally-gotten, hate-relationship, [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] posted here: Getting Ruby 1.9, Readline, Rails, and Mysql all running on Snow &#8230;          By admin | category: mac, rails ruby | tags: finally-gotten, hate-relationship, [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>

