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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 17:01:29 2024 UTC