From:             tomohiro at jk dot jip dot co dot jp
Operating system: Solaris 8
PHP version:      4.3.7
PHP Bug Type:     Compile Failure
Bug description:  The "/usr/bin/test" command of Solaris OS does not have "-e" 
argument.

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


-- 
Edit bug report at http://bugs.php.net/?id=28723&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28723&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28723&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28723&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28723&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28723&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28723&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28723&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28723&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28723&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28723&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28723&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28723&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28723&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28723&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28723&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28723&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28723&r=float

Reply via email to