php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23502 compiler stalls
Submitted: 2003-05-06 01:37 UTC Modified: 2003-05-14 10:55 UTC
From: martinkuria at hotmail dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.3.1 OS: Solaris 2.7
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-05-06 01:37 UTC] martinkuria at hotmail dot com
Hi, i've run into some wierd compiling problems on solaris 2.7 where the
compiler stalls (i've let it wait for 26 hours just to be sure).

my configure looks like this:

./configure --with-mysql=/local/mysql --with-apxs=/local/apache/bin/apxs
--with-pgsql 
--with-jpeg-dir=/usr/local/jpeg-6b --with-png-dir=/usr/local/libpng
--with-gd=/usr/local/gd --with-zlib 

when I run it outputs:

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.7

then it stalls does not do anything more please do advice what could be
wrong how come it's not going beyond this help

I have tried using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz

But no change compiler stalls

my configure looks like this:

Regards
Martin W. Kuria

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-06 01:53 UTC] derick@php.net
This is most likely to the (broken) awk and/or sed tools on your system. Please install the GNU tools and make sure they are the first found (by setting your path correctly for example).

Derick
 [2003-05-14 10:55 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2003-11-17 03:17 UTC] christophe dot godard at alcatel dot fr
I have the same pb of compiler stalls with Solaris 7, even if I install last GNU sed (4.0.7) and gawk (3.1.3)

My configure is : 

./configure --prefix=/web/php/4.3.4prod \
--with-apxs=/web/apache/1.3.29prod/bin/apxs \
--with-mysql=/web/mysql/3.23.55 --enable-track-vars \
--with-config-file-path=/web/php/4.3.4prod \
--with-xml \
--enable-ftp \
--enable-trans-sid \
--with-oracle=/orasys/v8.1.7 \
--with-oci8=/orasys/v8.1.7 \
--with-gd=/web/gd/last \
--with-jpeg-dir=/web/gd/last \
--with-png-dir=/web/gd/last \
--with-zlib-dir=/web/gd/last \
--with-zlib=/web/gd/last \
--with-ttf=/web/gd/last \
--with-ldap=/web/ldapsdk/4.1 \
--with-DEAPI

When I run it outputs:

loading cache ./config.cache
checking host system type... sparc-sun-solaris2.7

then it stalls...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 01:01:30 2024 UTC