On Tue, 15 May 2001, Thomas Hove wrote:

> I'm running an Apache 1.3.19 with php 4.0.5 , mod_ssl/2.8.2 and
> openSSL/0.9.6 on a NT 4 platform.
>
> When I start the Apache server the following message appear :
>
> "Loaded DSO F:/php/sapi/php4apache.dll uses plain
> Apache 1.3 API, this module might crash
> under EAPI! (please recompile it with
> -DEAPI)"
>
> How do I do that ???
>

You can do this by including '-DEAPI' in the CFLAGS environment variable.
(setenv CFLAGS '-DEAPI' under tcsh). Be sure you make clean;
configure; make again.

Also, you might want to upgrade your apache.

Joe Laffey
LAFFEY Computer Imaging
St. Louis, MO
----------------------
Need to do multi-file string replacement in Un*x, but don't want to mess
with sed? Try rpl. It's a free text replacement utility with source.
http://www.laffeycomputer.com/rpl.html  -- Check it out!
------------------------------------------------------------------------


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