[PHP-DEV] Bug #944 Updated: Polluted name space - PHP fails to compile for use with PostgreSQL From: Bug Database (php-dev <email protected>)
Date: 11/23/98

ID: 944
Updated by: jah
Reported By: achowe <email protected>
Status: Closed
Bug Type: Compile Failure
Assigned To: jah
Comments:

The problem seems to missing gd.h, not palloc redefined.
Either configure using '--without-gd' or put the gd headers and libs somewhere they can be found, like /usr/local/{include|lib}.

In file included from internal_functions.c:70:
functions/php3_gd.h:44: gd.h: No such file or directory
make: *** [internal_functions.o] Error 1

Full Bug description available at: http://ca.php.net/bugs.php3?id=944

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>