<?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: Adding GD Library for Mac OS X Leopard</title>
	<atom:link href="http://www.kenior.ch/macintosh/adding-gd-library-for-mac-os-x-leopard/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kenior.ch/macintosh/adding-gd-library-for-mac-os-x-leopard</link>
	<description></description>
	<lastBuildDate>Tue, 03 Aug 2010 23:47:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cthrall.com &#187; Blog Archive &#187; Installing GD PHP Extension on a MacBook Pro</title>
		<link>http://www.kenior.ch/macintosh/adding-gd-library-for-mac-os-x-leopard/comment-page-3#comment-2672</link>
		<dc:creator>cthrall.com &#187; Blog Archive &#187; Installing GD PHP Extension on a MacBook Pro</dc:creator>
		<pubDate>Mon, 01 Feb 2010 14:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-2672</guid>
		<description>[...] I&#8217;ve got XCode installed on my MBP, so you&#8217;ll need that. Then, follow the instructions in this great post. [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve got XCode installed on my MBP, so you&#8217;ll need that. Then, follow the instructions in this great post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yokiyoki</title>
		<link>http://www.kenior.ch/macintosh/adding-gd-library-for-mac-os-x-leopard/comment-page-3#comment-2568</link>
		<dc:creator>Yokiyoki</dc:creator>
		<pubDate>Fri, 02 May 2008 11:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-2568</guid>
		<description>Simply absolutely plain perfect :) Thank you very very very much for this real time saver tutorial.</description>
		<content:encoded><![CDATA[<p>Simply absolutely plain perfect <img src='http://www.kenior.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thank you very very very much for this real time saver tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torgeir</title>
		<link>http://www.kenior.ch/macintosh/adding-gd-library-for-mac-os-x-leopard/comment-page-3#comment-2454</link>
		<dc:creator>Torgeir</dc:creator>
		<pubDate>Thu, 24 Apr 2008 13:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-2454</guid>
		<description>I had the same problem as almost everybody through these comments.. everything installed, nothing happened. 

Apache error_log gave /usr/lib/php/extensions/no-debug-non-zts-20060613/gd.so’ - (null) in Unknown on line 0, while PHP command line gave dyld: NSLinkModule() error
dyld: Symbol not found: _php_sig_gif
Referenced from: /SourceCache/php-5.2.4/ext/gd/modules/gd.so
Expected in: flat namespace. 

I first installed everything on a first generation MacBook (i.e. 32-bit) then attempted on one of the new MacMinis (64-bit). The MacBook install worked on the first attempt, while  the MacMini tok some attempts. After realizing it was a 64-bit, I gave it another try using the other instructions and sudo-ing every command.. No luck. 

Doing a software update grabbing PHP-5.2.5, and using this source instead of the PHP-5.2.4, I decided to enable the sudo user through the Directory Utility&#039;s Edit menu and logging in using sudo su. I followed the 64-bit instructions one last time, and it works like a charm:)
Great work guys!</description>
		<content:encoded><![CDATA[<p>I had the same problem as almost everybody through these comments.. everything installed, nothing happened. </p>
<p>Apache error_log gave /usr/lib/php/extensions/no-debug-non-zts-20060613/gd.so’ &#8211; (null) in Unknown on line 0, while PHP command line gave dyld: NSLinkModule() error<br />
dyld: Symbol not found: _php_sig_gif<br />
Referenced from: /SourceCache/php-5.2.4/ext/gd/modules/gd.so<br />
Expected in: flat namespace. </p>
<p>I first installed everything on a first generation MacBook (i.e. 32-bit) then attempted on one of the new MacMinis (64-bit). The MacBook install worked on the first attempt, while  the MacMini tok some attempts. After realizing it was a 64-bit, I gave it another try using the other instructions and sudo-ing every command.. No luck. </p>
<p>Doing a software update grabbing PHP-5.2.5, and using this source instead of the PHP-5.2.4, I decided to enable the sudo user through the Directory Utility&#8217;s Edit menu and logging in using sudo su. I followed the 64-bit instructions one last time, and it works like a charm:)<br />
Great work guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1003</title>
		<link>http://www.kenior.ch/macintosh/adding-gd-library-for-mac-os-x-leopard/comment-page-3#comment-2422</link>
		<dc:creator>1003</dc:creator>
		<pubDate>Tue, 22 Apr 2008 05:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-2422</guid>
		<description>sudo -s  gives you a root terminal session until you type exit or quit. the step to enable root user is not necessary.</description>
		<content:encoded><![CDATA[<p>sudo -s  gives you a root terminal session until you type exit or quit. the step to enable root user is not necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1003</title>
		<link>http://www.kenior.ch/macintosh/adding-gd-library-for-mac-os-x-leopard/comment-page-3#comment-2420</link>
		<dc:creator>1003</dc:creator>
		<pubDate>Tue, 22 Apr 2008 05:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-2420</guid>
		<description>CLI and php.ini extension errors: an easy solution that does not require a php.ini file with disabled extensions is to invoke 

php -n 

the -n option skips the php.ini file and works for example with bake.php of the cakephp framework.</description>
		<content:encoded><![CDATA[<p>CLI and php.ini extension errors: an easy solution that does not require a php.ini file with disabled extensions is to invoke </p>
<p>php -n </p>
<p>the -n option skips the php.ini file and works for example with bake.php of the cakephp framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katy Web Designer</title>
		<link>http://www.kenior.ch/macintosh/adding-gd-library-for-mac-os-x-leopard/comment-page-3#comment-2412</link>
		<dc:creator>Katy Web Designer</dc:creator>
		<pubDate>Mon, 21 Apr 2008 16:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-2412</guid>
		<description>A simpler solution to the CLI issue is make a php-cli.ini file with GD disabled and your command line PHP should work as expected. No recompile and Apache&#039;s version of PHP has GD working.</description>
		<content:encoded><![CDATA[<p>A simpler solution to the CLI issue is make a php-cli.ini file with GD disabled and your command line PHP should work as expected. No recompile and Apache&#8217;s version of PHP has GD working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacH4ck</title>
		<link>http://www.kenior.ch/macintosh/adding-gd-library-for-mac-os-x-leopard/comment-page-3#comment-2410</link>
		<dc:creator>MacH4ck</dc:creator>
		<pubDate>Mon, 21 Apr 2008 14:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-2410</guid>
		<description>Great article and Great instructions. Thank you</description>
		<content:encoded><![CDATA[<p>Great article and Great instructions. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GD Lib &#171; ไร้สาระ</title>
		<link>http://www.kenior.ch/macintosh/adding-gd-library-for-mac-os-x-leopard/comment-page-3#comment-2359</link>
		<dc:creator>GD Lib &#171; ไร้สาระ</dc:creator>
		<pubDate>Fri, 18 Apr 2008 06:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-2359</guid>
		<description>[...] GD ต่อโดยการลงก็ทำตามขั้นตอนใน Adding GD Library for Mac OS X Leopard (ลืมบอกไปผมใช้ MacOS X Leopard [...]</description>
		<content:encoded><![CDATA[<p>[...] GD ต่อโดยการลงก็ทำตามขั้นตอนใน Adding GD Library for Mac OS X Leopard (ลืมบอกไปผมใช้ MacOS X Leopard [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
