php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40406 Hangs and checking for flex version
Submitted: 2007-02-08 19:16 UTC Modified: 2007-02-08 19:27 UTC
From: david dot marek at mattel dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.0 OS: AIX 5.2
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: david dot marek at mattel dot com
New email:
PHP Version: OS:

 

 [2007-02-08 19:16 UTC] david dot marek at mattel dot com
Description:
------------
I am running PHP5.2 and it hangs at checking for flex version.  This occurs with any snapshot I use.  Compiling on 5.0.4 works. 

Reproduce code:
---------------
./buildit script with configure command below.  
GNUMAKE=gmake ./configure       --with-oci8=$ORACLE_HOME \
                --with-expat-dir=/opt/oracle/php/depends \
                --with-gd=/opt/oracle/php/depends \
                --with-jpeg-dir=/opt/oracle/php/depends \
                --with-png-dir=/opt/oracle/php/depends \
                --with-zlib-dir=/opt/oracle/php/depends \
                --with-xpm-dir=/opt/oracle/php/depends \
                --with-ttf=/opt/oracle/php/depends \
                --with-freetype-dir=/opt/oracle/php/depends \
                --with-apxs=$ORACLE_HOME/Apache/Apache/bin/apxs \
                --with-libxml-dir=/opt/oracle/php/depends \
                --prefix=/opt/oracle/php/DEFAULT \
                --enable-gd-native-ttf \
                --with-config-file-path=$ORACLE_HOME/Apache/Apache/conf \
                --with-mysql=/usr/local/mysql \
                --enable-libgcc \
                --enable-track-vars


Expected result:
----------------
Not Hang.

Actual result:
--------------
Hangs at checking for flex version. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-08 19:27 UTC] tony2001@php.net
You have to install flex 2.5.4, if you want to build snapshots.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC