php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21621 configure hangs
Submitted: 2003-01-13 12:46 UTC Modified: 2003-01-13 16:45 UTC
From: jedson at cso dot atmel dot com Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.3.0 OS: solaris8
Private report: No CVE-ID: None
 [2003-01-13 12:46 UTC] jedson at cso dot atmel dot com
I am trying to build PHP-4.3.0 with apache-2.0.43 using prescribed
build steps but when I try to configure PHP it hangs on the tr command.

> cd apache-2.0.43
> configure --prefix=/usr/local/apache
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... sparc-sun-solaris2.8
checking host system type... sparc-sun-solaris2.8
checking target system type... sparc-sun-solaris2.8

Configuring Apache Portable Runtime library ...

checking for APR... reconfig
configuring package in srclib/apr now
configure: loading cache /dev/null
checking build system type... sparc-sun-solaris2.8
checking host system type... sparc-sun-solaris2.8
checking target system type... sparc-sun-solaris2.8
...

> cd ../php-4.3.0
> configure --with-apache=../2.0.43
creating 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
Updated php_version.h

It hangs here trying to run the translate command (tr).  If I retype the
configure command then I get.

> configure --with-apache=../2.0.43
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

Again, it hangs on tr.  This seems like a configure bug.  Can you please
help me here?

Thanks...

John Edson
Atmel Corporation
1150 E. Cheyenne Mtn. Blvd., MS 10250
Colorado Springs, CO 80906
Phone: 719-540-3220



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-13 16:21 UTC] iliaa@php.net
Which 'tr' command are you using, version # and is it native to solaris or is it GNU?

 [2003-01-13 16:44 UTC] jedson at cso dot atmel dot com
I am using /usr/ucb/tr which is native solaris8 and should be using /usr/bin/tr it looks like.  That fixed the problem.

Thanks for your help.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Oct 25 12:01:27 2024 UTC