php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #21774 gnu tool requirement needs documentation
Submitted: 2003-01-20 10:25 UTC Modified: 2003-07-18 14:30 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: ven at whineandbitch dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.0 OS: Solaris 8
Private report: No CVE-ID: None
 [2003-01-20 10:25 UTC] ven at whineandbitch dot com
I've had problems with compiling php 4.3 on 4 different solaris 8 machines. Last thing you can see on the screen is 'Updated php_version.h'.

At this point it just hangs, System load goes up to 1.00. A list of processes show a high cpu usage on 'tr'.

ps looks like
admin      26932 77.3  0.1  928  528 pts/2    R 11:13:46  0:31 tr x- x_

top looks like
26932 admin        1   0    0  928K  528K run      1:02 93.78% tr

Solution. I was to install the GNU Textutils
http://www.gnu.org/directory/textutils.html

Works perfect.

Figured this may help other users if the same problem occures

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-20 13:13 UTC] iliaa@php.net
It is a known issue that using non-gnu utilities may cause PHP install not to work. This should be documented.
 [2003-02-02 11:09 UTC] philip@php.net
I was told by a user that there is a "xpg4 sed" that works just fine when compiling PHP and it's found here on a Solaris box: /usr/xpg4/bin/sed

Maybe someone can confirm this?
 [2003-02-26 13:26 UTC] dark_panda at hushmail dot com
Confirmed. xpg4 sed works fine. Here's how sed stacks up 
on Solaris 8: 
 
/usr/local/bin/sed (GNU): works 
/usr/xpg4/bin/sed (Sun POSIX stuff): works 
/usr/ucb/sed (SunOS BSD-compatible): dies 
/bin/sed (Solaris): dies 
 
J
 [2003-07-18 14:30 UTC] philip@php.net
This has been documented, thanks for the report! :)

http://cvs.php.net/diff.php/phpdoc/en/faq/build.xml

It'll show up when the manual is next built.  Also, linked to this faq here:

http://cvs.php.net/cvs.php/phpdoc/en/chapters/install.solaris.xml

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Aug 14 06:01:30 2024 UTC