php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5279 Undefined function ora_.../oci...
Submitted: 2000-06-30 00:35 UTC Modified: 2000-08-08 22:55 UTC
From: kenlee at ricsson dot com Assigned:
Status: Closed Package: Oracle related
PHP Version: 4.0.0 Release OS: RedHat 6.2
Private report: No CVE-ID: None
 [2000-06-30 00:35 UTC] kenlee at ricsson dot com
I have installed oracle 8.1.6.
It work fine

when I compile the php-4.0.0

./configure --with-oracle --with-oci8 ......

It's OK, no error ($ORACLE_HOME was set)

then make,make install

at apache directory: (apache 1.3.12)
./configure --activate-module=.....

It's OK too.

BUT

In browser;
these functions ,"ora_plogin,ocilogin"always return 
"Call to undefined function ..."

why?

my "ldconfig -v":

......
...../oracle/8.1.6/lib
        libvppdc.soO => libvppdc.soO
        libagtsh.so => libagtsh.so.1.0
        libqsmashr.so => libqsmashr.so
        libjox8.so => libjox8.so
        libvppdc.so => libvppdc.so
        libnjssl8.so => libnjssl8.so
        libvbj30ssl.so => libvbj30ssl.so
        libowm2.so => libowm2.so
        libJNLSTool.so => libJNLSTool.so
        libJNLSLib3.so => libJNLSLib3.so
        libskgxp8.so => libskgxp8.so
        libwtc8.so => libwtc8.so
        libordim8.so => libordim8.so
        libnjni8.so => libnjni8.so
        libcorejava.so => libcorejava.so
        libclntsh.so.8.0 => libclntsh.so.8.0
        libocijdbc8_g.so => libocijdbc8_g.so
        libocijdbc8.so => libocijdbc8.so
........





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-17 08:45 UTC] hholzgra at cvs dot php dot net
output produced by configure and phpinfo would 
probably be more helpfull than ldconfig -v
 [2000-08-08 22:55 UTC] waldschrott@php.net
Closed due to missing user feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC