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
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: 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

Pull Requests

Pull requests:

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-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 17:01:28 2025 UTC