php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5205 Failed to load DSO - need to "recompile it with -DEAPI"
Submitted: 2000-06-23 18:22 UTC Modified: 2000-07-05 00:31 UTC
From: adamek at webtrio dot de Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0.0 Release OS: Linux 2.2.14 (SuSE 6.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: adamek at webtrio dot de
New email:
PHP Version: OS:

 

 [2000-06-23 18:22 UTC] adamek at webtrio dot de
Building a DSO module of PHP results in the following message:

[Fri Jun 23 18:19:59 2000] [warn] Loaded DSO libexec/libphp4.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
/usr/local/apache1.3.12/bin/apachectl startssl: httpd could not be started

Commands to build the so image:
./configure --with-apxs=/usr/local/apache1.3.12/bin/apxs --with-mysql=/usr --with-gd=/usr --enable-rule=EAPI
make
make install

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-05 00:31 UTC] adamek at webtrio dot de
Problem solved ... just forgot the silly "--enable-rule=EAPI" in the configure line ... sorry about my mistake.

Thomas
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC