From:             hellower at gmail dot com
Operating system: AIX 52. 64 BIT
PHP version:      5.1.2
PHP Bug Type:     OCI8 related
Bug description:  oci8 compile error

Description:
------------
[OS]
AIX 5.2 php 64 bit compile

[DB]
$ORACLE_HOME=/orateng
SQL*Plus: Release 10.2.0.2.0 - Production on Wed Mar 29 10:05:49 2006
 
Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
 
 
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit
Production
With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring
Engine options
 
SQL> 

.............................
 -lclntsh -ldb2 -lmysqlclient -lz -lcrypt -lnsl_r -lm -ldl -lm -lodm
-lbsd_r -lld -lperfstat -lclntsh -ldb2 -lxml2 -lz -liconv -lm -lxml2 -lz
-liconv -lm -lxml2 -lz -liconv -lm -lxml2 -lz -liconv -lm  -o
sapi/cli/php
ld: 0711-317 ERROR: Undefined symbol: .OCIPing
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
make: *** [sapi/cli/php] Error 1
 

Reproduce code:
---------------
./configure  \
--with-apxs=/usr/local/apache_1.3.34/bin/apxs  \
--prefix=/usr/local/php5  \
--with-oci8=/orateng  \
--with-pdo-oci=/orateng  \
--enable-cli  \
--enable-pdo  \
--with-pdo-sqlite  \
--with-sqlite  \
--enable-track-vars  \
--enable-ftp  \
--enable-track-vars  \
--disable-debug  \
--disable-inline  \
--enable-sigchild  \
--with-mysql=/usr/local/mysql5  \
--with-pdo-mysql=/usr/local/mysql5  \
--with-zlib-dir=/opt/freeware/64/lib  \
--with-pear  \
--with-libxml=/usr/local/libxml2

Expected result:
----------------
.

Actual result:
--------------
.

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

Reply via email to