[PHP-DEV] PHP 4.0 Bug #4102: Failed to compile under Solaris 2.6 From: ag0ny <email protected>
Date: 04/11/00

From: ag0ny <email protected>
Operating system: SunOS sun00460 5.6 Generic_105181-13 sun4u sparc SUNW,Ultra-1
PHP version: 4.0 Release Candidate 1
PHP Bug Type: Compile Failure
Bug description: Failed to compile under Solaris 2.6

Output from 'make':

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
basic_functions.c: In function `php_info_basic':
basic_functions.c:708: warning: implicit declaration of function `php_info_dl'
make[3]: *** [basic_functions.lo] Error 1
make[3]: Leaving directory `/4gig/tmp/soft/php-4.0RC1/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/4gig/tmp/soft/php-4.0RC1/ext/standard'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/4gig/tmp/soft/php-4.0RC1/ext'
make: *** [all-recursive] Error 1

My configure line was:

./configure --with-mysql=/usr/local/mysql-3.22.27-sun-solaris2.6-sparc/ --with-apxs=/usr/local/etc/httpsd/bin/apxs

I'm running Apache 1.3.12 + mod_ssl 2.6.2 as a DSO module + mm-1.0.12 + OpenSSL 0.9.4.

-- 
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>