ID: 40638
User updated by: sheezes at gmail dot com
Reported By: sheezes at gmail dot com
-Status: Feedback
+Status: Open
Bug Type: Apache related
Operating System: AIX 5.2
PHP Version: 5.2.1
New Comment:
--with-apxs=/usr/IBMIHS_MON/bin/apxs
i know that i should have used --with-apxs2 but when i run it with this
parameter it told me that i have apache 1.3 and i should drop the "2" to
get --with-apxs
Previous Comments:
------------------------------------------------------------------------
[2007-02-26 13:22:07] [EMAIL PROTECTED]
Which apxs did you use in your configure line?
------------------------------------------------------------------------
[2007-02-26 13:04:38] sheezes at gmail dot com
Server version: IBM_HTTP_Server/2.0.47 Apache/2.0.47
Server built: Oct 10 2003 11:45:45
------------------------------------------------------------------------
[2007-02-26 12:57:05] [EMAIL PROTECTED]
What is the output of `httpd -v` (or perhaps `/usr/IBMIHS_MON/bin/httpd
-v`)?
------------------------------------------------------------------------
[2007-02-26 12:50:40] sheezes at gmail dot com
Description:
------------
I try to install latest php on my AIX 5.2 system. I have apache 2.0.47
installed and function well.
When I run the ./configure file with the --with-apxs2 I get an error
that my apache version is 1.3 and I sould use --with-apxs. I did it and
the configure script finished well.
after that, I do the "make" command and it fails.
here is the result of the make command:
/bin/sh /home/shai/php-5.2.1/libtool --silent --preserve-dup-deps
--mode=compile gcc -I/usr/IBMIHS_MON/include -Isapi/apache/
-I/home/shai/php-5.2.1/sapi/apache/ -DPHP_ATOM_INC
-I/home/shai/php-5.2.1/include -I/home/shai/php-5.2.1/main
-I/home/shai/php-5.2.1 -I/opt/freeware/include/libxml2
-I/home/shai/php-5.2.1/ext/date/lib -I/home/shai/php-5.2.1/TSRM
-I/home/shai/php-5.2.1/Zend -I/usr/include -g -O2 -c
/home/shai/php-5.2.1/sapi/apache/sapi_apache.c -o
sapi/apache/sapi_apache.lo
In file included from /usr/IBMIHS_MON/include/ap_config.h:269,
from /usr/IBMIHS_MON/include/httpd.h:72,
from
/home/shai/php-5.2.1/sapi/apache/php_apache_http.h:47,
from
/home/shai/php-5.2.1/sapi/apache/sapi_apache.c:24:
/usr/IBMIHS_MON/include/ap_config_auto.h:32:1: warning:
"WORDS_BIGENDIAN" redefined
In file included from /home/shai/php-5.2.1/main/php_compat.h:27,
from
/home/shai/php-5.2.1/sapi/apache/php_apache_http.h:35,
from
/home/shai/php-5.2.1/sapi/apache/sapi_apache.c:24:
/home/shai/php-5.2.1/main/php_config.h:1666:1: warning: this is the
location of the previous definition
In file included from /home/shai/php-5.2.1/TSRM/tsrm_config.h:1,
from
/home/shai/php-5.2.1/TSRM/tsrm_config_common.h:11,
from /home/shai/php-5.2.1/TSRM/tsrm_virtual_cwd.h:26,
from /home/shai/php-5.2.1/main/php.h:409,
from /home/shai/php-5.2.1/main/php_variables.h:25,
from
/home/shai/php-5.2.1/sapi/apache/php_apache_http.h:65,
from
/home/shai/php-5.2.1/sapi/apache/sapi_apache.c:24:
/home/shai/php-5.2.1/include/../main/php_config.h:964:1: warning:
"WORDS_BIGENDIAN" redefined
In file included from /usr/IBMIHS_MON/include/ap_config.h:269,
from /usr/IBMIHS_MON/include/httpd.h:72,
from
/home/shai/php-5.2.1/sapi/apache/php_apache_http.h:47,
from
/home/shai/php-5.2.1/sapi/apache/sapi_apache.c:24:
/usr/IBMIHS_MON/include/ap_config_auto.h:32:1: warning: this is the
location of the previous definition
/home/shai/php-5.2.1/sapi/apache/sapi_apache.c: In function
'apache_php_module_main':
/home/shai/php-5.2.1/sapi/apache/sapi_apache.c:44: error: 'NOT_FOUND'
undeclared (first use in this function)
/home/shai/php-5.2.1/sapi/apache/sapi_apache.c:44: error: (Each
undeclared identifier is reported only once
/home/shai/php-5.2.1/sapi/apache/sapi_apache.c:44: error: for each
function it appears in.)
make: The error code from the last command is 1.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=40638&edit=1