php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28723 The "/usr/bin/test" command of Solaris OS does not have "-e" argument.
Submitted: 2004-06-10 12:26 UTC Modified: 2004-06-10 16:06 UTC
From: tomohiro at jk dot jip dot co dot jp Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.7 OS: Solaris 8
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: tomohiro at jk dot jip dot co dot jp
New email:
PHP Version: OS:

 

 [2004-06-10 12:26 UTC] tomohiro at jk dot jip dot co dot jp
Description:
------------
The "/usr/bin/test" command of Solaris OS does not have "-e" argument.
Therefore, it becomes the error of the following:

% ./configure --with-apxs=/usr/local/apache/bin/apxs \
              --enable-mbstring=shared \
              --enable-mbregex=shared

.
.
.

checking whether to enable multibyte string support... yes, shared
checking whether to enable multibyte regex support... shared
checking for external libmbfl... no
./configure: test: argument expected


Reproduce code:
---------------
diff configure.org configure
47430c47430
<     if test -e "$ext_builddir/config.h.in"; then
---
>     if test -f "$ext_builddir/config.h.in"; then


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-10 16:06 UTC] iliaa@php.net
This bug has been fixed in CVS.

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/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Dec 04 08:01:29 2024 UTC