From:             m_ilhami at yahoo dot com
Operating system: AIX apples 3 5 00C2B96E4C00
PHP version:      4.3.11
PHP Bug Type:     *Compile Issues
Bug description:  $global_symbol_pipe is empty in libtool script

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


-- 
Edit bug report at http://bugs.php.net/?id=33345&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=33345&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=33345&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=33345&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=33345&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=33345&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=33345&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=33345&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=33345&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=33345&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=33345&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=33345&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=33345&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=33345&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=33345&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=33345&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=33345&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=33345&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=33345&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=33345&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=33345&r=mysqlcfg

Reply via email to