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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 13:01:28 2025 UTC