php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30744 Error configure with oracle 10
Submitted: 2004-11-10 12:13 UTC Modified: 2005-06-27 21:59 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: php at edith dot net Assigned:
Status: Closed Package: OCI8 related
PHP Version: 5.0.2 OS: Solaris 9
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php at edith dot net
New email:
PHP Version: OS:

 

 [2004-11-10 12:13 UTC] 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.



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-10 12:17 UTC] tony2001@php.net
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-22 01:00 UTC] php-bugs at lists dot php dot net
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".
 [2005-06-27 21:59 UTC] wez@php.net
Presumed fixed in latest versions of PHP.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 09:01:28 2025 UTC