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

Pull Requests

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: Mon Sep 16 19:01:28 2024 UTC