php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33345 $global_symbol_pipe is empty in libtool script
Submitted: 2005-06-15 04:05 UTC Modified: 2005-06-15 09:49 UTC
From: m_ilhami at yahoo dot com Assigned:
Status: Closed Package: *Compile Issues
PHP Version: 4.3.11 OS: AIX apples 3 5 00C2B96E4C00
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: m_ilhami at yahoo dot com
New email:
PHP Version: OS:

 

 [2005-06-15 04:05 UTC] m_ilhami at yahoo dot com
Description:
------------
I compiled php Oracle Application Server 9.0.4. the compiling process stopped and I see a |  | command caused by empty $global_symbol_pipe  

I replaced the value with

"sed -n -e 's/^.*[ 	]\\([BCDT][BCDT]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'"

I got it from my linux box and now It seems work to me.

./configure --with-apxs=$ORACLE_HOME/Apache/Apache/bin/apxs --prefix=$ORACLE_HOME \
--with-config-file-path=$ORACLE_HOME/Apache/Apache/conf --with-oci8=$ORACLE_HOME --disable-rpath \
--without-mysql \
--enable-memory-limit \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
 --enable-shmop \
--enable-debug --with-zlib=/usr/local --enable-bcmath --enable-ftp --with-gd=/usr/local \
--with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-freetype-dir=/usr/local \
--enable-dbase --with-tiff-dir=/usr/local --with-xpm-dir=/usr/local


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-15 09:17 UTC] tony2001@php.net
What do you mean "stopped"? Any error messages?
Why do you mention Oracle here?
Try with just plain "./configure --with-apxs".
Does it still fail?
 [2005-06-15 09:17 UTC] tony2001@php.net
Also please grab latest snapshot from http://snaps.php.net and try with it instead of 4.3.11.
 [2005-06-15 09:49 UTC] m_ilhami at yahoo dot com
It's solved. thanks
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 21:01:29 2024 UTC