php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6155 while Apache execution, libphp4.so can't open libclntsh.so.8.0.
Submitted: 2000-08-14 15:37 UTC Modified: 2000-09-02 17:27 UTC
From: acgo at cybercable dot fr Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.1pl2 OS: Linux REDHAT 6.0
Private report: No CVE-ID: None
 [2000-08-14 15:37 UTC] acgo at cybercable dot fr
The installation appears OK, I don't have error report, but
when I boot the system and it begins loading deamons, httpd
says :
    syntax error at line 73 (the line when it loads        libphp4.so), It trys to load "libphp4.so" but this shared object needs libclntsh.so.8.0 (oracle 815i), and the error is :
 cannot open libclntsh.so.8.0 .

My LD_LIBRARY_PATH (root and oracle user) env var is set correctly. I built PHP4 whit --with-oracle , --with-oci8 and --with-apxs.

Any help of you will be appreciated.
Thanks a lot
  Alexis , bye ...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-25 13:52 UTC] sniper@php.net
Try leaving --with-oracle out. --with-oci8 should be enough.
And adding the path to /etc/ld.so.conf and running ldconfig
might be a good thing (tm) to do too.

--Jani
 [2000-09-02 17:27 UTC] sniper@php.net
Closed. User reported problem solved.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 20:01:29 2024 UTC