It looks like you haven't installed GD library. I think you need to install freetype2 as well.
My short experience:
I tried to PHP 4.1.1 & Apache 1.3.23 & MySQL with pre-installed GD library. I didn't work. I installed source distribution of GD and required libraries (png, jpeg and so on).
NOW It works.
I Installed with...
Mandrake Linux 8.0 - Kernel 2.4.3
- MySQL 3.23.47 - binaray
- libpng 1.2.1 - requires for GD
- zlib 1.0.4 - requires for GD
- FreeType 2.0.6 - true type font support
- GD library 1.8.4
- Apache 1.3.23
- PHP 4.1.1
kemp wrote:
on my compile for the GD portion, I get this error:
php_gd.h:69: warning: static declaration for `gdImageColorResolve' follows non-static
gd.c:92: conflicting types for `gdIOCtx'
/usr/include/gd_io.h:18: previous declaration of `gdIOCtx'
make[3]: *** [gd.lo] Error 1
make[3]: Leaving directory `/opt/php-4.1.1/ext/gd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/php-4.1.1/ext/gd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/php-4.1.1/ext'
make: *** [all-recursive] Error 1
What is Error 1, how can I fix it.
ty