php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7921 cannot open shared object file
Submitted: 2000-11-22 06:21 UTC Modified: 2000-11-22 07:07 UTC
From: lgarcia at ch-avignon dot fr Assigned:
Status: Closed Package: Oracle related
PHP Version: 4.0.3pl1 OS: linux redhat 6.2
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: lgarcia at ch-avignon dot fr
New email:
PHP Version: OS:

 

 [2000-11-22 06:21 UTC] lgarcia at ch-avignon dot fr
syntax error on httpd.conf
cannot load /usr/sbin/lidphp4.so into server: libclntsh.so.1.0: cannot open shared file
/usr/bin/apachectl start: httpd could not be started

in fact after the
./configure --with-LDAP --with-oracle=/usr/oracle --with-mysql
configuration ok
make 
make ok
make install
make install ok
but when i want to launch the apache server it goes not well

only with oracle cause this problem i don't know what may i do now 
i try a lot of things but nothing goes
 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-22 07:07 UTC] sniper@php.net
Add this line to /etc/ld.so.conf:

/usr/oracle/lib

and run /sbin/ldconfig.

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 20:01:30 2025 UTC