From: [EMAIL PROTECTED] Operating system: Slackware Version 3.1.0 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Cannot compile PHP 4.0.4pl1 w/ pgsql Using the following commands: ./configure --with-gd=/usr/local/gd/ \ --with-mysql \ --with-pgsql \ --with-xml \ --with-zlib \ --enable-memory-limit \ --enable-force-cgi-redirect make the compile fails with the following output: Making all in pgsql make[2]: Entering directory `/g/src/php/php-4.0.4pl1/ext/pgsql' make[3]: Entering directory `/g/src/php/php-4.0.4pl1/ext/pgsql' gcc -I. -I/g/src/php/php-4.0.4pl1/ext/pgsql -I/g/src/php/php-4.0.4pl1/main -I/g/src/php/php-4.0.4pl1 -I/g/src/php/php-4.0.4pl1/Zend -I/usr/local/gd/ -I/g/src/php/php-4.0.4pl1/ext/mysql/libmysql -I/g/src/php/php-4.0.4pl1/ext/xml/expat/xmltok -I/g/src/php/php-4.0.4pl1/ext/xml/expat/xmlparse -I/usr/local/include -I/g/src/php/php-4.0.4pl1/TSRM -I/usr/local/pgsql/include -DXML_BYTE_ORDER=12 -g -O2 -c pgsql.c && touch pgsql.lo pgsql.c: In function `php_if_pg_put_line': pgsql.c:750: void value not ignored as it ought to be make[3]: *** [pgsql.lo] Error 1 make[3]: Leaving directory `/g/src/php/php-4.0.4pl1/ext/pgsql' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/g/src/php/php-4.0.4pl1/ext/pgsql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/g/src/php/php-4.0.4pl1/ext' make: *** [all-recursive] Error 1 -- Edit Bug report at: http://bugs.php.net/?id=8970&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]