<?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"
	>
<channel>
	<title>Comments on: Adding GD Library for Mac OS X Leopard</title>
	<atom:link href="http://www.kenior.com/macintosh/adding-gd-library-for-mac-os-x-leopard/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kenior.com/macintosh/adding-gd-library-for-mac-os-x-leopard</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 05 Dec 2008 10:26:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: daveosx</title>
		<link>http://www.kenior.com/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-282</link>
		<dc:creator>daveosx</dc:creator>
		<pubDate>Fri, 16 May 2008 01:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-282</guid>
		<description>Many thanks worked out of the box first try.
Terminal works better for using sudo su rather than su in X11 that way you do not need to enable root user account.</description>
		<content:encoded><![CDATA[<p>Many thanks worked out of the box first try.<br />
Terminal works better for using sudo su rather than su in X11 that way you do not need to enable root user account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joan</title>
		<link>http://www.kenior.com/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-259</link>
		<dc:creator>joan</dc:creator>
		<pubDate>Wed, 14 May 2008 20:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-259</guid>
		<description>You are the fucking master!

thank you!</description>
		<content:encoded><![CDATA[<p>You are the fucking master!</p>
<p>thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomasN</title>
		<link>http://www.kenior.com/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-208</link>
		<dc:creator>TomasN</dc:creator>
		<pubDate>Sat, 10 May 2008 08:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-208</guid>
		<description>Thank you very much for this guide to install GD on Leopard. I follow exactly the instruction an now I have GD running on my MacBook Pro Core 2 Duo (64 bit). I just want to clarify that for this to  work properly, commands must be entered in the Terminal through BASH and not through TCSH or CSH.

I am very grateful.

Regards

Tomas</description>
		<content:encoded><![CDATA[<p>Thank you very much for this guide to install GD on Leopard. I follow exactly the instruction an now I have GD running on my MacBook Pro Core 2 Duo (64 bit). I just want to clarify that for this to  work properly, commands must be entered in the Terminal through BASH and not through TCSH or CSH.</p>
<p>I am very grateful.</p>
<p>Regards</p>
<p>Tomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.kenior.com/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-199</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 08 May 2008 18:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-199</guid>
		<description>i've followed the instructions and it worked.  however it seems that calendar functions are missing.  [  jdtogregorian()  ]

would appreciate any assistance....
thanks!</description>
		<content:encoded><![CDATA[<p>i&#8217;ve followed the instructions and it worked.  however it seems that calendar functions are missing.  [  jdtogregorian()  ]</p>
<p>would appreciate any assistance&#8230;.<br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kénior</title>
		<link>http://www.kenior.com/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-171</link>
		<dc:creator>Kénior</dc:creator>
		<pubDate>Tue, 06 May 2008 14:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-171</guid>
		<description>@jason
yes,yes, thank you jason. Of course you can use fink's library to enable libjpeg, but please note that will not work in a Intel 64-bit MAC.</description>
		<content:encoded><![CDATA[<p>@jason<br />
yes,yes, thank you jason. Of course you can use fink&#8217;s library to enable libjpeg, but please note that will not work in a Intel 64-bit MAC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.kenior.com/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-169</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Tue, 06 May 2008 14:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-169</guid>
		<description>As someone already noticed that the shared library could not be produced for jpeg on some occasion, I solved it after struggled for days. 
Here is how I got shared library for jpeg for OSX 10.5
tar -xzf jpegsrc.v6b.tar.gz
cd jpeg-6b
cp /usr/share/libtool/config.* .
curl -o ltconfig http://www.finkproject.org/files/ltconfig
curl -o ltmain.sh http://www.finkproject.org/files/ltmain.sh
./configure --enable-shared --enable-static
make</description>
		<content:encoded><![CDATA[<p>As someone already noticed that the shared library could not be produced for jpeg on some occasion, I solved it after struggled for days.<br />
Here is how I got shared library for jpeg for OSX 10.5<br />
tar -xzf jpegsrc.v6b.tar.gz<br />
cd jpeg-6b<br />
cp /usr/share/libtool/config.* .<br />
curl -o ltconfig <a href="http://www.finkproject.org/files/ltconfig" rel="nofollow">http://www.finkproject.org/files/ltconfig</a><br />
curl -o ltmain.sh <a href="http://www.finkproject.org/files/ltmain.sh" rel="nofollow">http://www.finkproject.org/files/ltmain.sh</a><br />
./configure &#8211;enable-shared &#8211;enable-static<br />
make</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yokiyoki</title>
		<link>http://www.kenior.com/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-96</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-96</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.com/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.com/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-102</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-102</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'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’ - (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: Matt</title>
		<link>http://www.kenior.com/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-103</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 17 Apr 2008 21:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-103</guid>
		<description>I followed this guide, and it all seemed to work.  But when I restarted apache I got:  "PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20060613/gd.so' - (null) in Unknown on line 0".  I checked the folder /usr/lib/php/extensions/no-debug-non-zts-20060613/ and found a gd.so that was not empty.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I followed this guide, and it all seemed to work.  But when I restarted apache I got:  &#8220;PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;/usr/lib/php/extensions/no-debug-non-zts-20060613/gd.so&#8217; - (null) in Unknown on line 0&#8243;.  I checked the folder /usr/lib/php/extensions/no-debug-non-zts-20060613/ and found a gd.so that was not empty.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.kenior.com/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-101</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 15 Apr 2008 19:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard#comment-101</guid>
		<description>Actually, now that I understand the php CLI does not have the image symbols, I realize that the apache plugin _is_ working.

The dual configurations (using php -c altphp.ini) is an acceptable solution in my env (I run regression tests with the CLI, so I don't really need GD there).

Thanks!</description>
		<content:encoded><![CDATA[<p>Actually, now that I understand the php CLI does not have the image symbols, I realize that the apache plugin _is_ working.</p>
<p>The dual configurations (using php -c altphp.ini) is an acceptable solution in my env (I run regression tests with the CLI, so I don&#8217;t really need GD there).</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
