<?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: Upgrading Your Rails Development Environment for Snow Leopard</title>
	<atom:link href="http://www.metaspring.com/blog/development/ruby/upgrading-your-rails-development-environment-for-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metaspring.com/blog/development/ruby/upgrading-your-rails-development-environment-for-snow-leopard/</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 21:42:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Nico</title>
		<link>http://www.metaspring.com/blog/development/ruby/upgrading-your-rails-development-environment-for-snow-leopard/comment-page-1/#comment-3914</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Mon, 02 Nov 2009 12:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaspring.com/blog/?p=847#comment-3914</guid>
		<description>Its fixed now. There was an older version of the jpeg lib from Mac Ports which needed to be removed before running the Image Magick install script.</description>
		<content:encoded><![CDATA[<p>Its fixed now. There was an older version of the jpeg lib from Mac Ports which needed to be removed before running the Image Magick install script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://www.metaspring.com/blog/development/ruby/upgrading-your-rails-development-environment-for-snow-leopard/comment-page-1/#comment-3913</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Mon, 02 Nov 2009 08:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaspring.com/blog/?p=847#comment-3913</guid>
		<description>Hi,

I installed ImageMagick with this script here because it seemed the most up to date one and I had trouble with the Mac Ports installation: http://github.com/masterkain/ImageMagick-sl

I get the following error in some ImageMagick commands:

Magick::ImageMagickError: Wrong JPEG library version: library is 70, caller expects 62 `’ @ jpeg.c/EmitMessage/232

Can anybody advice? What do I need to do?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I installed ImageMagick with this script here because it seemed the most up to date one and I had trouble with the Mac Ports installation: <a href="http://github.com/masterkain/ImageMagick-sl" rel="nofollow">http://github.com/masterkain/ImageMagick-sl</a></p>
<p>I get the following error in some ImageMagick commands:</p>
<p>Magick::ImageMagickError: Wrong JPEG library version: library is 70, caller expects 62 `’ @ jpeg.c/EmitMessage/232</p>
<p>Can anybody advice? What do I need to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie Cameron</title>
		<link>http://www.metaspring.com/blog/development/ruby/upgrading-your-rails-development-environment-for-snow-leopard/comment-page-1/#comment-3817</link>
		<dc:creator>Julie Cameron</dc:creator>
		<pubDate>Wed, 28 Oct 2009 18:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaspring.com/blog/?p=847#comment-3817</guid>
		<description>@Doug, glad to hear you got it worked out!</description>
		<content:encoded><![CDATA[<p>@Doug, glad to hear you got it worked out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.metaspring.com/blog/development/ruby/upgrading-your-rails-development-environment-for-snow-leopard/comment-page-1/#comment-3815</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 28 Oct 2009 18:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaspring.com/blog/?p=847#comment-3815</guid>
		<description>Ok, so I just found a solution. I just compiled it by itself first:

cd ruby-1.8.7-p72/ext/readline/
ruby extconf.rb
sudo make
sudo make install

and then I was able to install Ruby in /usr/local. Why? I&#039;m not sure.</description>
		<content:encoded><![CDATA[<p>Ok, so I just found a solution. I just compiled it by itself first:</p>
<p>cd ruby-1.8.7-p72/ext/readline/<br />
ruby extconf.rb<br />
sudo make<br />
sudo make install</p>
<p>and then I was able to install Ruby in /usr/local. Why? I&#8217;m not sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie Cameron</title>
		<link>http://www.metaspring.com/blog/development/ruby/upgrading-your-rails-development-environment-for-snow-leopard/comment-page-1/#comment-3814</link>
		<dc:creator>Julie Cameron</dc:creator>
		<pubDate>Wed, 28 Oct 2009 18:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaspring.com/blog/?p=847#comment-3814</guid>
		<description>@Doug Hmmm, not sure what the problem could be offhand, but if you post the error message and any other special notes on your installation, I might be able to help you out</description>
		<content:encoded><![CDATA[<p>@Doug Hmmm, not sure what the problem could be offhand, but if you post the error message and any other special notes on your installation, I might be able to help you out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.metaspring.com/blog/development/ruby/upgrading-your-rails-development-environment-for-snow-leopard/comment-page-1/#comment-3813</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 28 Oct 2009 18:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaspring.com/blog/?p=847#comment-3813</guid>
		<description>Hi Julie. Thanks for the great information here. Since Dan Benjamin doesn&#039;t have his comments enabled on the post about installing Ruby in /usr/local, I thought I&#039;d inquire with you. I&#039;ve gone back to using the default Ruby for now but when I tried &quot;make&quot;, I got some errors compiling readline. Do you know what that&#039;s about? Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi Julie. Thanks for the great information here. Since Dan Benjamin doesn&#8217;t have his comments enabled on the post about installing Ruby in /usr/local, I thought I&#8217;d inquire with you. I&#8217;ve gone back to using the default Ruby for now but when I tried &#8220;make&#8221;, I got some errors compiling readline. Do you know what that&#8217;s about? Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MetaSpring Blog &#124; The Double-Edged Sword of Online Transparency</title>
		<link>http://www.metaspring.com/blog/development/ruby/upgrading-your-rails-development-environment-for-snow-leopard/comment-page-1/#comment-3548</link>
		<dc:creator>MetaSpring Blog &#124; The Double-Edged Sword of Online Transparency</dc:creator>
		<pubDate>Thu, 24 Sep 2009 14:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaspring.com/blog/?p=847#comment-3548</guid>
		<description>[...] Upgrading Your Rails Development Environment for Snow Leopard [...]</description>
		<content:encoded><![CDATA[<p>[...] Upgrading Your Rails Development Environment for Snow Leopard [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie Cameron</title>
		<link>http://www.metaspring.com/blog/development/ruby/upgrading-your-rails-development-environment-for-snow-leopard/comment-page-1/#comment-3509</link>
		<dc:creator>Julie Cameron</dc:creator>
		<pubDate>Thu, 17 Sep 2009 18:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaspring.com/blog/?p=847#comment-3509</guid>
		<description>Thanks, Jerome!  Glad we could help you out :) 

And thanks for the tip on the ImageMagick URL - I&#039;ve set up a new Pastie and updated the link in the post.</description>
		<content:encoded><![CDATA[<p>Thanks, Jerome!  Glad we could help you out :) </p>
<p>And thanks for the tip on the ImageMagick URL &#8211; I&#8217;ve set up a new Pastie and updated the link in the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://www.metaspring.com/blog/development/ruby/upgrading-your-rails-development-environment-for-snow-leopard/comment-page-1/#comment-3508</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Thu, 17 Sep 2009 18:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.metaspring.com/blog/?p=847#comment-3508</guid>
		<description>Great resource. However, the ftp link for ImageMagick is wrong. The ImageMagick file should read:

ImageMagick-6.5.6-1.tar.gz
instead of ImageMagick-6.5.5-6.tar.gz

Thanks again, works great.</description>
		<content:encoded><![CDATA[<p>Great resource. However, the ftp link for ImageMagick is wrong. The ImageMagick file should read:</p>
<p>ImageMagick-6.5.6-1.tar.gz<br />
instead of ImageMagick-6.5.5-6.tar.gz</p>
<p>Thanks again, works great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
