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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 17:01:34 2025 UTC