php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36595 Error loading libphp5.so after adding Fileinfo module
Submitted: 2006-03-02 21:36 UTC Modified: 2006-03-05 08:34 UTC
From: cstasonis at dmcos dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 5.1.2 OS: Redhat Fedroa Core 4
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: cstasonis at dmcos dot com
New email:
PHP Version: OS:

 

 [2006-03-02 21:36 UTC] cstasonis at dmcos dot com
Description:
------------
After adding the Fileinfo PECL package to my PHP build I can no longer start apache.  The following error is given

Syntax error on line 241 of /opt/app/apache/conf/httpd.conf:
Cannot load /opt/app/apache/libexec/libphp5.so into server: /opt/app/apache/libexec/libphp5.so: undefined symbol: fileinfo_module_entry
/home/chris/bin/apachectl startssl: httpd could not be started

The CLI version works fine however, including the use of the Fileinfo functions


Reproduce code:
---------------
apachectl startssl

Expected result:
----------------
Apache starts

Actual result:
--------------
Apache fails to start

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-02 22:51 UTC] johannes@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip
 [2006-03-03 15:21 UTC] cstasonis at dmcos dot com
Still get the same error with that snapshot
 [2006-03-05 08:34 UTC] tony2001@php.net
Please report bugs in PECL packages to PECL bugsystem.
http://pecl.php.net/bugs/search.php?cmd=display&status=Open&package_name[]=Fileinfo
Thanks.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 14:01:36 2025 UTC