on my compile for the GD portion, I get this error:
php_gd.h:69: warning: static declaration for gdImageColorResolve' follows non-static
gdIOCtx'
gd.c:92: conflicting types for
/usr/include/gd_io.h:18: previous declaration of gdIOCtx'
/opt/php-4.1.1/ext/gd'
make[3]: *** [gd.lo] Error 1
make[3]: Leaving directory
make[2]: [all-recursive] Error 1
make[2]: Leaving directory /opt/php-4.1.1/ext/gd'
/opt/php-4.1.1/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
make: [all-recursive] Error 1
What is Error 1, how can I fix it.
ty