Hi,
I installed a patched version of GD for gif support libxml2, apache2 and MySQL4 on a suse9 box.
When I configure php5 with:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-GD=/usr/local
It works perfectly but when I type 'make' I get this error:
main/output.lo(.text+0xbd1): In function php_ob_init_named':
/usr/local/php-5.0.0RC1/main/output.c:443: undefined reference tophp_ob_gzhandler_check'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
Any ideas how I can overcome it?