[PHP-DEV] Bug #10958 Updated: ltconfig in infinite loop looking for echo

2001-05-21 Thread sniper

ID: 10958
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *Install and Config
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

In the latest CVS the libtool has been upgraded and the ltconfig file doesn't exist 
anymore. Could you please
try the latest CVS snapshot from http://snaps.php.net/
to verify if it works now.

--Jani


Previous Comments:
---

[2001-05-18 16:47:17] [EMAIL PROTECTED]
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`" = 'Xt' &&
#   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.


NOTE: I did not have to use the HPUX 10.20 installation
instructions by [EMAIL PROTECTED] in the php
docs. I used the native hp ansi c compiler, and the change
to the configure script was not required.


---

[2001-05-18 12:31:21] [EMAIL PROTECTED]
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`" = 'Xt' &&
#   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.

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10958&edit=2


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #10958 Updated: ltconfig in infinite loop looking for echo

2001-05-18 Thread charles . fisher

ID: 10958
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: *Install and Config
Operating system: HPUX 10.20
PHP Version: 4.0.5
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.


NOTE: I did not have to use the HPUX 10.20 installation
instructions by [EMAIL PROTECTED] in the php
docs. I used the native hp ansi c compiler, and the change
to the configure script was not required.


Previous Comments:
---

[2001-05-18 12:31:21] [EMAIL PROTECTED]
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`" = 'Xt' &&
#   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.

---


Full Bug description available at: http://bugs.php.net/?id=10958


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]