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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
28 + 5 = ?
Subscribe to this entry?

 
 [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: Fri Apr 19 17:01:30 2024 UTC