ID: 30744
Updated by: [EMAIL PROTECTED]
Reported By: php at edith dot net
-Status: Feedback
+Status: No Feedback
Bug Type: OCI8 related
Operating System: Solaris 9
PHP Version: 5.0.2
New Comment:
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
Previous Comments:
------------------------------------------------------------------------
[2004-11-10 12:17:36] [EMAIL PROTECTED]
Please, run ./buildconf --force and try again.
These lines can be found in ext/oci8/config.m4 and should present in
./configure as well.
------------------------------------------------------------------------
[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