ID:               20259
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: AIX 4.3.3
 PHP Version:      4.2.3
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[2002-11-05 09:04:16] [EMAIL PROTECTED]

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?



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20259&edit=1

Reply via email to