<?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: An even easier way to install RMagick for Ruby on Rails development</title>
	<atom:link href="http://www.danielfischer.com/2007/06/20/an-even-easier-way-to-install-rmagick-for-ruby-on-rails-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danielfischer.com/2007/06/20/an-even-easier-way-to-install-rmagick-for-ruby-on-rails-development/</link>
	<description>Ruby, Ruby on Rails, Los Angeles, Technology, Geek, Science, Life</description>
	<pubDate>Thu, 28 Aug 2008 12:17:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Li Chu Cheng</title>
		<link>http://www.danielfischer.com/2007/06/20/an-even-easier-way-to-install-rmagick-for-ruby-on-rails-development/#comment-23919</link>
		<dc:creator>Li Chu Cheng</dc:creator>
		<pubDate>Wed, 28 May 2008 09:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielfischer.com/2007/06/20/an-even-easier-way-to-install-rmagick-for-ruby-on-rails-development/#comment-23919</guid>
		<description>The RMagick command did not work for me, but using the rmagick-osx-installer seemed to have workd: http://rubyforge.org/frs/?group_id=12&#38;release_id=21634

I had two errors though:

---

Summary: There were 2 failures

libpng was not installed successfully
libjpeg was installed successfully
ghostscript was installed successfully
ghostscript-fonts-std was installed successfully
FreeType was installed successfully
libwmf was not installed successfully
ImageMagick was installed successfully
RMagick was installed successfully
Removing rm_install_tmp directory...Done</description>
		<content:encoded><![CDATA[<p>The RMagick command did not work for me, but using the rmagick-osx-installer seemed to have workd: <a href="http://rubyforge.org/frs/?group_id=12&amp;release_id=21634" rel="nofollow">http://rubyforge.org/frs/?group_id=12&amp;release_id=21634</a></p>
<p>I had two errors though:</p>
<p>&#8212;</p>
<p>Summary: There were 2 failures</p>
<p>libpng was not installed successfully<br />
libjpeg was installed successfully<br />
ghostscript was installed successfully<br />
ghostscript-fonts-std was installed successfully<br />
FreeType was installed successfully<br />
libwmf was not installed successfully<br />
ImageMagick was installed successfully<br />
RMagick was installed successfully<br />
Removing rm_install_tmp directory&#8230;Done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Fisch...</title>
		<link>http://www.danielfischer.com/2007/06/20/an-even-easier-way-to-install-rmagick-for-ruby-on-rails-development/#comment-10033</link>
		<dc:creator>Daniel Fisch...</dc:creator>
		<pubDate>Thu, 23 Aug 2007 01:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielfischer.com/2007/06/20/an-even-easier-way-to-install-rmagick-for-ruby-on-rails-development/#comment-10033</guid>
		<description>Did you set up your paths?</description>
		<content:encoded><![CDATA[<p>Did you set up your paths?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyn Williams</title>
		<link>http://www.danielfischer.com/2007/06/20/an-even-easier-way-to-install-rmagick-for-ruby-on-rails-development/#comment-10032</link>
		<dc:creator>Lyn Williams</dc:creator>
		<pubDate>Thu, 23 Aug 2007 01:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielfischer.com/2007/06/20/an-even-easier-way-to-install-rmagick-for-ruby-on-rails-development/#comment-10032</guid>
		<description>After installing the image of ports I can no loonger use my ruby gems it says they aint present. What is this problem</description>
		<content:encoded><![CDATA[<p>After installing the image of ports I can no loonger use my ruby gems it says they aint present. What is this problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dianna</title>
		<link>http://www.danielfischer.com/2007/06/20/an-even-easier-way-to-install-rmagick-for-ruby-on-rails-development/#comment-9691</link>
		<dc:creator>Dianna</dc:creator>
		<pubDate>Tue, 14 Aug 2007 17:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielfischer.com/2007/06/20/an-even-easier-way-to-install-rmagick-for-ruby-on-rails-development/#comment-9691</guid>
		<description>Thanks for this...

Easy way to install darwin ports:

curl -O http://svn.macports.org/repository/macports/downloads/DarwinPorts-1.3.2/DarwinPorts-1.3.2.tar.gz
tar xzvf DarwinPorts-1.3.2.tar.gz
cd DarwinPorts-1.3.2
./configure --prefix=/usr/local
make
sudo make install
cd ..

After this, I still wasn't able to install ImageMagick using ports - I would get the error 

No index(es) found! Have you synced your source indexes?

Then I found this:

sudo port selfupdate

Everything is magically fixed now! Hope that helps someone :)</description>
		<content:encoded><![CDATA[<p>Thanks for this&#8230;</p>
<p>Easy way to install darwin ports:</p>
<p>curl -O <a href="http://svn.macports.org/repository/macports/downloads/DarwinPorts-1.3.2/DarwinPorts-1.3.2.tar.gz" rel="nofollow">http://svn.macports.org/repository/macports/downloads/DarwinPorts-1.3.2/DarwinPorts-1.3.2.tar.gz</a><br />
tar xzvf DarwinPorts-1.3.2.tar.gz<br />
cd DarwinPorts-1.3.2<br />
./configure &#8211;prefix=/usr/local<br />
make<br />
sudo make install<br />
cd ..</p>
<p>After this, I still wasn&#8217;t able to install ImageMagick using ports - I would get the error </p>
<p>No index(es) found! Have you synced your source indexes?</p>
<p>Then I found this:</p>
<p>sudo port selfupdate</p>
<p>Everything is magically fixed now! Hope that helps someone :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing R...</title>
		<link>http://www.danielfischer.com/2007/06/20/an-even-easier-way-to-install-rmagick-for-ruby-on-rails-development/#comment-8763</link>
		<dc:creator>Installing R...</dc:creator>
		<pubDate>Tue, 24 Jul 2007 15:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielfischer.com/2007/06/20/an-even-easier-way-to-install-rmagick-for-ruby-on-rails-development/#comment-8763</guid>
		<description>[...] Daniel Fischer has a quick guide on Darwin Ports and the RMagick instalation, looks easy enough but I wanted more control over the installation so I ended up following Marc-André Cournoyer who wrote a very handy tutorial on installing everything by hand which I followed to the letter and amazingly it all worked out ok in the end. It seems making sure the fonts are on the right place did the trick. [...]</description>
		<content:encoded><![CDATA[<p>[...] Daniel Fischer has a quick guide on Darwin Ports and the RMagick instalation, looks easy enough but I wanted more control over the installation so I ended up following Marc-André Cournoyer who wrote a very handy tutorial on installing everything by hand which I followed to the letter and amazingly it all worked out ok in the end. It seems making sure the fonts are on the right place did the trick. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
