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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 02:01:33 2024 UTC