<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Install RMagick Gem on Ubuntu Feisty 3 Steps</title>
	<link>http://dev.honewatson.com/install-rmagick-gem-on-ubuntu-feisty-3-steps/</link>
	<description>Hon Dev - Web Development Made Easy</description>
	<pubDate>Fri, 29 Aug 2008 00:25:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: HD</title>
		<link>http://dev.honewatson.com/install-rmagick-gem-on-ubuntu-feisty-3-steps/#comment-2822</link>
		<dc:creator>HD</dc:creator>
		<pubDate>Tue, 29 Jul 2008 09:22:50 +0000</pubDate>
		<guid>http://dev.honewatson.com/install-rmagick-gem-on-ubuntu-feisty-3-steps/#comment-2822</guid>
		<description>I had to do "sudo apt-get update" first before I can run these 3 steps.  Otherwise I get some "buffer error". Worked great.  Thanks.</description>
		<content:encoded><![CDATA[<p>I had to do &#8220;sudo apt-get update&#8221; first before I can run these 3 steps.  Otherwise I get some &#8220;buffer error&#8221;. Worked great.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivor</title>
		<link>http://dev.honewatson.com/install-rmagick-gem-on-ubuntu-feisty-3-steps/#comment-2698</link>
		<dc:creator>ivor</dc:creator>
		<pubDate>Mon, 30 Jun 2008 15:53:54 +0000</pubDate>
		<guid>http://dev.honewatson.com/install-rmagick-gem-on-ubuntu-feisty-3-steps/#comment-2698</guid>
		<description>I just tried this on Hardy Heron. It works like a charm. Make sure you have installed ruby1.8-dev or you will get the mkmf error.

Thanks a million!</description>
		<content:encoded><![CDATA[<p>I just tried this on Hardy Heron. It works like a charm. Make sure you have installed ruby1.8-dev or you will get the mkmf error.</p>
<p>Thanks a million!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sukeerthi adiga</title>
		<link>http://dev.honewatson.com/install-rmagick-gem-on-ubuntu-feisty-3-steps/#comment-2567</link>
		<dc:creator>sukeerthi adiga</dc:creator>
		<pubDate>Mon, 26 May 2008 08:35:08 +0000</pubDate>
		<guid>http://dev.honewatson.com/install-rmagick-gem-on-ubuntu-feisty-3-steps/#comment-2567</guid>
		<description>i did same but gettin error:0(
plz help..


thanks in advance
root@sukeerthi-desktop:/home# gem install rmagick 
Updating metadata for 389 gems from http://gems.rubyforge.org
.....................................................................................................................................................................................................................................................................................................................................................................................................
complete
Building native extensions.  This could take a while...
ERROR:  Error installing rmagick:
        ERROR: Failed to build gem native extension.

/usr/bin/ruby1.8 extconf.rb install rmagick
checking for Ruby version &#62;= 1.8.2... yes
checking for Magick-config... yes
checking for ImageMagick version &#62;= 6.3.0... no
Can't install RMagick 2.3.0. You must have ImageMagick 6.3.0 or later.

*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

Provided configuration options:
        --with-opt-dir
        --without-opt-dir
        --with-opt-include
        --without-opt-include=${opt-dir}/include
        --with-opt-lib
        --without-opt-lib=${opt-dir}/lib
        --with-make-prog
        --without-make-prog
        --srcdir=.
        --curdir
        --ruby=/usr/bin/ruby1.8


Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/rmagick-2.3.0 for inspection.
Results logged to /usr/lib/ruby/gems/1.8/gems/rmagick-2.3.0/ext/RMagick/gem_make.out
root@sukeerthi-desktop:/home# sudo apt-get install imagemagick 6.3.0 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
imagemagick is already the newest version.
E: Couldn't find package 6.3.0
root@sukeerthi-desktop:/home# gem install rmagick 
Building native extensions.  This could take a while...
ERROR:  Error installing rmagick:
        ERROR: Failed to build gem native extension.

/usr/bin/ruby1.8 extconf.rb install rmagick
checking for Ruby version &#62;= 1.8.2... yes
checking for Magick-config... yes
checking for ImageMagick version &#62;= 6.3.0... no
Can't install RMagick 2.3.0. You must have ImageMagick 6.3.0 or later.

*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

Provided configuration options:
        --with-opt-dir
        --without-opt-dir
        --with-opt-include
        --without-opt-include=${opt-dir}/include
        --with-opt-lib
        --without-opt-lib=${opt-dir}/lib
        --with-make-prog
        --without-make-prog
        --srcdir=.
        --curdir
        --ruby=/usr/bin/ruby1.8


Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/rmagick-2.3.0 for inspection.
Results logged to /usr/lib/ruby/gems/1.8/gems/rmagick-2.3.0/ext/RMagick/gem_make.out</description>
		<content:encoded><![CDATA[<br />
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashabul Yeameen</title>
		<link>http://dev.honewatson.com/install-rmagick-gem-on-ubuntu-feisty-3-steps/#comment-260</link>
		<dc:creator>Ashabul Yeameen</dc:creator>
		<pubDate>Thu, 20 Dec 2007 08:58:27 +0000</pubDate>
		<guid>http://dev.honewatson.com/install-rmagick-gem-on-ubuntu-feisty-3-steps/#comment-260</guid>
		<description>I was googling the web for a simple solution. In previous try I got compile error.

This is the simplest, yet most useful stuff...

Thanks :)

-Yeameen</description>
		<content:encoded><![CDATA[<p>I was googling the web for a simple solution. In previous try I got compile error.</p>
<p>This is the simplest, yet most useful stuff&#8230;</p>
<p>Thanks <img src='http://dev.honewatson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Yeameen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasheed</title>
		<link>http://dev.honewatson.com/install-rmagick-gem-on-ubuntu-feisty-3-steps/#comment-206</link>
		<dc:creator>Rasheed</dc:creator>
		<pubDate>Tue, 27 Nov 2007 09:22:43 +0000</pubDate>
		<guid>http://dev.honewatson.com/install-rmagick-gem-on-ubuntu-feisty-3-steps/#comment-206</guid>
		<description>Appreciate that ! :)</description>
		<content:encoded><![CDATA[<p>Appreciate that ! <img src='http://dev.honewatson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
