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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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 Dec 21 15:01:29 2024 UTC