php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14530 cannot overcome -DEAPI related problem
Submitted: 2001-12-14 20:27 UTC Modified: 2001-12-14 21:34 UTC
From: lecoq_tr at hotmail dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.1.0 OS: Red Hat 7.1
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: lecoq_tr at hotmail dot com
New email:
PHP Version: OS:

 

 [2001-12-14 20:27 UTC] lecoq_tr at hotmail dot com
I got "Loaded DSO modules/libphp4.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)" after restarting Apache....

After a search I learnt that installing SSL after Apache changed apxs script and this caused the error. Then I modified some lines of my apxs as recommended in php.net (as follows)
my $CFG_CFLAGS_SHLIB  = '-fpic -DSHARED_MODULE';
my $CFG_LD_SHLIB      = 'gcc';
my $CFG_LDFLAGS_SHLIB = q(-shared);

This didn't work...

Then I reconfigured with --enable-rule=EAPI as recommended somewhere else... This one also didn't work. I still get the same error...

When searching bugs.php.net I saw that this error was identified as a php bug and corrected in some betas of older versions...




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-14 21:34 UTC] sniper@php.net
It's not a bug in PHP. You're just using wrong apxs in the configure.
Ask further support questions on the mailing lists:

http://www.php.net/support.php



 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 08 12:01:31 2024 UTC