I've problem buildin php 4.0.6 with gd support under MacOSX 10.0.4 (and 10.1 also).
Ager installing all needed for gd 2.0.1 (jibjpeg, libpng, freetype 2) I try to build
php with the following configuration:
./configure --with-mysql=/usr/local --with-apxs --with-png-dir=/usr/local --with-zlib-dir=/usr/local --with-jpeg-dir=/usr/local --with-freetype-dir=/usr/local --with-gd=/usr/local --enable-sockets
it makes and installs fine, but after that phpinfo shows this in its gd section:
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with freetype
WBMP Support enabled
I've got a lot of problems compiling GD 2.0.1, but finaly it seems that its working, may be this is the reason..
10x in advance