Edit report at http://bugs.php.net/bug.php?id=49788&edit=1
ID: 49788 Updated by: fel...@php.net Reported by: venkata dot ballari at gmail dot com Summary: Missing command in make file for "Generating phar.php" -Status: No Feedback +Status: Feedback Type: Bug Package: Compile Failure Operating System: AIX 5.3 PHP Version: 5.3.0 New Comment: Please try using this snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ Previous Comments: ------------------------------------------------------------------------ [2009-10-14 01:00:00] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2009-10-08 08:16:04] venkata dot ballari at gmail dot com I tried the snapshot available at http://snaps.php.net/php5.3-latest.tar.gz I'm using bash. Still getting errors. -I/usr/include -g -c /home/oa_apps/php5.3-200910070430/ext/fileinfo/libmagic/encoding.c -o ext/fileinfo/libmagic/encoding.lo 1500-052: (S) Cannot write object file. make: 1254-004 The error code from the last command is 1. Stop. ------------------------------------------------------------------------ [2009-10-06 15:25:26] j...@php.net Please try using this snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ And what shell are you using? Only bash is supported. ------------------------------------------------------------------------ [2009-10-06 14:52:45] venkata dot ballari at gmail dot com Description: ------------ The "Generating phar.php" section of make fails with the error: /bin/sh[14]: -d: not found. Reproduce code: --------------- cd php-5.3.0 ./configure --prefix=/ballari/oa_apps --with-apxs2=/ballari/oa_apps/apache2/bin/apxs --with-config-file-path=/ballari/oa_apps/apache2/conf --with-gd --disable-static --enable-shared --enable-libxml --with-zlib --with-zlib-dir=/opt/freeware/lib --with-jpeg-dir=/opt/freeware/lib --with-mysql=/ballari/picc/db/mysql-standard-5.0.27-aix5.2-powerpc make Expected result: ---------------- make process completes without error. Actual result: -------------- -I/usr/include -g -c main/internal_functions_cli.c -o main/internal_functions_cli.lo echo '\ \ Generating phar.php /bin/sh[14]: -d: not found. make: 1254-004 The error code from the last command is 127. Stop. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=49788&edit=1