Peter on :
I'm getting errors from the configure command.
php-5.2.0RC5 root# ./configure
creating cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /usr/bin/sed
expr: syntax error
./configure: line 2333: test: =: unary operator expected
checking host system type... powerpc-apple-darwin7.9.0
checking target system type... powerpc-apple-darwin7.9.0
The offending line in './configure' looks like this:
if test `expr -- $0 : "'.*"` = 0; then
'./configure' reports as having finished successfully, but I'm not confident it really is successful with conditionals failing like that. I get many more of those errors if I add some arguments to the configure command.
php-5.2.0RC5 root# ./configure
creating cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /usr/bin/sed
expr: syntax error
./configure: line 2333: test: =: unary operator expected
checking host system type... powerpc-apple-darwin7.9.0
checking target system type... powerpc-apple-darwin7.9.0
The offending line in './configure' looks like this:
if test `expr -- $0 : "'.*"` = 0; then
'./configure' reports as having finished successfully, but I'm not confident it really is successful with conditionals failing like that. I get many more of those errors if I add some arguments to the configure command.
HotPHPPER News on : PHP?????5.2.0RC5????
Edin Kadriba?i? on : PHP 5.2.0 RC5 Windows build available