php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67910 PHP7 'make install' fails due to incomplete version number changes in SAPIs
Submitted: 2014-08-26 15:42 UTC Modified: 2014-09-20 18:15 UTC
From: sixd@php.net Assigned: sixd (profile)
Status: Closed Package: Compile Failure
PHP Version: master-Git-2014-08-26 (Git) OS: OS X
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: sixd@php.net
New email:
PHP Version: OS:

 

 [2014-08-26 15:42 UTC] sixd@php.net
Description:
------------
Various references to php5 in sapi/*/* need updating to php7.

Currently installing into Apache 2 fails on OS X.  The build successfully creates libs/libphp7.so but 'make install' looks for libphp5.so so it fails with the error:

Installing PHP SAPI module:       apache2handler
/Users/cjones/opt/apache24/build/instdso.sh SH_LIBTOOL='/Users/cjones/opt/apache24/build/libtool' libs/libphp5.so /Users/cjones/opt/apache24/modules
/Users/cjones/opt/apache24/build/libtool --mode=install install libs/libphp5.so /Users/cjones/opt/apache24/modules/
libtool: install: install libs/libphp5.so /Users/cjones/opt/apache24/modules/libphp5.so
install: libs/libphp5.so: No such file or directory
apxs:Error: Command failed with rc=4653056
.
make: *** [install-sapi] Error 1



Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-09-17 19:37 UTC] sixd@php.net
An incomplete PR is at https://github.com/php/php-src/pull/805
 [2014-09-20 18:15 UTC] sixd@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: sixd
 [2014-09-20 18:15 UTC] sixd@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

https://github.com/php/php-src/pull/805
and 
https://github.com/php/php-src/pull/828
have been merged
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC