From:             [EMAIL PROTECTED]
Operating system: Red Hat 7.1
PHP version:      4.1.0
PHP Bug Type:     Apache related
Bug description:  cannot overcome -DEAPI related problem

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