I am getting these errors when I run a 'make'.  Any ideas why?
 
./configure --with-mysql
 
make
/tmp/dres/php-4.3.7/ext/mysql/libmysql/my_tempnam.c:115: warning: the use of `tempnam' 
is dangerous, better use `mkstemp'
ext/standard/image.o(.text+0x6b0): In function `php_handle_swc':
/tmp/dres/php-4.3.7/ext/standard/image.c:212: undefined reference to `uncompress'
ext/standard/image.o(.text+0x80b):/tmp/dres/php-4.3.7/ext/standard/image.c:230: 
undefined reference to `uncompress'
main/output.o(.text+0xa72): In function `php_ob_init_named':
/tmp/dres/php-4.3.7/main/output.c:428: undefined reference to `php_ob_gzhandler_check'
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php] Error 1

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to