[PHP-DEV] PHP 4.0 Bug #3994: Make Fails From: eric.taieb <email protected>
Date: 03/31/00

From: eric.taieb <email protected>
Operating system: RedHat 6.1
PHP version: 4.0 Release Candidate 1
PHP Bug Type: Compile Failure
Bug description: Make Fails

Compiling on a RedHat 6.1 System with:
./configure --with-apache=../apache_1.3.12 --enable-track-vars --with-mysql=/usr/local/mysql --with-sybase-ct=/opt/sybase --disable-debug

Extract of the failure:

 gcc -DHAVE_CONFIG_H -I. -I/usr/src/apache2000/php-4.0RC1/ext/standard -I../.. -I../../Zend -I/usr/src/apache2000/php-4.0RC1 -I/usr/src/apache2000/apache_1.3.12/src/include -I/usr/src/apache2000/apache_1.3.12/src/os/unix -I/usr/local/mysql/include -I/opt/sybase/include -I/usr/src/apache2000/php-4.0RC1/ext/xml/expat/xmltok -I/usr/src/apache2000/php-4.0RC1/ext/xml/expat/xmlparse -DXML_BYTE_ORDER=12 -D_REENTRANT -g -O2 -c basic_functions.c && touch basic_functions.lo
basic_functions.c:324: `php_if_dl' undeclared here (not in a function)
basic_functions.c:324: initializer element for `basic_functions[201].handler' is not constant
make[3]: *** [basic_functions.lo] Error 1
make[3]: Leaving directory `/usr/src/apache2000/php-4.0RC1/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/apache2000/php-4.0RC1/ext/standard'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/usr/src/apache2000/php-4.0RC1/ext'
make: *** [all-recursive] Error 1

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>