build Apache (and all of the modules) with an environment variable set for the compile options?
do i need to change any setting in src/Configuration file?
 
 
----- Original Message -----
From: frida
Sent: Friday, September 28, 2001 3:35 PM
Subject: Re: DEAPI?

Sorry, I think you need to build Apache (and all of the modules) with an environment variable set for the compile options.

$ CFLAGS=-DEAPI; export CFLAGS;

-frida-

Rachel wrote:

i tried to run> CFLAGS=-DEAPI; export CFLAGS;it say command not found... any idea? 
----- Original Message -----
From: frida
Sent: Friday, September 28, 2001 2:30 PM
Subject: Re: DEAPI?
 no, just add it. no need to reinstall it all over again.

Rachel wrote:

 Sorry, I'm new to mod_ssl....may i know how to compile with "CFLAGS=-DEAPI ; export CFLAGS ;" as suggested below?
----- Original Message -----
From: frida
Sent: Friday, September 28, 2001 12:54 PM
Subject: Re: DEAPI?
 Try to compile with this :
$ CFLAGS=-DEAPI; export CFLAGS;

-frida-

Rachel wrote:

Hi,        Need help very urgently.        I tried to install mod_ssl on my FreeBSD server today... when i finish installedthe mod_ssl, openssl, MM and apache.. i tried to start the apache web server. But,the error messages as below appear. [Thu Sep 27 19:04:35 2001] [warn] Loaded DSO libexec/mod_example.so uses plain Apache 1.3 API, this module might c
rash under EAPI! (please recompile it with -DEAPI)[Thu Sep 27 19:04:35 2001] [warn] Loaded DSO libexec/mod_unique_id.so uses plain Apache 1.3 API, this module might
 crash under EAPI! (please recompile it with -DEAPI)[Thu Sep 27 19:04:35 2001] [warn] Loaded DSO libexec/mod_setenvif.so uses plain Apache 1.3 API, this module might
crash under EAPI! (please recompile it with -DEAPI)[Thu Sep 27 19:04:35 2001] [warn] Loaded DSO libexec/libphp3.so uses plain Apache 1.3 API, this module might crash
 under EAPI! (please recompile it with -DEAPI)[Thu Sep 27 19:04:35 2001] [warn] Loaded DSO libexec/libperl.so uses plain Apache 1.3 API, this module might crash
 under EAPI! (please recompile it with -DEAPI)  any idea?

Reply via email to