<?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: CentOS Linux: Can&#8217;t install RMagick 2.7.0. Can&#8217;t find Magick-config</title>
	<atom:link href="http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config/feed" rel="self" type="application/rss+xml" />
	<link>http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config</link>
	<description>Technical answers for technical questions</description>
	<lastBuildDate>Sun, 19 May 2013 19:25:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: wwek</title>
		<link>http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config#comment-19659</link>
		<dc:creator>wwek</dc:creator>
		<pubDate>Wed, 20 Mar 2013 07:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=5983#comment-19659</guid>
		<description><![CDATA[Great Job ! thx!]]></description>
		<content:encoded><![CDATA[<p>Great Job ! thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tquang</title>
		<link>http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config#comment-19648</link>
		<dc:creator>tquang</dc:creator>
		<pubDate>Thu, 14 Mar 2013 03:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=5983#comment-19648</guid>
		<description><![CDATA[rmagick need ImageMagick &gt;= 6.4.9 :(
centos 5 not in yum repo]]></description>
		<content:encoded><![CDATA[<p>rmagick need ImageMagick &gt;= 6.4.9 :(<br />
centos 5 not in yum repo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tquang</title>
		<link>http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config#comment-19647</link>
		<dc:creator>tquang</dc:creator>
		<pubDate>Thu, 14 Mar 2013 03:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=5983#comment-19647</guid>
		<description><![CDATA[It not for me, doesn&#039;t work

======

[root@centos redmine-1.4]# rpm -qa &#124; grep ImageMagick
ImageMagick-6.2.8.0-15.el5_8
ImageMagick-perl-6.2.8.0-15.el5_8
ImageMagick-devel-6.2.8.0-15.el5_8
ImageMagick-c++-devel-6.2.8.0-15.el5_8
ImageMagick-c++-6.2.8.0-15.el5_8

[root@centos redmine-1.4]# cat /etc/redhat-release
CentOS release 5.8 (Final)

[root@centos redmine-1.4]# uname -a
Linux centos 2.6.18-308.13.1.el5 #1 SMP Tue Aug 21 17:10:06 EDT 2012 i686 i686 i386 GNU/Linux


[root@centos redmine-1.4]# gem install rmagick
Building native extensions.  This could take a while...
ERROR:  Error installing rmagick:
        ERROR: Failed to build gem native extension.
        /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.4.9... no
Can&#039;t install RMagick 2.13.2. You must have ImageMagick 6.4.9 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/local/bin/ruby
Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.13.2 for inspection.
Results logged to /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.13.2/ext/RMagick/gem_make.out]]></description>
		<content:encoded><![CDATA[<p>It not for me, doesn&#8217;t work</p>
<p>======</p>
<p>[root@centos redmine-1.4]# rpm -qa | grep ImageMagick<br />
ImageMagick-6.2.8.0-15.el5_8<br />
ImageMagick-perl-6.2.8.0-15.el5_8<br />
ImageMagick-devel-6.2.8.0-15.el5_8<br />
ImageMagick-c++-devel-6.2.8.0-15.el5_8<br />
ImageMagick-c++-6.2.8.0-15.el5_8</p>
<p>[root@centos redmine-1.4]# cat /etc/redhat-release<br />
CentOS release 5.8 (Final)</p>
<p>[root@centos redmine-1.4]# uname -a<br />
Linux centos 2.6.18-308.13.1.el5 #1 SMP Tue Aug 21 17:10:06 EDT 2012 i686 i686 i386 GNU/Linux</p>
<p>[root@centos redmine-1.4]# gem install rmagick<br />
Building native extensions.  This could take a while&#8230;<br />
ERROR:  Error installing rmagick:<br />
        ERROR: Failed to build gem native extension.<br />
        /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.4.9&#8230; no<br />
Can&#8217;t install RMagick 2.13.2. You must have ImageMagick 6.4.9 or later.<br />
*** extconf.rb failed ***<br />
Could not create Makefile due to some reason, probably lack of<br />
necessary libraries and/or headers.  Check the mkmf.log file for more<br />
details.  You may need configuration options.<br />
Provided configuration options:<br />
        &#8211;with-opt-dir<br />
        &#8211;without-opt-dir<br />
        &#8211;with-opt-include<br />
        &#8211;without-opt-include=${opt-dir}/include<br />
        &#8211;with-opt-lib<br />
        &#8211;without-opt-lib=${opt-dir}/lib<br />
        &#8211;with-make-prog<br />
        &#8211;without-make-prog<br />
        &#8211;srcdir=.<br />
        &#8211;curdir<br />
        &#8211;ruby=/usr/local/bin/ruby<br />
Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.13.2 for inspection.<br />
Results logged to /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.13.2/ext/RMagick/gem_make.out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config#comment-16083</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 04 Oct 2011 08:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=5983#comment-16083</guid>
		<description><![CDATA[Hello Anna,

No problem at all. Glad the article helped you out. Thanks for taking the time to leave feedback.

Thanks.
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Anna,</p>
<p>No problem at all. Glad the article helped you out. Thanks for taking the time to leave feedback.</p>
<p>Thanks.<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config#comment-16017</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Wed, 28 Sep 2011 00:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=5983#comment-16017</guid>
		<description><![CDATA[Thanks so much- I also had ImageMagick installed for a perl/LAMP environment, and had to setup for Rails. So glad I found your post!]]></description>
		<content:encoded><![CDATA[<p>Thanks so much- I also had ImageMagick installed for a perl/LAMP environment, and had to setup for Rails. So glad I found your post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config#comment-8929</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 08 Sep 2010 17:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=5983#comment-8929</guid>
		<description><![CDATA[Hello Nalgatron Sanchez,

Thank you! We always appreciate it when people take the time to leave feedback regarding the articles we post.

Thanks.
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Nalgatron Sanchez,</p>
<p>Thank you! We always appreciate it when people take the time to leave feedback regarding the articles we post.</p>
<p>Thanks.<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config#comment-8928</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 08 Sep 2010 17:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=5983#comment-8928</guid>
		<description><![CDATA[Hello Ramon,

No problem. Thank you for taking the time to post feedback regarding our article on installing the rmagick gem. 

Thanks.
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Ramon,</p>
<p>No problem. Thank you for taking the time to post feedback regarding our article on installing the rmagick gem. </p>
<p>Thanks.<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nalgatron Sanchez</title>
		<link>http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config#comment-8927</link>
		<dc:creator>Nalgatron Sanchez</dc:creator>
		<pubDate>Wed, 08 Sep 2010 17:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=5983#comment-8927</guid>
		<description><![CDATA[Great Job ALEX!]]></description>
		<content:encoded><![CDATA[<p>Great Job ALEX!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon</title>
		<link>http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config#comment-7286</link>
		<dc:creator>Ramon</dc:creator>
		<pubDate>Fri, 21 May 2010 14:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=5983#comment-7286</guid>
		<description><![CDATA[Thanks! And thanks too for posting up these things. It helps us noobs!]]></description>
		<content:encoded><![CDATA[<p>Thanks! And thanks too for posting up these things. It helps us noobs!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config#comment-7285</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 21 May 2010 14:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=5983#comment-7285</guid>
		<description><![CDATA[Hello Ramon,

Thanks for the follow up. I have had to install newer ImageMagick versions in the past for various projects and yeah it is a little bit more of a pain installing/upgrading outside of yum but guess we have to do what we have to do. :) Regardless I am glad you got it taken care of. Thanks again for taking the time to respond.

Thanks.
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Ramon,</p>
<p>Thanks for the follow up. I have had to install newer ImageMagick versions in the past for various projects and yeah it is a little bit more of a pain installing/upgrading outside of yum but guess we have to do what we have to do. :) Regardless I am glad you got it taken care of. Thanks again for taking the time to respond.</p>
<p>Thanks.<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon</title>
		<link>http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config#comment-7284</link>
		<dc:creator>Ramon</dc:creator>
		<pubDate>Fri, 21 May 2010 13:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=5983#comment-7284</guid>
		<description><![CDATA[CentOS 5.5 - so I thought the OS being old wasn&#039;t an issue :) I followed http://rha7dotcom.blogspot.com/2008/09/how-to-install-imagemagick-and-rmagick.html to get it installed instead, but I understand that it will be more difficult for me to update it in the future.]]></description>
		<content:encoded><![CDATA[<p>CentOS 5.5 &#8211; so I thought the OS being old wasn&#8217;t an issue :) I followed <a href="http://rha7dotcom.blogspot.com/2008/09/how-to-install-imagemagick-and-rmagick.html" rel="nofollow">http://rha7dotcom.blogspot.com/2008/09/how-to-install-imagemagick-and-rmagick.html</a> to get it installed instead, but I understand that it will be more difficult for me to update it in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config#comment-7281</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 21 May 2010 11:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=5983#comment-7281</guid>
		<description><![CDATA[Hello Ramon,

What based OS are you running? My current ImageMagick version on the server above is only 6.3.5.9-1 and as you see above it installed fine on the server above. 

Thanks,
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Ramon,</p>
<p>What based OS are you running? My current ImageMagick version on the server above is only 6.3.5.9-1 and as you see above it installed fine on the server above. </p>
<p>Thanks,<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon</title>
		<link>http://www.question-defense.com/2010/05/18/centos-linux-cant-install-rmagick-2-7-0-cant-find-magick-config#comment-7279</link>
		<dc:creator>Ramon</dc:creator>
		<pubDate>Fri, 21 May 2010 10:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=5983#comment-7279</guid>
		<description><![CDATA[How did you install a late version of ImageMagick? When I install rmagick, it complains that I have an old version of ImageMagick (which I installed via yum).

sudo gem install rmagick gives me this, among other errors:
&quot;Can&#039;t install RMagick 2.13.1. You must have ImageMagick 6.4.9 or later.&quot;]]></description>
		<content:encoded><![CDATA[<p>How did you install a late version of ImageMagick? When I install rmagick, it complains that I have an old version of ImageMagick (which I installed via yum).</p>
<p>sudo gem install rmagick gives me this, among other errors:<br />
&#8220;Can&#8217;t install RMagick 2.13.1. You must have ImageMagick 6.4.9 or later.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
