<?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: Howto install RMagick 2 on CentOS/RHEL 5</title>
	<atom:link href="http://www.cherpec.com/2009/10/howto-install-rmagick-2-on-centosrhel-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cherpec.com/2009/10/howto-install-rmagick-2-on-centosrhel-5/</link>
	<description>linux + ruby on rails = love</description>
	<lastBuildDate>Wed, 01 Sep 2010 07:55:52 +0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vitalie Cherpec</title>
		<link>http://www.cherpec.com/2009/10/howto-install-rmagick-2-on-centosrhel-5/comment-page-1/#comment-277</link>
		<dc:creator>Vitalie Cherpec</dc:creator>
		<pubDate>Mon, 22 Mar 2010 20:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=525#comment-277</guid>
		<description>Check that you have installed devel packages on your machine:

rpm -qa &#124; grep -i &#039;^ImageMagick&#039; &#124; grep devel


ImageMagick-devel
ImageMagick-c++-devel</description>
		<content:encoded><![CDATA[<p>Check that you have installed devel packages on your machine:</p>
<p>rpm -qa | grep -i &#8216;^ImageMagick&#8217; | grep devel</p>
<p>ImageMagick-devel<br />
ImageMagick-c++-devel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitris</title>
		<link>http://www.cherpec.com/2009/10/howto-install-rmagick-2-on-centosrhel-5/comment-page-1/#comment-276</link>
		<dc:creator>Dimitris</dc:creator>
		<pubDate>Mon, 22 Mar 2010 01:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=525#comment-276</guid>
		<description>Although I followed successfully all the steps of your tutorial, gem install rmagick still returns error about lMagick and lMagickCore. I&#039;m on a CentOS 5 machine and I&#039;ve spend many many hours with this error.

Please any ideas?

/usr/local/bin/ruby extconf.rb
checking for Ruby version &gt;= 1.8.5... yes
checking for gcc... yes
checking for Magick-config... yes
checking for ImageMagick version &gt;= 6.3.5... yes
checking for HDRI disabled version of ImageMagick... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for wand/MagickWand.h... yes
checking for InitializeMagick() in -lMagickCore... no
checking for InitializeMagick() in -lMagick... no
Can&#039;t install RMagick 2.12.2. Can&#039;t find the ImageMagick library or one of the dependent libraries. Check the mkmf.log file for more detailed information.</description>
		<content:encoded><![CDATA[<p>Although I followed successfully all the steps of your tutorial, gem install rmagick still returns error about lMagick and lMagickCore. I&#8217;m on a CentOS 5 machine and I&#8217;ve spend many many hours with this error.</p>
<p>Please any ideas?</p>
<p>/usr/local/bin/ruby extconf.rb<br />
checking for Ruby version &gt;= 1.8.5&#8230; yes<br />
checking for gcc&#8230; yes<br />
checking for Magick-config&#8230; yes<br />
checking for ImageMagick version &gt;= 6.3.5&#8230; yes<br />
checking for HDRI disabled version of ImageMagick&#8230; yes<br />
checking for stdint.h&#8230; yes<br />
checking for sys/types.h&#8230; yes<br />
checking for wand/MagickWand.h&#8230; yes<br />
checking for InitializeMagick() in -lMagickCore&#8230; no<br />
checking for InitializeMagick() in -lMagick&#8230; no<br />
Can&#8217;t install RMagick 2.12.2. Can&#8217;t find the ImageMagick library or one of the dependent libraries. Check the mkmf.log file for more detailed information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wahid</title>
		<link>http://www.cherpec.com/2009/10/howto-install-rmagick-2-on-centosrhel-5/comment-page-1/#comment-273</link>
		<dc:creator>Wahid</dc:creator>
		<pubDate>Wed, 27 Jan 2010 13:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=525#comment-273</guid>
		<description>Incredible! It worked on Centos 5.4.

Just a note : 
I stumbled upon a conflict for graphviz-devel between EPEL and RPMFORGE versions (the RPMFORGE one is what I needed) . I had to remove it from the line:

yum --enablerepo=epel --enablerepo=rpmforge --enablerepo=centosplus install djvulibre-devel libwmf-devel jasper-devel libtool-ltdl-devel librsvg2-devel openexr-devel gcc gcc-c++ ghostscript freetype-devel libjpeg-devel libpng-devel giflib-devel libwmf-devel libexif-devel libtiff-devel

Then adding it alone disabling epel repository:

yum --disablerepo=epel install graphviz-devel

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Incredible! It worked on Centos 5.4.</p>
<p>Just a note :<br />
I stumbled upon a conflict for graphviz-devel between EPEL and RPMFORGE versions (the RPMFORGE one is what I needed) . I had to remove it from the line:</p>
<p>yum &#8211;enablerepo=epel &#8211;enablerepo=rpmforge &#8211;enablerepo=centosplus install djvulibre-devel libwmf-devel jasper-devel libtool-ltdl-devel librsvg2-devel openexr-devel gcc gcc-c++ ghostscript freetype-devel libjpeg-devel libpng-devel giflib-devel libwmf-devel libexif-devel libtiff-devel</p>
<p>Then adding it alone disabling epel repository:</p>
<p>yum &#8211;disablerepo=epel install graphviz-devel</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avin</title>
		<link>http://www.cherpec.com/2009/10/howto-install-rmagick-2-on-centosrhel-5/comment-page-1/#comment-261</link>
		<dc:creator>Avin</dc:creator>
		<pubDate>Wed, 13 Jan 2010 07:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=525#comment-261</guid>
		<description>Thank you very much, I found this is best Artical for ImageMagick on RHEL5/CentOS5.

Thanks Again</description>
		<content:encoded><![CDATA[<p>Thank you very much, I found this is best Artical for ImageMagick on RHEL5/CentOS5.</p>
<p>Thanks Again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitalie Cherpec</title>
		<link>http://www.cherpec.com/2009/10/howto-install-rmagick-2-on-centosrhel-5/comment-page-1/#comment-260</link>
		<dc:creator>Vitalie Cherpec</dc:creator>
		<pubDate>Fri, 11 Dec 2009 15:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=525#comment-260</guid>
		<description>Sure, you can download them here:

http://red.penguin.ro/RPMS/</description>
		<content:encoded><![CDATA[<p>Sure, you can download them here:</p>
<p><a href="http://red.penguin.ro/RPMS/" rel="nofollow">http://red.penguin.ro/RPMS/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eljay</title>
		<link>http://www.cherpec.com/2009/10/howto-install-rmagick-2-on-centosrhel-5/comment-page-1/#comment-259</link>
		<dc:creator>eljay</dc:creator>
		<pubDate>Fri, 11 Dec 2009 13:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=525#comment-259</guid>
		<description>By any chance, is it possible to download the binary rpm you have generated ?</description>
		<content:encoded><![CDATA[<p>By any chance, is it possible to download the binary rpm you have generated ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Upgrading ImageMagick on RHEL5 &#171; Sho Fukamachi Online</title>
		<link>http://www.cherpec.com/2009/10/howto-install-rmagick-2-on-centosrhel-5/comment-page-1/#comment-254</link>
		<dc:creator>Upgrading ImageMagick on RHEL5 &#171; Sho Fukamachi Online</dc:creator>
		<pubDate>Fri, 13 Nov 2009 06:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=525#comment-254</guid>
		<description>[...] of ImageMagick, a custom build from source, lacked proper PNG support. A bit of searching uncovered this excellent guide to installing it from a source RPM &#8211; but I had a few modifications to those instructions so [...]</description>
		<content:encoded><![CDATA[<p>[...] of ImageMagick, a custom build from source, lacked proper PNG support. A bit of searching uncovered this excellent guide to installing it from a source RPM &#8211; but I had a few modifications to those instructions so [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sho</title>
		<link>http://www.cherpec.com/2009/10/howto-install-rmagick-2-on-centosrhel-5/comment-page-1/#comment-253</link>
		<dc:creator>Sho</dc:creator>
		<pubDate>Fri, 13 Nov 2009 04:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=525#comment-253</guid>
		<description>Thank you very much, that was a great help and saved me a lot of time.</description>
		<content:encoded><![CDATA[<p>Thank you very much, that was a great help and saved me a lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.cherpec.com/2009/10/howto-install-rmagick-2-on-centosrhel-5/comment-page-1/#comment-251</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 12 Nov 2009 23:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherpec.com/?p=525#comment-251</guid>
		<description>Thanks so much for posting this - you&#039;re a lifesaver, I wouldn&#039;t have been able to get past this showstopper without this post!</description>
		<content:encoded><![CDATA[<p>Thanks so much for posting this &#8211; you&#8217;re a lifesaver, I wouldn&#8217;t have been able to get past this showstopper without this post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
