<?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: Recompiling PHP 5.3 On Snow Leopard With Freetype Support</title>
	<atom:link href="http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 17 Mar 2011 15:00:42 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: PK</title>
		<link>http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/#comment-2755</link>
		<dc:creator>PK</dc:creator>
		<pubDate>Sat, 05 Mar 2011 00:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=329#comment-2755</guid>
		<description>This site has saved me so much pain - thanks sincerely Ian. And Jared Henderson - I love you man!</description>
		<content:encoded><![CDATA[<p>This site has saved me so much pain &#8211; thanks sincerely Ian. And Jared Henderson &#8211; I love you man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/#comment-2507</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 11 Jan 2011 09:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=329#comment-2507</guid>
		<description>Worked perfectly! Thanks :D</description>
		<content:encoded><![CDATA[<p>Worked perfectly! Thanks <img src='http://www.gen-x-design.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: troot</title>
		<link>http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/#comment-2339</link>
		<dc:creator>troot</dc:creator>
		<pubDate>Wed, 22 Dec 2010 19:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=329#comment-2339</guid>
		<description>Just thought I&#039;d share what I had to do on my MacBook Pro to get this to configure (based on Jareds shell script). I don&#039;t know if it&#039;s right, but I had to change the --with-freetype-dir parameter for the php ./configure command to /usr/X11/ and prepend the command with LIBS=-lresolv. I based it on this article here: http://www.issociate.de/board/post/499984/cannot_compile_PHP_5.2.11_on_Mac_OS_X_10.6.1.html

Otherwise I kept getting an error. Seems to be working so thanks.</description>
		<content:encoded><![CDATA[<p>Just thought I&#8217;d share what I had to do on my MacBook Pro to get this to configure (based on Jareds shell script). I don&#8217;t know if it&#8217;s right, but I had to change the &#8211;with-freetype-dir parameter for the php ./configure command to /usr/X11/ and prepend the command with LIBS=-lresolv. I based it on this article here: <a href="http://www.issociate.de/board/post/499984/cannot_compile_PHP_5.2.11_on_Mac_OS_X_10.6.1.html" rel="nofollow">http://www.issociate.de/board/post/499984/cannot_compile_PHP_5.2.11_on_Mac_OS_X_10.6.1.html</a></p>
<p>Otherwise I kept getting an error. Seems to be working so thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/#comment-2312</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 11 Dec 2010 17:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=329#comment-2312</guid>
		<description>Jared Henderson, thank you for combining all of the updated information into that file. Saved a lot of time and worked great! Thank you.</description>
		<content:encoded><![CDATA[<p>Jared Henderson, thank you for combining all of the updated information into that file. Saved a lot of time and worked great! Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Henderson</title>
		<link>http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/#comment-2302</link>
		<dc:creator>Jared Henderson</dc:creator>
		<pubDate>Wed, 08 Dec 2010 15:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=329#comment-2302</guid>
		<description>Finally got this working on 3 different Macs with the help of this tutorial and a bunch of digging.  A few lessons learned:

a current, working replacement for the PCRE download line is:

curl http://voxel.dl.sourceforge.net/project/pcre/pcre/7.7/pcre-7.7.tar.gz -O

Also, if you get a &quot;configure: error: no acceptable C compiler&quot; on a Mac that has been UPGRADED to Snow Leopard, RE-install xcode from the upgrade DVD (under &quot;optional installs&quot;)

I also found I had to install LIBJPEG for all three Macs. And had to search out some up-to-date download urls, which are included in linked file below.

I had a couple of other weird problems that turned out to be copy-paste issues (as noted above), some involving curly-quotes, but also one with a hyphen that stumped me for a while.  I created a text document with all the terminal commands that can be mostly copy pasted (except swapping out your own username, and you still need to do the bit about changing the line in &quot;iconv.c&quot;), and I&#039;ve linked to it below. 

The link contains the terminal commands that I used to to this successfully on three different macs, including up-to-date download sources:

http://blog.rachelhendersonphotography.com/wp-content/uploads/2010/12/recompile-php5-3-with-freetype.sh

I couldn&#039;t have done it without this post.  Thanks so much!</description>
		<content:encoded><![CDATA[<p>Finally got this working on 3 different Macs with the help of this tutorial and a bunch of digging.  A few lessons learned:</p>
<p>a current, working replacement for the PCRE download line is:</p>
<p>curl <a href="http://voxel.dl.sourceforge.net/project/pcre/pcre/7.7/pcre-7.7.tar.gz" rel="nofollow">http://voxel.dl.sourceforge.net/project/pcre/pcre/7.7/pcre-7.7.tar.gz</a> -O</p>
<p>Also, if you get a &#8220;configure: error: no acceptable C compiler&#8221; on a Mac that has been UPGRADED to Snow Leopard, RE-install xcode from the upgrade DVD (under &#8220;optional installs&#8221;)</p>
<p>I also found I had to install LIBJPEG for all three Macs. And had to search out some up-to-date download urls, which are included in linked file below.</p>
<p>I had a couple of other weird problems that turned out to be copy-paste issues (as noted above), some involving curly-quotes, but also one with a hyphen that stumped me for a while.  I created a text document with all the terminal commands that can be mostly copy pasted (except swapping out your own username, and you still need to do the bit about changing the line in &#8220;iconv.c&#8221;), and I&#8217;ve linked to it below. </p>
<p>The link contains the terminal commands that I used to to this successfully on three different macs, including up-to-date download sources:</p>
<p><a href="http://blog.rachelhendersonphotography.com/wp-content/uploads/2010/12/recompile-php5-3-with-freetype.sh" rel="nofollow">http://blog.rachelhendersonphotography.com/wp-content/uploads/2010/12/recompile-php5-3-with-freetype.sh</a></p>
<p>I couldn&#8217;t have done it without this post.  Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Attila F</title>
		<link>http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/#comment-2295</link>
		<dc:creator>Attila F</dc:creator>
		<pubDate>Mon, 06 Dec 2010 08:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=329#comment-2295</guid>
		<description>configure: error: Problem with libjpeg.(a&#124;so). Please check config.log for more information.

Anybody had the above problem during php configure?</description>
		<content:encoded><![CDATA[<p>configure: error: Problem with libjpeg.(a|so). Please check config.log for more information.</p>
<p>Anybody had the above problem during php configure?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen</title>
		<link>http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/#comment-2250</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Tue, 05 Oct 2010 18:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=329#comment-2250</guid>
		<description>Thank you so much!  I needed to get freetype working for pChart and this solved the problem for me.  I did find that I had to create the directory /usr/local/man/man1/cjpeg.1 for the libjpeg install to work though.</description>
		<content:encoded><![CDATA[<p>Thank you so much!  I needed to get freetype working for pChart and this solved the problem for me.  I did find that I had to create the directory /usr/local/man/man1/cjpeg.1 for the libjpeg install to work though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iBeb</title>
		<link>http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/#comment-2219</link>
		<dc:creator>iBeb</dc:creator>
		<pubDate>Sat, 04 Sep 2010 08:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=329#comment-2219</guid>
		<description>My question may be a bit stupid, but I take the risk.
After installing everything, can I delete the /src folder?
If not, is there a way to move files somewhere else?</description>
		<content:encoded><![CDATA[<p>My question may be a bit stupid, but I take the risk.<br />
After installing everything, can I delete the /src folder?<br />
If not, is there a way to move files somewhere else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Xserve Newbie Install : The Mind of Matty G</title>
		<link>http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/#comment-2217</link>
		<dc:creator>A Xserve Newbie Install : The Mind of Matty G</dc:creator>
		<pubDate>Wed, 01 Sep 2010 15:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=329#comment-2217</guid>
		<description>[...] http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/" rel="nofollow">http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ROn</title>
		<link>http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/#comment-2215</link>
		<dc:creator>ROn</dc:creator>
		<pubDate>Mon, 30 Aug 2010 23:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=329#comment-2215</guid>
		<description>Amazing how every Snow Leopard update breaks this... ugh.  But just kept all my files in the same place and installed again and I am back up.  :-)</description>
		<content:encoded><![CDATA[<p>Amazing how every Snow Leopard update breaks this&#8230; ugh.  But just kept all my files in the same place and installed again and I am back up.  <img src='http://www.gen-x-design.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

