From: [EMAIL PROTECTED] Operating system: HPUX 10.20 PHP version: 4.0.5 PHP Bug Type: *Install and Config Bug description: ltconfig in infinite loop looking for echo I had to comment out the following lines in ltconfig and hardcode my choice for echo: # IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}" # for dir in $PATH /usr/ucb; do # if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && # test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && # test "X`($dir/echo "$echo_test_string")2>/dev/null`" = X"$echo_test_string"; then # echo="$dir/echo" # break # fi # done # IFS="$save_ifs" echo=/usr/bin/echo Not doing so keeps ltconfig in an infinite loop. -- Edit Bug report at: http://bugs.php.net/?id=10958&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]