ID: 30744
Updated by: [EMAIL PROTECTED]
Reported By: php at edith dot net
-Status: Open
+Status: Feedback
-Bug Type: Compile Failure
+Bug Type: OCI8 related
Operating System: Solaris 9
PHP Version: 5.0.2
New Comment:
Please, run ./buildconf --force and try again.
These lines can be found in ext/oci8/config.m4 and should present in
./configure as well.
Previous Comments:
------------------------------------------------------------------------
[2004-11-10 12:13:49] php at edith dot net
Description:
------------
Trying to configure php 5.0.2 with oracle 10, i get "oracle needed
libraries not found".
I solved it by adding
elif test -f $ORACLE_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME.10.1; then
ORACLE_VERSION=10.1
after the 60459 line, and by changing
8.1|9.0|10.1)
instead of
8.1|9.0)
at 64838 line.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=30744&edit=1