<?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: Compiling 64 bit PHP on Mac OS X Leopard</title>
	<atom:link href="http://blog.softboysxp.info/2008/05/27/compiling-64-bit-php-on-mac-os-x-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.softboysxp.info/2008/05/27/compiling-64-bit-php-on-mac-os-x-leopard/</link>
	<description>Programming, Gaming and Airsoft Shooting</description>
	<pubDate>Fri, 12 Mar 2010 15:09:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben Chatelain</title>
		<link>http://blog.softboysxp.info/2008/05/27/compiling-64-bit-php-on-mac-os-x-leopard/comment-page-1/#comment-124</link>
		<dc:creator>Ben Chatelain</dc:creator>
		<pubDate>Thu, 04 Dec 2008 23:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softboysxp.org/?p=22#comment-124</guid>
		<description>Thanks for the info!

FYI, on Mac OS X 10.5.5 the libiconv.dylib is built as a universal binary:

$ file /usr/lib/libiconv.dylib
/usr/lib/libiconv.dylib: Mach-O universal binary with 4 architectures
/usr/lib/libiconv.dylib (for architecture ppc7400):	Mach-O dynamically linked shared library ppc
/usr/lib/libiconv.dylib (for architecture ppc64):	Mach-O 64-bit dynamically linked shared library ppc64
/usr/lib/libiconv.dylib (for architecture i386):	Mach-O dynamically linked shared library i386
/usr/lib/libiconv.dylib (for architecture x86_64):	Mach-O 64-bit dynamically linked shared library x86_64

Despite this my PHP build was still failing with "Undefined symbols" until I found that the copy of libiconv.dylib that Fink installed was the culprit:

$ file /sw/lib/libiconv.2.4.0.dylib
/sw/lib/libiconv.2.4.0.dylib: Mach-O dynamically linked shared library i386</description>
		<content:encoded><![CDATA[<p>Thanks for the info!</p>
<p>FYI, on Mac OS X 10.5.5 the libiconv.dylib is built as a universal binary:</p>
<p>$ file /usr/lib/libiconv.dylib<br />
/usr/lib/libiconv.dylib: Mach-O universal binary with 4 architectures<br />
/usr/lib/libiconv.dylib (for architecture ppc7400):	Mach-O dynamically linked shared library ppc<br />
/usr/lib/libiconv.dylib (for architecture ppc64):	Mach-O 64-bit dynamically linked shared library ppc64<br />
/usr/lib/libiconv.dylib (for architecture i386):	Mach-O dynamically linked shared library i386<br />
/usr/lib/libiconv.dylib (for architecture x86_64):	Mach-O 64-bit dynamically linked shared library x86_64</p>
<p>Despite this my PHP build was still failing with &#8220;Undefined symbols&#8221; until I found that the copy of libiconv.dylib that Fink installed was the culprit:</p>
<p>$ file /sw/lib/libiconv.2.4.0.dylib<br />
/sw/lib/libiconv.2.4.0.dylib: Mach-O dynamically linked shared library i386</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: softboysxp</title>
		<link>http://blog.softboysxp.info/2008/05/27/compiling-64-bit-php-on-mac-os-x-leopard/comment-page-1/#comment-116</link>
		<dc:creator>softboysxp</dc:creator>
		<pubDate>Fri, 31 Oct 2008 15:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softboysxp.org/?p=22#comment-116</guid>
		<description>well when I did all this I was still using 10.5.2, cannot be sure it works on 10.5.5</description>
		<content:encoded><![CDATA[<p>well when I did all this I was still using 10.5.2, cannot be sure it works on 10.5.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reuben Cummings</title>
		<link>http://blog.softboysxp.info/2008/05/27/compiling-64-bit-php-on-mac-os-x-leopard/comment-page-1/#comment-115</link>
		<dc:creator>Reuben Cummings</dc:creator>
		<pubDate>Thu, 30 Oct 2008 22:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softboysxp.org/?p=22#comment-115</guid>
		<description>didn’t work… but this did
http://discussions.apple.com/thread.jspa?threadID=1578979&amp;tstart=36

It successfully loads pdo_pgsql and pgsql support. I have a MB with OSX 10.5</description>
		<content:encoded><![CDATA[<p>didn’t work… but this did<br />
<a href="http://discussions.apple.com/thread.jspa?threadID=1578979&amp;tstart=36" rel="nofollow">http://discussions.apple.com/thread.jspa?threadID=1578979&amp;tstart=36</a></p>
<p>It successfully loads pdo_pgsql and pgsql support. I have a MB with OSX 10.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Clark</title>
		<link>http://blog.softboysxp.info/2008/05/27/compiling-64-bit-php-on-mac-os-x-leopard/comment-page-1/#comment-86</link>
		<dc:creator>Igor Clark</dc:creator>
		<pubDate>Mon, 01 Sep 2008 13:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softboysxp.org/?p=22#comment-86</guid>
		<description>Exactly what I was looking for, thanks!</description>
		<content:encoded><![CDATA[<p>Exactly what I was looking for, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
