ID: 37462
Comment by: burlybutler at hotmail dot com
Reported By: ionut dot aivanesei at amdocs dot com
Status: No Feedback
Bug Type: Compile Failure
Operating System: AIX 5.3
PHP Version: 5.1.4
New Comment:
I've found this bug too when compiling on the AIX platform. When doing
the 'make' it just prints out a spurious line (echo '\), so no
sapi/cli/php executable was made
As reported above, the problem can be worked around by using the
default BUILD_CLI option in the configure script, which was fine.
Either edit configure to disable the aix option, or put the default one
directly in the Makefile (remove backslashes).
Perhaps the AIX BUILD_CLI option works/worked on some versions (or its
something to do with shells) - must have been put there for a reason...
Previous Comments:
------------------------------------------------------------------------
[2006-06-22 01:00:01] 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".
------------------------------------------------------------------------
[2006-06-14 17:44:19] [EMAIL PROTECTED]
And make sure you have GNU tools in use, like GNU sed..
------------------------------------------------------------------------
[2006-06-14 17:43:25] [EMAIL PROTECTED]
Try this configure line:
# ./configure --disable-all
Does it work then? And what kind of paths are [...] anyway?
------------------------------------------------------------------------
[2006-05-17 14:20:35] ionut dot aivanesei at amdocs dot com
Hi there,
I managed to solve this by removing the AIX option from BUILD_CLI and
BUILD_CGI in configure. Now it is using the default and it works ok.
------------------------------------------------------------------------
[2006-05-17 13:23:32] ionut dot aivanesei at amdocs dot com
The same errors I have also with 5.1.4 PHP version.
With 5.1.4 there are also other two compilation errors:
----------
"Zend/zend_language_parser.c", line 2585.1: 1506-046 (S) Syntax error.
make: 1254-004 The error code from the last command is 1.
"Zend/zend_ini_parser.c", line 1081.1: 1506-046 (S) Syntax error.
make: 1254-004 The error code from the last command is 1.
----------
The line containing ';' needs to be removed, otherwise make will fail
with error shown above.
Ionutz
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/37462
--
Edit this bug report at http://bugs.php.net/?id=37462&edit=1