|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2007-02-26 12:50 UTC] 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.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 17 07:00:01 2025 UTC |
# > echo `/usr/IBMIHS_MON/bin/apxs -q SBINDIR`/`/usr/IBMIHS_MON/bin/apxs -q TARGET` /usr/IBMIHS_MON/bin/httpd # > `/usr/IBMIHS_MON/bin/apxs -q SBINDIR`/`/usr/IBMIHS_MON/bin/apxs -q TARGET` -v Could not load program /usr/IBMIHS_MON/bin/httpd: Dependent module libaprutil-0.so could not be loaded. Could not load module libaprutil-0.so. System error: No such file or directoryAhha. So here we got the actual source of the problem: `/usr/IBMIHS_MON/bin/httpd -v` produces the error below. Could not load program /usr/IBMIHS_MON/bin/httpd: Dependent module libaprutil-0.so could not be loaded. Could not load module libaprutil-0.so. System error: No such file or directory