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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 15:01:29 2024 UTC