ID:               36902
 User updated by:  hellower at gmail dot com
 Reported By:      hellower at gmail dot com
 Status:           Open
 Bug Type:         OCI8 related
 Operating System: AIX 52. 64 BIT
 PHP Version:      5.1.2
 New Comment:

./configure ...
make
====> 
 -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


Previous Comments:
------------------------------------------------------------------------

[2006-03-29 03:06:47] hellower at gmail dot com

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 this bug report at http://bugs.php.net/?id=36902&edit=1

Reply via email to