php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7366 libphp4.so can't find libclntsh.so.8.0 (oracle oci8)
Submitted: 2000-10-20 08:21 UTC Modified: 2000-10-22 14:57 UTC
From: jerome dot ponsin at trader dot com Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.3pl1 OS: linux mandrake
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: jerome dot ponsin at trader dot com
New email:
PHP Version: OS:

 

 [2000-10-20 08:21 UTC] jerome dot ponsin at trader dot com
Compilation of php with-oci8 goes well

- ./configure --with-oci8 -with-apxs...   OK
-make                                     OK
-make install                             OK

but when running apache :
libphp4.so cannot open shared object file : libclntsh.so.8.0

But, this last .so is on my system in the $ORACLE_HOME/lib directory and php compil well without $ORACLE_HOME : this
means that it founded the $ORACLE_HOME directory without
any problem ! Where can the problem be ???

Thanks in advance !

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-22 14:57 UTC] sniper@php.net
Do you have $ORACLE_HOME/lib in LD_LIBRARY_PATH or in /etc/ld.so.conf?
And if you have it in ld.so.conf, have you run ldconfig ??

Also check that the rest of the environmental variables are set as documented
in http://php.net/manual/ref.oci8.php

And this isn't any bug in PHP 4-> closed.

--Jani

 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jul 15 13:00:01 2026 UTC