|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2006-12-11 08:52 UTC] 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.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
patch now is done, but buildconf crashes root@lrp-vks01:/tempdata/xxx/php5.2-200612110530# ./buildconf using default Zend directory buildconf: checking installation... buildconf: autoconf version 2.59 (ok) buildconf: Your version of autoconf likely contains buggy cache code. Running cvsclean for you. To avoid this, install autoconf-2.13. "build/build2.mk", line 32: make: Dependency line needs colon or double colon operator. "build/build2.mk", line 33: make: Dependency line needs colon or double colon operator. "build/build2.mk", line 35: make: Dependency line needs colon or double colon operator. make: Fatal errors encountered -- cannot continue. make: The error code from the last command is 2. Stop. autoconf Version 2.13 could not be installed, cause make runs in error root@lrp-vks01:/tempdata/autoconf-2.13# make Error: Autoconf requires GNU m4 1.1 or later make: The error code from the last command is 1. Stop. ...and m4 is installed root@lrp-vks01:/tempdata/autoconf-2.13# lslpp -L |grep m4 m4 1.4.1-1 C R The GNU macro processor. root@lrp-vks01:/tempdata/autoconf-2.13# Just for fun I tested ./configure --with=/dba ... && make, but /bin/sh /tempdata/xxx/php5.2-200612110530/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/tempdata/xxx/php5 .2-200612110530/ext/standard/ -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/libxml2 -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/crypt.lo "/tempdata/xxx/php5.2-200612110530/ext/standard/crypt.c", line 159.2: 1506-205 (S) #error Data struct used by crypt_r() is unknown. Please rep ort. "/tempdata/xxx/php5.2-200612110530/ext/standard/crypt.c", line 161.1: 1506-275 (S) Unexpected text ':' encountered. "/tempdata/xxx/php5.2-200612110530/ext/standard/crypt.c", line 162.17: 1506-277 (S) Syntax error: possible missing ';' or ','? "/tempdata/xxx/php5.2-200612110530/ext/standard/crypt.c", line 162.51: 1506-045 (S) Undeclared identifier buffer. "/tempdata/xxx/php5.2-200612110530/ext/standard/crypt.c", line 162.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. root@lrp-vks01:/tempdata/xxx/php5.2-200612110530#...but I think we are on the target line /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/tempdata/php5.2-200612121330/Zend/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/Zend/zend_alloc.c -o Zend/zend_alloc.lo "/tempdata/php5.2-200612121330/Zend/zend_alloc.c", line 274.28: 1506-243 (S) Value of enumeration constant must be in range of signed integer. "/tempdata/php5.2-200612121330/Zend/zend_alloc.c", line 275.28: 1506-243 (S) Value of enumeration constant must be in range of signed integer. make: The error code from the last command is 1. Stop./bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/tempdata/php5.2-200612121330/main/streams/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/main/streams/plain_wrapper.c -o main/streams/plain_wrapper.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/tempdata/php5.2-200612121330/main/streams/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/main/streams/userspace.c -o main/streams/userspace.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/tempdata/php5.2-200612121330/main/streams/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/main/streams/transports.c -o main/streams/transports.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/tempdata/php5.2-200612121330/main/streams/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/main/streams/xp_socket.c -o main/streams/xp_socket.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/streams/ -I/tempdata/php5.2-200612121330/main/streams/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/main/streams/mmap.c -o main/streams/mmap.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/tempdata/php5.2-200612121330/Zend/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c Zend/zend_language_parser.c -o Zend/zend_language_parser.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/tempdata/php5.2-200612121330/Zend/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c Zend/zend_language_scanner.c -o Zend/zend_language_scanner.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/tempdata/php5.2-200612121330/Zend/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c Zend/zend_ini_parser.c -o Zend/zend_ini_parser.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/tempdata/php5.2-200612121330/Zend/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c Zend/zend_ini_scanner.c -o Zend/zend_ini_scanner.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/tempdata/php5.2-200612121330/Zend/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/Zend/zend_alloc.c -o Zend/zend_alloc.lo "/tempdata/php5.2-200612121330/Zend/zend_alloc.c", line 274.28: 1506-243 (S) Value of enumeration constant must be in range of signed integer. "/tempdata/php5.2-200612121330/Zend/zend_alloc.c", line 275.28: 1506-243 (S) Value of enumeration constant must be in range of signed integer. make: The error code from the last command is 1. Stop. root@lrp-vks01:/tempdata/php5.2-200612121330#uesd gcc 4.0.0 instead aix cc6.0 here's the result: /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/tempdata/php5.2-200612121330/Zend/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/Zend/zend_object_handlers.c -o Zend/zend_object_handlers.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/tempdata/php5.2-200612121330/Zend/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/Zend/zend_objects_API.c -o Zend/zend_objects_API.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/tempdata/php5.2-200612121330/Zend/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/Zend/zend_default_classes.c -o Zend/zend_default_classes.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/tempdata/php5.2-200612121330/Zend/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/Zend/zend_execute.c -o Zend/zend_execute.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Isapi/cgi/ -I/tempdata/php5.2-200612121330/sapi/cgi/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/sapi/cgi/cgi_main.c -o sapi/cgi/cgi_main.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Isapi/cgi/ -I/tempdata/php5.2-200612121330/sapi/cgi/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/sapi/cgi/getopt.c -o sapi/cgi/getopt.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/tempdata/php5.2-200612121330/main/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c main/internal_functions.c -o main/internal_functions.lo echo '\ \ /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/oci8/ -I/tempdata/php5.2-200612121330/ext/oci8/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/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/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/ext/oci8/oci8.c -o ext/oci8/oci8.lo In file included from /tempdata/php5.2-200612121330/ext/oci8/oci8.c:50: /tempdata/php5.2-200612121330/ext/oci8/php_oci8_int.h:343: error: parse error before 'oraub8' /tempdata/php5.2-200612121330/ext/oci8/oci8.c: In function 'php_oci_init_global_handles': /tempdata/php5.2-200612121330/ext/oci8/oci8.c:434: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /tempdata/php5.2-200612121330/ext/oci8/oci8.c: In function 'php_oci_fetch_errmsg': /tempdata/php5.2-200612121330/ext/oci8/oci8.c:916: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /tempdata/php5.2-200612121330/ext/oci8/oci8.c:923: warning: pointer targets in passing argument 1 of '_estrndup' differ in signedness /tempdata/php5.2-200612121330/ext/oci8/oci8.c:923: warning: pointer targets in assignment differ in signedness /tempdata/php5.2-200612121330/ext/oci8/oci8.c: In function 'php_oci_do_connect_ex': /tempdata/php5.2-200612121330/ext/oci8/oci8.c:1035: warning: pointer targets in passing argument 2 of 'OCINlsCharSetNameToId' differ in signedness make: The error code from the last command is 1. Stop. root@lrp-vks01:/tempdata/php5.2-200612121330#configure + make without error but make install fails! /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Isapi/cli/ -I/tem pdata/php5.2-200612121330/sapi/cli/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-2006121213 30/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/ext/date/lib -I/ tempdata/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-2006121 21330/sapi/cli/getopt.c -o sapi/cli/getopt.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/tempdat a/php5.2-200612121330/main/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/ext/date/lib -I/tempdata /php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c main/internal_functions_cli.c -o main/internal_functions_cli.lo echo '\ \ Build complete. (It is safe to ignore warnings about tempnam and tmpnam). root@lrp-vks01:/tempdata/php5.2-200612121330# make install echo '\ \ echo '\ \ Installing PHP SAPI module: cgi Installing PHP CGI into: /usr/local/bin/ cp: sapi/cgi/php: No such file or directory make: The error code from the last command is 1. Stop. root@lrp-vks01:/tempdata/php5.2-200612121330#/bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Isapi/cli/ -I/tempdata/php5.2-200612121330/sapi/cli/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/ext/date/lib -I/tempdata/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/sapi/cli/php_cli.c -o sapi/cli/php_cli.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Isapi/cli/ -I/tempdata/php5.2-200612121330/sapi/cli/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/ext/date/lib -I/tempdata/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/sapi/cli/php_cli_readline.c -o sapi/cli/php_cli_readline.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Isapi/cli/ -I/tempdata/php5.2-200612121330/sapi/cli/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/ext/date/lib -I/tempdata/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c /tempdata/php5.2-200612121330/sapi/cli/getopt.c -o sapi/cli/getopt.lo /bin/sh /tempdata/php5.2-200612121330/libtool --silent --preserve-dup-deps --mode=compile cc -Imain/ -I/tempdata/php5.2-200612121330/main/ -DPHP_ATOM_INC -I/tempdata/php5.2-200612121330/include -I/tempdata/php5.2-200612121330/main -I/tempdata/php5.2-200612121330 -I/opt/freeware/include/libxml2 -I/tempdata/php5.2-200612121330/ext/date/lib -I/tempdata/php5.2-200612121330/TSRM -I/tempdata/php5.2-200612121330/Zend -I/usr/include -g -c main/internal_functions_cli.c -o main/internal_functions_cli.lo echo '\ \ Build complete. (It is safe to ignore warnings about tempnam and tmpnam). root@lrp-vks01:/tempdata/php5.2-200612121330# make install echo '\ \ echo '\ \ Installing PHP SAPI module: cgi Installing PHP CGI into: /usr/local/bin/ cp: sapi/cgi/php: No such file or directory make: The error code from the last command is 1. Stop.