php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44670 sed not found
Submitted: 2008-04-08 13:23 UTC Modified: 2008-04-08 21:16 UTC
From: mark at detrick dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.5 OS: Solaris 10
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: mark at detrick dot com
New email:
PHP Version: OS:

 

 [2008-04-08 13:23 UTC] mark at detrick dot com
Description:
------------
Configure does not find sed for use during installation.  Defaults to looking in /usr/local/bin/sed.

Expected result:
----------------
No errors during installation.

Actual result:
--------------
cesium-bash /appl/php/php-5.2.5 # make install
Installing PHP SAPI module:       apache2handler
/usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la /usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp libphp5.la /usr/local/apache2/modules/
/usr/local/apache2/build/libtool: line 387: /usr/local/bin/sed: No such file or directory
/usr/local/apache2/build/libtool: line 752: /usr/local/bin/sed: No such file or directory
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require --mode=MODE be specified.
/usr/local/apache2/build/libtool: line 6091: /usr/local/bin/sed: No such file or directory
/usr/local/apache2/build/libtool: line 6174: /usr/local/bin/sed: No such file or directory
/usr/local/apache2/build/libtool: line 6182: /usr/local/bin/sed: No such file or directory
/usr/local/apache2/build/libtool: line 6184: /usr/local/bin/sed: No such file or directory
: install: `.' must be an absolute directory name
Try ` --help --mode=install' for more information.
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-04-08 21:16 UTC] jani@php.net
instdso.sh is an Apache script. PHP has nothing to do with it.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Dec 11 13:00:01 2025 UTC