<?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 Image Magick and Imagick for PHP for MAMP</title>
	<atom:link href="http://www.adamstacey.co.uk/2010/06/28/installing-image-magick-and-imagick-for-php-for-mamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamstacey.co.uk/2010/06/28/installing-image-magick-and-imagick-for-php-for-mamp/</link>
	<description>The mind of a technical web guru!</description>
	<lastBuildDate>Thu, 28 Oct 2010 20:49:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: the guru</title>
		<link>http://www.adamstacey.co.uk/2010/06/28/installing-image-magick-and-imagick-for-php-for-mamp/comment-page-1/#comment-352</link>
		<dc:creator>the guru</dc:creator>
		<pubDate>Thu, 28 Oct 2010 20:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamstacey.co.uk/?p=111#comment-352</guid>
		<description>I&#039;m glad the article helped and thanks for the advice on the checksum failures in macports.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad the article helped and thanks for the advice on the checksum failures in macports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the guru</title>
		<link>http://www.adamstacey.co.uk/2010/06/28/installing-image-magick-and-imagick-for-php-for-mamp/comment-page-1/#comment-351</link>
		<dc:creator>the guru</dc:creator>
		<pubDate>Thu, 28 Oct 2010 20:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamstacey.co.uk/?p=111#comment-351</guid>
		<description>Yes, that is a good point. I made the assumption that there would be one. Many people will have more than one php.ini file, so thanks for the info.</description>
		<content:encoded><![CDATA[<p>Yes, that is a good point. I made the assumption that there would be one. Many people will have more than one php.ini file, so thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.adamstacey.co.uk/2010/06/28/installing-image-magick-and-imagick-for-php-for-mamp/comment-page-1/#comment-208</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 21 Sep 2010 16:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamstacey.co.uk/?p=111#comment-208</guid>
		<description>Also, php.ini file could be anywhere.  I had two, and the one I needed was in /private/etc/php.ini.

If you&#039;re editing one and it&#039;s making no difference, use &lt;code&gt;sudo find / -name php.ini&lt;/code&gt; to find them all, and mess with them until php breaks.  Not sure if a server restart was required each time (I think not) but I did it anyway.</description>
		<content:encoded><![CDATA[<p>Also, php.ini file could be anywhere.  I had two, and the one I needed was in /private/etc/php.ini.</p>
<p>If you&#8217;re editing one and it&#8217;s making no difference, use <code>sudo find / -name php.ini</code> to find them all, and mess with them until php breaks.  Not sure if a server restart was required each time (I think not) but I did it anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.adamstacey.co.uk/2010/06/28/installing-image-magick-and-imagick-for-php-for-mamp/comment-page-1/#comment-207</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 21 Sep 2010 16:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamstacey.co.uk/?p=111#comment-207</guid>
		<description>Blimey.  Just got it working.  What a ride.  Thanks for this post.  Helped no end.  A few things I came up against (forgive me and please amend if they are incorrect - I am a novice):

Make sure the macports dependencies tree is up to date - &lt;code&gt;sudo port build tree&lt;/code&gt;.

Make sure all packages are up to date (I forget the exact command).

The following helped with checksum failures in macports: https://trac.macports.org/ticket/26075

Thanks,

Anthony</description>
		<content:encoded><![CDATA[<p>Blimey.  Just got it working.  What a ride.  Thanks for this post.  Helped no end.  A few things I came up against (forgive me and please amend if they are incorrect &#8211; I am a novice):</p>
<p>Make sure the macports dependencies tree is up to date &#8211; <code>sudo port build tree</code>.</p>
<p>Make sure all packages are up to date (I forget the exact command).</p>
<p>The following helped with checksum failures in macports: <a href="https://trac.macports.org/ticket/26075" rel="nofollow">https://trac.macports.org/ticket/26075</a></p>
<p>Thanks,</p>
<p>Anthony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Puchol &#187; Getting MAMP 1.9 to work with Image Magick, imagick.so and other flora</title>
		<link>http://www.adamstacey.co.uk/2010/06/28/installing-image-magick-and-imagick-for-php-for-mamp/comment-page-1/#comment-169</link>
		<dc:creator>Mike Puchol &#187; Getting MAMP 1.9 to work with Image Magick, imagick.so and other flora</dc:creator>
		<pubDate>Thu, 26 Aug 2010 17:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamstacey.co.uk/?p=111#comment-169</guid>
		<description>[...] Imagemagick (and more) to work with MAMP on OS X &#8211; misses info on compiling for Snow Leopard.  Installing Image Magick and Imagick for PHP for MAMP &#8211; misses change needed in ports conf file to enable Universal mode.  MAMP &amp; Imagick on [...]</description>
		<content:encoded><![CDATA[<p>[...] Imagemagick (and more) to work with MAMP on OS X &#8211; misses info on compiling for Snow Leopard.  Installing Image Magick and Imagick for PHP for MAMP &#8211; misses change needed in ports conf file to enable Universal mode.  MAMP &amp; Imagick on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the guru</title>
		<link>http://www.adamstacey.co.uk/2010/06/28/installing-image-magick-and-imagick-for-php-for-mamp/comment-page-1/#comment-124</link>
		<dc:creator>the guru</dc:creator>
		<pubDate>Wed, 04 Aug 2010 12:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamstacey.co.uk/?p=111#comment-124</guid>
		<description>Hi Joshua,
Thanks for letting me know. I noticed during my hours of researching this issue that others also experienced this. From memory I think the opt/local is the directory that houses anything installed via mac ports, so that would make sense. Glad it all worked for you.
Cheers</description>
		<content:encoded><![CDATA[<p>Hi Joshua,<br />
Thanks for letting me know. I noticed during my hours of researching this issue that others also experienced this. From memory I think the opt/local is the directory that houses anything installed via mac ports, so that would make sense. Glad it all worked for you.<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Turton</title>
		<link>http://www.adamstacey.co.uk/2010/06/28/installing-image-magick-and-imagick-for-php-for-mamp/comment-page-1/#comment-94</link>
		<dc:creator>Joshua Turton</dc:creator>
		<pubDate>Thu, 29 Jul 2010 18:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamstacey.co.uk/?p=111#comment-94</guid>
		<description>There’s one thing that I struggled with, which was that midway thru the “sudo ./pecl install imagick” process, it asked for a prefix for the Imagemagick installation. As noted here: [http://unrealexpectations.com/blog/2010/01/mamp-imagick-on-snow-leopard/], responding with /opt/local seemed to solve the build issues for me.

YMMV, of course.</description>
		<content:encoded><![CDATA[<p>There’s one thing that I struggled with, which was that midway thru the “sudo ./pecl install imagick” process, it asked for a prefix for the Imagemagick installation. As noted here: [http://unrealexpectations.com/blog/2010/01/mamp-imagick-on-snow-leopard/], responding with /opt/local seemed to solve the build issues for me.</p>
<p>YMMV, of course.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

