php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38570 Build system fails to build cli/cgi versions
Submitted: 2006-08-23 15:48 UTC Modified: 2006-08-31 01:00 UTC
From: cscott at mackays dot co dot uk Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.1.5 OS: AIX 5.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cscott at mackays dot co dot uk
New email:
PHP Version: OS:

 

 [2006-08-23 15:48 UTC] cscott at mackays dot co dot uk
Description:
------------
I am unable to compile and install cli and cgi versions of PHP.








Reproduce code:
---------------
./configure --with-mysql=/usr/local/mysql/lib --with-zlib-dir=/usr/include --with-ftp --enable-fastcgi

runs successfully.

make" or "make cli" also run without error but produce the following output

---------------------------------------------------------------
? make
        echo '\
\
        echo '\
\

Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).
----------------------------------------------------------------




Expected result:
----------------
I believe there should be binaries in the cli and cgi directories.



Actual result:
--------------
The command "ls ./sapi/cli/php" yields "ls: 0653-341 The file ./sapi/cgi/php does not exist." and there appears to be no binaries in either the cli or cgi directories.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-08-23 15:50 UTC] tony2001@php.net
Install GNU ld, GCC and other GNU builds tools and try again.
 [2006-08-31 01:00 UTC] 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".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC