php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8051 libifsql.so: cannot open shared object file
Submitted: 2000-11-30 09:31 UTC Modified: 2000-12-01 08:29 UTC
From: gallard dot nicolas at cimaest dot msa dot fr Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.3pl1 OS: Linux RedHat 7.0
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: gallard dot nicolas at cimaest dot msa dot fr
New email:
PHP Version: OS:

 

 [2000-11-30 09:31 UTC] gallard dot nicolas at cimaest dot msa dot fr
When i want to start my server apache (1.3.12), i have this error :

[root@redhat bin]# ./apachectl start
Syntax error on line 256 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server: libifsql.so: cannot open shared object file: Aucun fichier ou repertoire de ce type
./apachectl start: httpd could not be started

The file libifsql.so is in /usr/informix/lib/esql/ and /etc/httpd/modules/

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-30 21:24 UTC] sniper@php.net
Either add /usr/informix/lib/esql into /etc/ld.so.conf and run ldconfig (preferred)
or set LD_LIBRARY_PATH=/usr/informix/lib/esql environment variable
before starting Apache.

--Jani
 [2000-12-01 08:29 UTC] gallard dot nicolas at cimaest dot msa dot fr
I have add :
/usr/informix/lib/esql
/usr/informix/lib (for libifasf.so)

in file /etc/ld.so.conf

And after run ldconfig it GOOD !!!!

Thanks
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC