<?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: Installing GD Libraries for Leopard Apache PHP 5.2.5</title>
	<atom:link href="http://altentee.com/2008/installing-gd-libraries-for-leopard-apache-php-525/feed/" rel="self" type="application/rss+xml" />
	<link>http://altentee.com/2008/installing-gd-libraries-for-leopard-apache-php-525/</link>
	<description>Performance and Test Automation Experts</description>
	<lastBuildDate>Fri, 18 Jun 2010 01:10:48 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Beni Stewart</title>
		<link>http://altentee.com/2008/installing-gd-libraries-for-leopard-apache-php-525/comment-page-1/#comment-201</link>
		<dc:creator>Beni Stewart</dc:creator>
		<pubDate>Thu, 15 Oct 2009 13:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/installing-gd-libraries-for-leopard-apache-php-525/#comment-201</guid>
		<description>I got GD installed just fine but still need T1Lib. How do I install it after installing GD?</description>
		<content:encoded><![CDATA[<p>I got GD installed just fine but still need T1Lib. How do I install it after installing GD?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom LÃƒÂ¸kka</title>
		<link>http://altentee.com/2008/installing-gd-libraries-for-leopard-apache-php-525/comment-page-1/#comment-200</link>
		<dc:creator>Tom LÃƒÂ¸kka</dc:creator>
		<pubDate>Sun, 12 Apr 2009 08:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/installing-gd-libraries-for-leopard-apache-php-525/#comment-200</guid>
		<description>Hi again.

The problem is solved. The problem was that in this guide, it is for 32bit Mac, not 64bit like my G5. I followed the guide from this Site:
http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard
Here you find commands for both 32bit and 64bit and I used 64bit.

Kind Regards
Tom LÃƒÂ¸kka</description>
		<content:encoded><![CDATA[<p>Hi again.</p>
<p>The problem is solved. The problem was that in this guide, it is for 32bit Mac, not 64bit like my G5. I followed the guide from this Site:<br />
<a href="http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard" rel="nofollow">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard</a><br />
Here you find commands for both 32bit and 64bit and I used 64bit.</p>
<p>Kind Regards<br />
Tom LÃƒÂ¸kka</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom LÃƒÂ¸kka</title>
		<link>http://altentee.com/2008/installing-gd-libraries-for-leopard-apache-php-525/comment-page-1/#comment-199</link>
		<dc:creator>Tom LÃƒÂ¸kka</dc:creator>
		<pubDate>Sat, 11 Apr 2009 15:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/installing-gd-libraries-for-leopard-apache-php-525/#comment-199</guid>
		<description>I got some more info. When I try this:
sh-3.2# php -r &quot;phpinfo();&quot; &#124;grep GD
GD Support =&gt; enabled
GD Version =&gt; bundled (2.0.34 compatible)
sh-3.2#
, it says that GD is enabled, (but still not working) and I cant see it in my phpinfo file.</description>
		<content:encoded><![CDATA[<p>I got some more info. When I try this:<br />
sh-3.2# php -r &#8220;phpinfo();&#8221; |grep GD<br />
GD Support =&gt; enabled<br />
GD Version =&gt; bundled (2.0.34 compatible)<br />
sh-3.2#<br />
, it says that GD is enabled, (but still not working) and I cant see it in my phpinfo file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom LÃƒÂ¸kka</title>
		<link>http://altentee.com/2008/installing-gd-libraries-for-leopard-apache-php-525/comment-page-1/#comment-198</link>
		<dc:creator>Tom LÃƒÂ¸kka</dc:creator>
		<pubDate>Sat, 11 Apr 2009 15:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/installing-gd-libraries-for-leopard-apache-php-525/#comment-198</guid>
		<description>I now fixed the problem I first got, but after &quot;make&quot; and &quot;make install&quot; where it said &quot;Build complete&quot;, I did &quot;make test&quot;, and the I got a PHP Warning &quot;PHP Warning:  Module &#039;gd&#039; already loaded in Unknown on line 0&quot; and a long list of &quot;FAIL&quot; and &quot;Bug&quot;, and my GD is not working.

I dont now what is wrong.</description>
		<content:encoded><![CDATA[<p>I now fixed the problem I first got, but after &#8220;make&#8221; and &#8220;make install&#8221; where it said &#8220;Build complete&#8221;, I did &#8220;make test&#8221;, and the I got a PHP Warning &#8220;PHP Warning:  Module &#8216;gd&#8217; already loaded in Unknown on line 0&#8243; and a long list of &#8220;FAIL&#8221; and &#8220;Bug&#8221;, and my GD is not working.</p>
<p>I dont now what is wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom LÃƒÂ¸kka</title>
		<link>http://altentee.com/2008/installing-gd-libraries-for-leopard-apache-php-525/comment-page-1/#comment-197</link>
		<dc:creator>Tom LÃƒÂ¸kka</dc:creator>
		<pubDate>Sat, 11 Apr 2009 12:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/installing-gd-libraries-for-leopard-apache-php-525/#comment-197</guid>
		<description>I also have php5, mySQL and Apache running just fine before trying this.

Kind Regards
Tom LÃƒÂ¸kka
Norway</description>
		<content:encoded><![CDATA[<p>I also have php5, mySQL and Apache running just fine before trying this.</p>
<p>Kind Regards<br />
Tom LÃƒÂ¸kka<br />
Norway</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom LÃƒÂ¸kka</title>
		<link>http://altentee.com/2008/installing-gd-libraries-for-leopard-apache-php-525/comment-page-1/#comment-196</link>
		<dc:creator>Tom LÃƒÂ¸kka</dc:creator>
		<pubDate>Sat, 11 Apr 2009 11:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/installing-gd-libraries-for-leopard-apache-php-525/#comment-196</guid>
		<description>Hi again.

I am using 10.5.6 on a PPC 2x1,8 mhz G5.

Kind Regards
Tom LÃƒÂ¸kka
Norway</description>
		<content:encoded><![CDATA[<p>Hi again.</p>
<p>I am using 10.5.6 on a PPC 2&#215;1,8 mhz G5.</p>
<p>Kind Regards<br />
Tom LÃƒÂ¸kka<br />
Norway</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom LÃƒÂ¸kka</title>
		<link>http://altentee.com/2008/installing-gd-libraries-for-leopard-apache-php-525/comment-page-1/#comment-195</link>
		<dc:creator>Tom LÃƒÂ¸kka</dc:creator>
		<pubDate>Sat, 11 Apr 2009 11:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/installing-gd-libraries-for-leopard-apache-php-525/#comment-195</guid>
		<description>Hi.

When I run: &quot;./configure --enable-shared&quot;, I got at the end: &quot;checking host system type... ltconfig: cannot guess host type; you must specify one
Try `ltconfig --help&#039; for more information.
checking libjpeg version number... 62
creating ./config.status
creating Makefile
creating jconfig.h&quot;.
Is that something to worry about?

Then when I type &quot;sudo make&quot;, I got this error: &quot;sh-3.2# sudo make
./libtool --mode=compile gcc -O2  -I. -c ./jcapimin.c
make: ./libtool: Command not found
make: *** [jcapimin.lo] Error 127&quot;.

What can I do about it?

Kind Regards
Tom LÃƒÂ¸kka
Norway</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>When I run: &#8220;./configure &#8211;enable-shared&#8221;, I got at the end: &#8220;checking host system type&#8230; ltconfig: cannot guess host type; you must specify one<br />
Try `ltconfig &#8211;help&#8217; for more information.<br />
checking libjpeg version number&#8230; 62<br />
creating ./config.status<br />
creating Makefile<br />
creating jconfig.h&#8221;.<br />
Is that something to worry about?</p>
<p>Then when I type &#8220;sudo make&#8221;, I got this error: &#8220;sh-3.2# sudo make<br />
./libtool &#8211;mode=compile gcc -O2  -I. -c ./jcapimin.c<br />
make: ./libtool: Command not found<br />
make: *** [jcapimin.lo] Error 127&#8243;.</p>
<p>What can I do about it?</p>
<p>Kind Regards<br />
Tom LÃƒÂ¸kka<br />
Norway</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nobody</title>
		<link>http://altentee.com/2008/installing-gd-libraries-for-leopard-apache-php-525/comment-page-1/#comment-194</link>
		<dc:creator>nobody</dc:creator>
		<pubDate>Thu, 19 Mar 2009 18:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/installing-gd-libraries-for-leopard-apache-php-525/#comment-194</guid>
		<description>You&#039;re using sudo too much.  Only use it when you need escalated privileges, not before every single shell command you type.  The more you use it, the more chance you have of accidentally raping your system.</description>
		<content:encoded><![CDATA[<p>You&#8217;re using sudo too much.  Only use it when you need escalated privileges, not before every single shell command you type.  The more you use it, the more chance you have of accidentally raping your system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert Albala</title>
		<link>http://altentee.com/2008/installing-gd-libraries-for-leopard-apache-php-525/comment-page-1/#comment-193</link>
		<dc:creator>Albert Albala</dc:creator>
		<pubDate>Sat, 21 Feb 2009 03:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/installing-gd-libraries-for-leopard-apache-php-525/#comment-193</guid>
		<description>Hi,

me again. Found the solution to my problem: turns out I have a macbook core duo, which is a 64-BIT MACHINE.

This tutorial works fine on 32-bit machines, but on my machine resulted in &quot;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&quot; being writtent to the apache error log.

So the solution is documented in http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard and works fine. Just start over, and make sure you Make clean before all your make commands, just to get rid of old 32-bit stuff.

Also, redoing the process resulted in some &quot;permission denied&quot; errors in ./configure. I just chmoded all recalcitrant files to 777.

I now have GD on my mac! Thanks to all for your great work.

Albert</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>me again. Found the solution to my problem: turns out I have a macbook core duo, which is a 64-BIT MACHINE.</p>
<p>This tutorial works fine on 32-bit machines, but on my machine resulted in &#8220;PHP Warning: PHP Startup: Unable to load dynamic library Ã¢â‚¬Ëœ/usr/lib/php/extensions/no-debug-non-zts-20060613/gd.soÃ¢â‚¬â„¢ &#8211; (null) in Unknown on line 0&#8243; being writtent to the apache error log.</p>
<p>So the solution is documented in <a href="http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard" rel="nofollow">http://www.veola.net/macintosh/adding-gd-library-for-mac-os-x-leopard</a> and works fine. Just start over, and make sure you Make clean before all your make commands, just to get rid of old 32-bit stuff.</p>
<p>Also, redoing the process resulted in some &#8220;permission denied&#8221; errors in ./configure. I just chmoded all recalcitrant files to 777.</p>
<p>I now have GD on my mac! Thanks to all for your great work.</p>
<p>Albert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert Albala</title>
		<link>http://altentee.com/2008/installing-gd-libraries-for-leopard-apache-php-525/comment-page-1/#comment-192</link>
		<dc:creator>Albert Albala</dc:creator>
		<pubDate>Fri, 20 Feb 2009 20:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/installing-gd-libraries-for-leopard-apache-php-525/#comment-192</guid>
		<description>Hi,

thanks for the tutorial; I must be missing something and any help would be appreciated.

I followed the steps and everything worked without any errors. But...

phpinfo() tells me that my extension dir is now /usr/lib/php/extensions/no-debug-non-zts-20060613

When I look in that directory, gd.so does exist in there.

So far so good, but phpinfo() does not say anything about gd and gd does not seem to be installed.

I double-checked everything, restarted my computer, made sure my php.ini file is OK, and basically I am at a loss as to what to do now...

Again, thanks for sharing the knowledge! Cheers,

Albert.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for the tutorial; I must be missing something and any help would be appreciated.</p>
<p>I followed the steps and everything worked without any errors. But&#8230;</p>
<p>phpinfo() tells me that my extension dir is now /usr/lib/php/extensions/no-debug-non-zts-20060613</p>
<p>When I look in that directory, gd.so does exist in there.</p>
<p>So far so good, but phpinfo() does not say anything about gd and gd does not seem to be installed.</p>
<p>I double-checked everything, restarted my computer, made sure my php.ini file is OK, and basically I am at a loss as to what to do now&#8230;</p>
<p>Again, thanks for sharing the knowledge! Cheers,</p>
<p>Albert.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
