php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23339 php compile hangs
Submitted: 2003-04-25 03:17 UTC Modified: 2003-04-25 12:15 UTC
From: martinkuria at hotmail dot com Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 4.3.1 OS: solaris
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: martinkuria at hotmail dot com
New email:
PHP Version: OS:

 

 [2003-04-25 03:17 UTC] martinkuria at hotmail dot com
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:

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

    checking build system type... sparc-sun-solaris2.7
    checking host system type... sparc-sun-solaris2.7

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

    Regards
    Martin W. Kuria

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-25 09:31 UTC] jay@php.net
Do you have gcc installed? Configure might be trying to 
use cc instead. Try exporting CC=gcc, i.e. 
 
CC=gcc ./configure... 
 
J 
 [2003-04-25 12:15 UTC] sniper@php.net
Due to a bug in the installed sed on your system the build
fails. Install GNU sed and it should be okay.
 
Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 14:01:29 2024 UTC