<?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: Setting up PHP on OS X Leopard</title>
	<atom:link href="http://akrabat.com/php/setting-up-php-on-os-x-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/php/setting-up-php-on-os-x-leopard/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Tue, 13 Mar 2012 12:47:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jonathan</title>
		<link>http://akrabat.com/php/setting-up-php-on-os-x-leopard/#comment-27704</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Thu, 25 Jun 2009 00:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=401#comment-27704</guid>
		<description>Kieran,

It looks like you&#039;re compiling 64-bit. Changing &#039;i386&#039; as the arch to &#039;x86_64&#039; cleared up that error for me.</description>
		<content:encoded><![CDATA[<p>Kieran,</p>
<p>It looks like you're compiling 64-bit. Changing 'i386' as the arch to 'x86_64' cleared up that error for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ytannus</title>
		<link>http://akrabat.com/php/setting-up-php-on-os-x-leopard/#comment-27575</link>
		<dc:creator>ytannus</dc:creator>
		<pubDate>Wed, 17 Jun 2009 17:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=401#comment-27575</guid>
		<description>There is a note at:

http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/


NOTE: Check the output of the last command. If you get an error similar to this –”/usr/X11/lib/libpng.3.0.0.dylib: No such file or directory” — you should create a symbolic link with a name matching the file referred to in the error message. For example, the above error indicates that no libpng.3.0.0.dylib file exists. Simply create a link named libpng.3.0.0.dylib pointing to libpng.3.dylib:           
sudo ln -s /usr/X11/lib/libpng.3.dylib /usr/X11/lib/libpng.3.0.0.dylib

Likewise, if your error refers to libpng12.0.##.#, you should create a symbolic link to libpng12.0.dylib.

Then, recompile GD.</description>
		<content:encoded><![CDATA[<p>There is a note at:</p>
<p><a href="http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/" rel="nofollow">http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/</a></p>
<p>NOTE: Check the output of the last command. If you get an error similar to this "”/usr/X11/lib/libpng.3.0.0.dylib: No such file or directory” " you should create a symbolic link with a name matching the file referred to in the error message. For example, the above error indicates that no libpng.3.0.0.dylib file exists. Simply create a link named libpng.3.0.0.dylib pointing to libpng.3.dylib:<br />
sudo ln -s /usr/X11/lib/libpng.3.dylib /usr/X11/lib/libpng.3.0.0.dylib</p>
<p>Likewise, if your error refers to libpng12.0.##.#, you should create a symbolic link to libpng12.0.dylib.</p>
<p>Then, recompile GD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benvds</title>
		<link>http://akrabat.com/php/setting-up-php-on-os-x-leopard/#comment-25663</link>
		<dc:creator>benvds</dc:creator>
		<pubDate>Mon, 27 Apr 2009 10:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=401#comment-25663</guid>
		<description>Great article!

After curl pear i had to run:
php -q go-pear.php
to start the installation.</description>
		<content:encoded><![CDATA[<p>Great article!</p>
<p>After curl pear i had to run:<br />
php -q go-pear.php<br />
to start the installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kieran</title>
		<link>http://akrabat.com/php/setting-up-php-on-os-x-leopard/#comment-24813</link>
		<dc:creator>Kieran</dc:creator>
		<pubDate>Sat, 04 Apr 2009 13:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=401#comment-24813</guid>
		<description>Hi Rob,
MySQL is installed as per your instructions and is functioning normally.

K</description>
		<content:encoded><![CDATA[<p>Hi Rob,<br />
MySQL is installed as per your instructions and is functioning normally.</p>
<p>K</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/setting-up-php-on-os-x-leopard/#comment-24811</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sat, 04 Apr 2009 13:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=401#comment-24811</guid>
		<description>Kieran,

Install MySQL first and ensure that it&#039;s working.

Regards

Rob....</description>
		<content:encoded><![CDATA[<p>Kieran,</p>
<p>Install MySQL first and ensure that it's working.</p>
<p>Regards</p>
<p>Rob....</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kieran</title>
		<link>http://akrabat.com/php/setting-up-php-on-os-x-leopard/#comment-24784</link>
		<dc:creator>Kieran</dc:creator>
		<pubDate>Fri, 03 Apr 2009 22:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=401#comment-24784</guid>
		<description>Hi Rob,
Thanks for this but it doesn&#039;t seem to be working for me on Mac 10.5.6 here&#039;s what&#039;s happening when I try and configure mysql_pdo I get this error:

checking for mysql_config... /usr/local/mysql/bin/mysql_config
checking for mysql_query in -lmysqlclient... no
checking for mysql_query in -lmysqlclient... (cached) no
configure: error: Try adding --with-zlib-dir=. Please check config.log for more information.

Any help would be brilliant!

K</description>
		<content:encoded><![CDATA[<p>Hi Rob,<br />
Thanks for this but it doesn't seem to be working for me on Mac 10.5.6 here's what's happening when I try and configure mysql_pdo I get this error:</p>
<p>checking for mysql_config... /usr/local/mysql/bin/mysql_config<br />
checking for mysql_query in -lmysqlclient... no<br />
checking for mysql_query in -lmysqlclient... (cached) no<br />
configure: error: Try adding --with-zlib-dir=. Please check config.log for more information.</p>
<p>Any help would be brilliant!</p>
<p>K</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/setting-up-php-on-os-x-leopard/#comment-24549</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sun, 15 Mar 2009 08:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=401#comment-24549</guid>
		<description>vlad,

Feel free.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>vlad,</p>
<p>Feel free.</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vlad</title>
		<link>http://akrabat.com/php/setting-up-php-on-os-x-leopard/#comment-24548</link>
		<dc:creator>vlad</dc:creator>
		<pubDate>Sun, 15 Mar 2009 00:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=401#comment-24548</guid>
		<description>I&#039;m going to translate that material to russian. I hope it will be interesting 4 my visitors, and i hope you don&#039;t mind...</description>
		<content:encoded><![CDATA[<p>I'm going to translate that material to russian. I hope it will be interesting 4 my visitors, and i hope you don't mind...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/setting-up-php-on-os-x-leopard/#comment-24544</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Thu, 12 Mar 2009 15:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=401#comment-24544</guid>
		<description>vominoose,
Fair enough :)

Gauke Pieter, 
True, but it&#039;s still sitting on my hard disk :)


Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>vominoose,<br />
Fair enough :)</p>
<p>Gauke Pieter,<br />
True, but it's still sitting on my hard disk :)</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gauke Pieter</title>
		<link>http://akrabat.com/php/setting-up-php-on-os-x-leopard/#comment-24543</link>
		<dc:creator>Gauke Pieter</dc:creator>
		<pubDate>Thu, 12 Mar 2009 15:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=401#comment-24543</guid>
		<description>Rob, I see what you mean. You can just disable php4 though and use php5 (5.2.6 is shipped).

The htdocs thing is annoying, but can be changed to :) I use ~/htdocs which works fine. You can change these things in xampp-dir/etc/httpd.conf

And that&#039;s the end of my xampp promo tour :)</description>
		<content:encoded><![CDATA[<p>Rob, I see what you mean. You can just disable php4 though and use php5 (5.2.6 is shipped).</p>
<p>The htdocs thing is annoying, but can be changed to :) I use ~/htdocs which works fine. You can change these things in xampp-dir/etc/httpd.conf</p>
<p>And that's the end of my xampp promo tour :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

