php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17840 building php-4.2.1 for apache-2.0.39 fails
Submitted: 2002-06-19 10:39 UTC Modified: 2002-06-19 10:41 UTC
From: michaud dot bernard at ic dot gc dot ca Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.2.1 OS: Solaris 8 x86
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: michaud dot bernard at ic dot gc dot ca
New email:
PHP Version: OS:

 

 [2002-06-19 10:39 UTC] michaud dot bernard at ic dot gc dot ca
System is Dell PowerEdge 6400
OS is Solaris 8 x86 2/02
Compiler is gcc-3.0.4

...
Making all in sapi
make[1]: Entering directory `/playground/build/php-4.2.1/sapi'
Making all in apache2filter
make[2]: Entering directory `/playground/build/php-4.2.1/sapi/apache2filter'
make[3]: Entering directory `/playground/build/php-4.2.1/sapi/apache2filter'
/bin/sh /playground/build/php-4.2.1/libtool --silent --mode=compile gcc  -I. -I/playground/build/php-4.2.1/sapi/apache2filter -I/playground/build/php-4.2.1/main -I/playground/build/php-4.2.1 -I/opt/apache-2.0/include -I/playground/build/php-4.2.1/Zend -I/usr/local/ssl/include  -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/playground/build/php-4.2.1/TSRM -O9 -march=i586 -mcpu=i686 -L/usr/local/lib -R/usr/local/lib -pthreads -DZTS -prefer-pic  -c sapi_apache2.c
/bin/sh /playground/build/php-4.2.1/libtool --silent --mode=compile gcc  -I. -I/playground/build/php-4.2.1/sapi/apache2filter -I/playground/build/php-4.2.1/main -I/playground/build/php-4.2.1 -I/opt/apache-2.0/include -I/playground/build/php-4.2.1/Zend -I/usr/local/ssl/include  -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/playground/build/php-4.2.1/TSRM -O9 -march=i586 -mcpu=i686 -L/usr/local/lib -R/usr/local/lib -pthreads -DZTS -prefer-pic  -c apache_config.c
/bin/sh /playground/build/php-4.2.1/libtool --silent --mode=compile gcc  -I. -I/playground/build/php-4.2.1/sapi/apache2filter -I/playground/build/php-4.2.1/main -I/playground/build/php-4.2.1 -I/opt/apache-2.0/include -I/playground/build/php-4.2.1/Zend -I/usr/local/ssl/include  -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/playground/build/php-4.2.1/TSRM -O9 -march=i586 -mcpu=i686 -L/usr/local/lib -R/usr/local/lib -pthreads -DZTS -prefer-pic  -c php_functions.c
php_functions.c:93:27: missing binary operator before '!'
make[3]: *** [php_functions.lo] Error 1
make[3]: Leaving directory `/playground/build/php-4.2.1/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/playground/build/php-4.2.1/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/playground/build/php-4.2.1/sapi'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-19 10:41 UTC] derick@php.net
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation 
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.

Please use the SEARCH function in our bugsystem first... this is the 10th report today!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 14:01:29 2024 UTC