ID: 14530
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Apache related
Operating System: Red Hat 7.1
PHP Version: 4.1.0
New Comment:

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




Previous Comments:
------------------------------------------------------------------------

[2001-12-14 20:27:05] [EMAIL PROTECTED]

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





------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14530&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to