php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21069 configure hangs at tr -x x_
Submitted: 2002-12-17 14:12 UTC Modified: 2002-12-18 03:02 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: brian dot fernald at ubsw dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.0RC3 OS: Solaris 8
Private report: No CVE-ID: None
 [2002-12-17 14:12 UTC] brian dot fernald at ubsw dot com
This is a already known issue.  configure on solaris 8 hangs at :

./configure
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for working sed... sed
checking host system type... sparc-sun-solaris2.8

^Z
bg
ps ax :
sed -e s/\([a-zA-Z0-9]\):\([^,]*\),*/opt_ALIAS_\2=\1;/g
tr x- x_


It was stated that this is solved with a tr upgrade. Can you please list sources for upgrading tr ?  Cannot find source code for a new tr anywhere ?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-17 14:16 UTC] brian dot fernald at ubsw dot com
Changed from configuration issue to compile issue.
 [2002-12-17 14:18 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

tr utility is part of GNU textutils package, which can be obtained here: ftp://ftp.gnu.org/gnu/textutils.

Finding it is rather easy, just search on google.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 05 15:01:34 2025 UTC