ID: 28723 Updated by: [EMAIL PROTECTED] Reported By: tomohiro at jk dot jip dot co dot jp -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: Solaris 8 PHP Version: 4.3.7 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2004-06-10 12:26:02] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28723&edit=1
