php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20259 Error in making the binaries
Submitted: 2002-11-05 09:04 UTC Modified: 2002-11-05 09:09 UTC
From: ioana dot radulescu at carbagas dot ch Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.2.3 OS: AIX 4.3.3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ioana dot radulescu at carbagas dot ch
New email:
PHP Version: OS:

 

 [2002-11-05 09:04 UTC] ioana dot radulescu at carbagas dot ch
Apache version 1.3.22 has been installed several months ago.
Didn't experience any problem.

Today I tried to install PHP. I ran:
./configure --with-mysql=/usr/local/mysql --with-apache=/usr/local/apache --enable-track-vars

Afterwards: make
Making all in Zend
make[1]: Entering directory `/usr/local/PHP-4.2.3/Zend'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/PHP-4.2.3/Zend'
Making all in main
make[1]: Entering directory `/usr/local/PHP-4.2.3/main'
make[2]: Entering directory `/usr/local/PHP-4.2.3/main'
make[2]: Nothing to be done for `all-p'.
make[2]: Leaving directory `/usr/local/PHP-4.2.3/main'
make[1]: Leaving directory `/usr/local/PHP-4.2.3/main'
Making all in ext
make[1]: Entering directory `/usr/local/PHP-4.2.3/ext'
Making all in ctype
make[2]: Entering directory `/usr/local/PHP-4.2.3/ext/ctype'
make[3]: Entering directory `/usr/local/PHP-4.2.3/ext/ctype'
make[3]: Nothing to be done for `all-p'.
make[3]: Leaving directory `/usr/local/PHP-4.2.3/ext/ctype'
make[2]: Leaving directory `/usr/local/PHP-4.2.3/ext/ctype'
Making all in mysql
make[2]: Entering directory `/usr/local/PHP-4.2.3/ext/mysql'
make[3]: Entering directory `/usr/local/PHP-4.2.3/ext/mysql'
make[3]: Nothing to be done for `all-p'.
make[3]: Leaving directory `/usr/local/PHP-4.2.3/ext/mysql'
make[2]: Leaving directory `/usr/local/PHP-4.2.3/ext/mysql'
Making all in pcre
make[2]: Entering directory `/usr/local/PHP-4.2.3/ext/pcre'
Making all in pcrelib
make[3]: Entering directory `/usr/local/PHP-4.2.3/ext/pcre/pcrelib'
make[4]: Entering directory `/usr/local/PHP-4.2.3/ext/pcre/pcrelib'
make[4]: Nothing to be done for `all-p'.
make[4]: Leaving directory `/usr/local/PHP-4.2.3/ext/pcre/pcrelib'
make[3]: Leaving directory `/usr/local/PHP-4.2.3/ext/pcre/pcrelib'
make[3]: Entering directory `/usr/local/PHP-4.2.3/ext/pcre'
make[3]: Nothing to be done for `all-p'.
make[3]: Leaving directory `/usr/local/PHP-4.2.3/ext/pcre'
make[2]: Leaving directory `/usr/local/PHP-4.2.3/ext/pcre'
Making all in posix
make[2]: Entering directory `/usr/local/PHP-4.2.3/ext/posix'
make[3]: Entering directory `/usr/local/PHP-4.2.3/ext/posix'
make[3]: Nothing to be done for `all-p'.
make[3]: Leaving directory `/usr/local/PHP-4.2.3/ext/posix'
make[2]: Leaving directory `/usr/local/PHP-4.2.3/ext/posix'
Making all in session
make[2]: Entering directory `/usr/local/PHP-4.2.3/ext/session'
make[3]: Entering directory `/usr/local/PHP-4.2.3/ext/session'
make[3]: Nothing to be done for `all-p'.
make[3]: Leaving directory `/usr/local/PHP-4.2.3/ext/session'
make[2]: Leaving directory `/usr/local/PHP-4.2.3/ext/session'
Making all in standard
make[2]: Entering directory `/usr/local/PHP-4.2.3/ext/standard'
make[3]: Entering directory `/usr/local/PHP-4.2.3/ext/standard'
make[3]: Nothing to be done for `all-p'.
make[3]: Leaving directory `/usr/local/PHP-4.2.3/ext/standard'
make[2]: Leaving directory `/usr/local/PHP-4.2.3/ext/standard'
Making all in xml
make[2]: Entering directory `/usr/local/PHP-4.2.3/ext/xml'
Making all in expat
make[3]: Entering directory `/usr/local/PHP-4.2.3/ext/xml/expat'
make[4]: Entering directory `/usr/local/PHP-4.2.3/ext/xml/expat'
make[4]: Nothing to be done for `all-p'.
make[4]: Leaving directory `/usr/local/PHP-4.2.3/ext/xml/expat'
make[3]: Leaving directory `/usr/local/PHP-4.2.3/ext/xml/expat'
make[3]: Entering directory `/usr/local/PHP-4.2.3/ext/xml'
make[3]: Nothing to be done for `all-p'.
make[3]: Leaving directory `/usr/local/PHP-4.2.3/ext/xml'
make[2]: Leaving directory `/usr/local/PHP-4.2.3/ext/xml'
make[2]: Leaving directory `/usr/local/PHP-4.2.3/ext/xml'
make[1]: Leaving directory `/usr/local/PHP-4.2.3/ext'
Making all in sapi
make[1]: Entering directory `/usr/local/PHP-4.2.3/sapi'
Making all in apache
make[2]: Entering directory `/usr/local/PHP-4.2.3/sapi/apache'
make[3]: Entering directory `/usr/local/PHP-4.2.3/sapi/apache'
gcc -I. -I/usr/local/PHP-4.2.3/sapi/apache -I/usr/local/PHP-4.2.3/main -I/usr/lo
cal/PHP-4.2.3 -I/usr/local/apache/src/include -I/usr/local/apache/src/os/unix -I
/usr/local/PHP-4.2.3/Zend -I/usr/local/mysql/include -I/usr/local/PHP-4.2.3/ext/
xml/expat -I/usr/local/apache/src/include -I/usr/local/apache/src/os/unix -I/usr
/local/PHP-4.2.3/TSRM -O2  -c sapi_apache.c && touch sapi_apache.lo
In file included from /usr/local/apache/src/include/ap_config.h:77,
                 from /usr/local/apache/src/include/httpd.h:72,
                 from sapi_apache.c:32:
/usr/local/apache/src/include/ap_config_auto.h:6: unterminated `#if' conditional
In file included from /usr/local/apache/src/include/httpd.h:72,
                 from sapi_apache.c:32:
/usr/local/apache/src/include/ap_config.h:1365: warning: `XtOffsetOf' redefined
/usr/local/PHP-4.2.3/main/php.h:344: warning: this is the location of the previo
us definition
make[3]: *** [sapi_apache.lo] Error 1
make[3]: Leaving directory `/usr/local/PHP-4.2.3/sapi/apache'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/PHP-4.2.3/sapi/apache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/PHP-4.2.3/sapi'
make: *** [all-recursive] Error 1

How could I fix this problem?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-05 09:09 UTC] nicos@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 08:01:34 2025 UTC