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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 04:01:29 2025 UTC