[PHP-DEV] PHP 4.0 Bug #4282: basic_functions.c:324: `php_if_dl' undeclared here (not in a function) From: witchen <email protected>
Date: 04/29/00

From: witchen <email protected>
Operating system: redhat6.0
PHP version: 4.0 Release Candidate 1
PHP Bug Type: Compile Failure
Bug description: basic_functions.c:324: `php_if_dl' undeclared here (not in a function)

./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/conf \
--enable-versioning \
--with-mysql=/usr/local/mysql \
--with-ftp \
--with-gd=/usr/local/gd-1.8.1 \
--enable-bcmath=yes \
--enable-debug=no \
--enable-memory-limit=yes \
--enable-track-vars \
--with-imap=/usr/src/imap-4.7c \
--with-jpeg-dir=/usr/local/gd-1.8.1 \
--disable-debug

make

 -O2 -c basic_functions.c
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/local/php-4.0RC1/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/php-4.0RC1/ext/standard'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/usr/local/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>