<?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: Installing ImageMagick/RMagick on Leopard</title>
	<atom:link href="http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/</link>
	<description>Handcrafting the Web by John Ford</description>
	<lastBuildDate>Mon, 05 Jul 2010 12:28:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: John Ford</title>
		<link>http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/comment-page-1/#comment-41097</link>
		<dc:creator>John Ford</dc:creator>
		<pubDate>Mon, 03 Aug 2009 16:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/#comment-41097</guid>
		<description>@Benny, you may have to recompile PHP with the GD flag to enable it.  When I compile PHP on my system it looks something like this:

&lt;pre&gt;
./configure \
--prefix=/usr \
--with-apxs2 \
--with-curl \
--enable-fastcgi \
--enable-zip \
--with-zlib=/usr \
--enable-ftp \
--enable-sockets \
--with-openssl \
--with-ldap=/usr \
--with-kerberos=/usr \
--enable-cli \
--with-xmlrpc \
--with-xsl=/usr \
--with-mysql=/usr/local/mysql \
--with-mysql-sock=/tmp/mysql.sock \
--with-mysqli=/usr/local/mysql/bin/mysql_config \
--with-gd \
--with-jpeg-dir=/usr/local/lib \
--with-png-dir=/usr/X11R6 \
--with-freetype-dir=/usr/X11R6 \
--with-xpm-dir=/usr/X11R6 \
--enable-exif \
--with-mcrypt \
--with-pdo-mysql=/usr/local/mysql/bin/mysql_config
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@Benny, you may have to recompile PHP with the GD flag to enable it.  When I compile PHP on my system it looks something like this:</p>
<pre>
./configure \
--prefix=/usr \
--with-apxs2 \
--with-curl \
--enable-fastcgi \
--enable-zip \
--with-zlib=/usr \
--enable-ftp \
--enable-sockets \
--with-openssl \
--with-ldap=/usr \
--with-kerberos=/usr \
--enable-cli \
--with-xmlrpc \
--with-xsl=/usr \
--with-mysql=/usr/local/mysql \
--with-mysql-sock=/tmp/mysql.sock \
--with-mysqli=/usr/local/mysql/bin/mysql_config \
--with-gd \
--with-jpeg-dir=/usr/local/lib \
--with-png-dir=/usr/X11R6 \
--with-freetype-dir=/usr/X11R6 \
--with-xpm-dir=/usr/X11R6 \
--enable-exif \
--with-mcrypt \
--with-pdo-mysql=/usr/local/mysql/bin/mysql_config
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benny</title>
		<link>http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/comment-page-1/#comment-41053</link>
		<dc:creator>Benny</dc:creator>
		<pubDate>Sun, 02 Aug 2009 14:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/#comment-41053</guid>
		<description>I have tried to install ImageMagick for 2 weeks on Mac OS Leopard without success. Everybody talked about usr/local/bin and I was not able to install it in that directory. Thanks to this script I could. I only used the last 9 lines of the script that installs ImageMagick, is that wrong? I still have a problem. I can use ImageMagick from the terminal and it works perfect. But why can&#039;t I use it from PHP code with the exec command?</description>
		<content:encoded><![CDATA[<p>I have tried to install ImageMagick for 2 weeks on Mac OS Leopard without success. Everybody talked about usr/local/bin and I was not able to install it in that directory. Thanks to this script I could. I only used the last 9 lines of the script that installs ImageMagick, is that wrong? I still have a problem. I can use ImageMagick from the terminal and it works perfect. But why can&#8217;t I use it from PHP code with the exec command?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/comment-page-1/#comment-27072</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Fri, 06 Feb 2009 20:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/#comment-27072</guid>
		<description>Thank you!! Fantastic help.

I was just trying to run the unit tests for Paperclip on my Mac and realized they relied on ImageMagick... this script saved me!</description>
		<content:encoded><![CDATA[<p>Thank you!! Fantastic help.</p>
<p>I was just trying to run the unit tests for Paperclip on my Mac and realized they relied on ImageMagick&#8230; this script saved me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arctan</title>
		<link>http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/comment-page-1/#comment-23737</link>
		<dc:creator>arctan</dc:creator>
		<pubDate>Tue, 09 Dec 2008 03:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/#comment-23737</guid>
		<description>@Don French

i had the same problem on 10.5 while compiling ghostscript. my fix involved downloading libiconv and compiling that. then make clean on ghostscript (imagemagick in your case) and then make -j1</description>
		<content:encoded><![CDATA[<p>@Don French</p>
<p>i had the same problem on 10.5 while compiling ghostscript. my fix involved downloading libiconv and compiling that. then make clean on ghostscript (imagemagick in your case) and then make -j1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/comment-page-1/#comment-21114</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Wed, 15 Oct 2008 23:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/#comment-21114</guid>
		<description>ImageMagick-6.4.4 release doesn&#039;t have the configure so you just unpack and configure your environment paths correctly and your good to go. I posted about it on my site. ;) Hope that helps someone out cause it frustrated the hell out of me.</description>
		<content:encoded><![CDATA[<p>ImageMagick-6.4.4 release doesn&#8217;t have the configure so you just unpack and configure your environment paths correctly and your good to go. I posted about it on my site. ;) Hope that helps someone out cause it frustrated the hell out of me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don French</title>
		<link>http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/comment-page-1/#comment-18979</link>
		<dc:creator>Don French</dc:creator>
		<pubDate>Wed, 03 Sep 2008 08:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/#comment-18979</guid>
		<description>I get the following error when trying to run his script:
Undefined symbols:
  &quot;_iconv_close&quot;, referenced from:
      _opvp_to_utf8 in gdevopvp.o
  &quot;_iconv&quot;, referenced from:
      _opvp_to_utf8 in gdevopvp.o
  &quot;_iconv_open&quot;, referenced from:
      _opvp_to_utf8 in gdevopvp.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [bin/gs] Error 1

Any ideas what is missing?</description>
		<content:encoded><![CDATA[<p>I get the following error when trying to run his script:<br />
Undefined symbols:<br />
  &#8220;_iconv_close&#8221;, referenced from:<br />
      _opvp_to_utf8 in gdevopvp.o<br />
  &#8220;_iconv&#8221;, referenced from:<br />
      _opvp_to_utf8 in gdevopvp.o<br />
  &#8220;_iconv_open&#8221;, referenced from:<br />
      _opvp_to_utf8 in gdevopvp.o<br />
ld: symbol(s) not found<br />
collect2: ld returned 1 exit status<br />
make: *** [bin/gs] Error 1</p>
<p>Any ideas what is missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/comment-page-1/#comment-15487</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Fri, 27 Jun 2008 22:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/#comment-15487</guid>
		<description>Hey John, thanks a lot to you and Solomon for blogging this!

Tom: I modified John&#039;s script slightly to use the latest versions from mirrors near me (UK). ImageMagick is currently at 6.4.2-0, so try:

curl -O ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.4.2-0.tar.gz

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Hey John, thanks a lot to you and Solomon for blogging this!</p>
<p>Tom: I modified John&#8217;s script slightly to use the latest versions from mirrors near me (UK). ImageMagick is currently at 6.4.2-0, so try:</p>
<p>curl -O <a href="ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.4.2-0.tar.gz" rel="nofollow">ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.4.2-0.tar.gz</a></p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/comment-page-1/#comment-15481</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 27 Jun 2008 15:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/#comment-15481</guid>
		<description>I had some problems with the last couple groups of commands.  I don&#039;t know if ImageMagick 6.3.7-1 is still available on their ftp?</description>
		<content:encoded><![CDATA[<p>I had some problems with the last couple groups of commands.  I don&#8217;t know if ImageMagick 6.3.7-1 is still available on their ftp?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John WUlff</title>
		<link>http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/comment-page-1/#comment-15441</link>
		<dc:creator>John WUlff</dc:creator>
		<pubDate>Wed, 25 Jun 2008 17:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/#comment-15441</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Fury</title>
		<link>http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/comment-page-1/#comment-14560</link>
		<dc:creator>Brian Fury</dc:creator>
		<pubDate>Fri, 16 May 2008 00:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldenta.com/2007/11/26/installing-imagemagickrmagick-on-leopard/#comment-14560</guid>
		<description>For people like me who do not have X11 installed on their Leopard machine, this may help:

I needed to add a 
 with-x=no
to the end of the 
./configure [...] 
line, four lines up from the end of the script, in order for ImageMagick to install.

Thanks for the script though!</description>
		<content:encoded><![CDATA[<p>For people like me who do not have X11 installed on their Leopard machine, this may help:</p>
<p>I needed to add a<br />
 with-x=no<br />
to the end of the<br />
./configure [...]<br />
line, four lines up from the end of the script, in order for ImageMagick to install.</p>
<p>Thanks for the script though!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
