ID: 39795 Updated by: [EMAIL PROTECTED] Reported By: michael dot kurz at lrp dot de -Status: Assigned +Status: Feedback Bug Type: Compile Failure Operating System: AIX 5.2, ML08-01 PHP Version: 5CVS-2006-12-11 (snap) Assigned To: tony2001 New Comment:
Please try this patch: http://tony2001.phpclub.net/dev/tmp/crypt_r.diff apply it with patch -p0 < crypt_r.diff, then run ./buildconf && ./config.nice && make Previous Comments: ------------------------------------------------------------------------ [2006-12-11 08:52:06] michael dot kurz at lrp dot de Description: ------------ snap = php5.2-200612110530 aix level see above Compiler = C for Aix 6.0 configure without any failures make crashes after a while with rc=1 base version any many snaps tested with same or similar results Reproduce code: --------------- ./configure --with-oci8=/dba/app/oracle/102 --with-oracle=/dba/app/oracle/102 --enable-sigchild make . . . Expected result: ---------------- Should compile properly. Actual result: -------------- /bin/sh /tempdata/xxx/php5.2-200612110530/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/tempdata/xxx/php5.2-200612110530/ext/standa rd/ -DPHP_ATOM_INC -I/tempdata/xxx/php5.2-200612110530/include -I/tempdata/xxx/php5.2-200612110530/main -I/tempdata/xxx/php5.2-200612110530 -I/opt/freeware/include/libx ml2 -I/tempdata/xxx/php5.2-200612110530/ext/date/lib -I/dba/app/oracle/102/rdbms/public -I/dba/app/oracle/102/rdbms/demo -I/dba/app/oracle/102/plsql/public -I/tempdata/ xxx/php5.2-200612110530/TSRM -I/tempdata/xxx/php5.2-200612110530/Zend -I/usr/include -g -c /tempdata/xxx/php5.2-200612110530/ext/standard/crc32.c -o ext/standard/cr c32.lo /bin/sh /tempdata/xxx/php5.2-200612110530/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/tempdata/xxx/php5.2-200612110530/ext/standa rd/ -DPHP_ATOM_INC -I/tempdata/xxx/php5.2-200612110530/include -I/tempdata/xxx/php5.2-200612110530/main -I/tempdata/xxx/php5.2-200612110530 -I/opt/freeware/include/libx ml2 -I/tempdata/xxx/php5.2-200612110530/ext/date/lib -I/dba/app/oracle/102/rdbms/public -I/dba/app/oracle/102/rdbms/demo -I/dba/app/oracle/102/plsql/public -I/tempdata/ xxx/php5.2-200612110530/TSRM -I/tempdata/xxx/php5.2-200612110530/Zend -I/usr/include -g -c /tempdata/xxx/php5.2-200612110530/ext/standard/crypt.c -o ext/standard/cr ypt.lo "/tempdata/xxx/php5.2-200612110530/ext/standard/crypt.c", line 150.24: 1506-007 (S) "struct crypt_data" is undefined. "/tempdata/xxx/php5.2-200612110530/ext/standard/crypt.c", line 152.17: 1506-196 (W) Initialization between types "unsigned char*" and "int" is not allowed. make: The error code from the last command is 1. Stop. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39795&edit=1