ID: 18969 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: AIX 4.3.3 PHP Version: 4.3.0-dev New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip If the problem still exists could you please include the defenition of mmap64 from /usr/include/sys/mman.h Previous Comments: ------------------------------------------------------------------------ [2002-08-20 21:32:11] [EMAIL PROTECTED] update version. ------------------------------------------------------------------------ [2002-08-20 15:55:51] [EMAIL PROTECTED] Just marking as open ------------------------------------------------------------------------ [2002-08-20 15:48:52] [EMAIL PROTECTED] Thx sniper. I tried using that code but have got the same results. ------------------------------------------------------------------------ [2002-08-19 17:21:06] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2002-08-19 14:16:04] [EMAIL PROTECTED] Using the following code (generated by Make) ============================= gcc -I. -I/home/spearson/dev/apache13/php-4.2.2/sapi/apache -I/home/spearson/dev/apache13/php-4.2.2/main -I/home/spearson/dev/apache13/php-4.2.2 -I/home/spearson/dev/apache13/apache_1.3.26/src/include -I/home/spearson/dev/apache13/apache_1.3.26/src/os/unix -I/home/spearson/dev/apache13/php-4.2.2/Zend -I/home/spearson/dev/apache13/php-4.2.2/ext/mysql/libmysql -I/home/spearson/dev/apache13/php-4.2.2/ext/xml/expat -I/home/spearson/dev/apache13/apache_1.3.26/src/include -I/home/spearson/dev/apache13/apache_1.3.26/src/os/unix -I/home/spearson/dev/apache13/php-4.2.2/TSRM -O2 -c sapi_apache.c && touch sapi_apache.lo ============================= resulted in several warnings and 2 errors when run on AIX 4.3.3 Apache 1.3.26 mod_perl 1.26 php 4.2.2 The 2 errors are:- /usr/include/sys/mman.h:114: conflicting types for `mmap64' /usr/include/sys/mman.h:109: previous declaration of `mmap64' sapi_apache.c: In function `apache_php_module_main': sapi_apache.c:93: `in_request' undeclared (first use in this function) I was able to circumvent the first by commenting out the _LARGE_FILES definition in ap_config_auto.h (from mod_perl). The second error is a duplicate of Bug #15209 (I have added a comment there to indicate the AIX compilation failure). ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=18969&edit=1
