Re: DEAPI?

2001-09-28 Thread frida



no, just add it. no need to reinstall it all over again.
Rachel wrote:
Sorry, I'm
new to mod_sslmay i
know how to compile with "CFLAGS=-DEAPI ; export CFLAGS ;" as suggested
below?

- Original Message -

From:
frida

To: [EMAIL PROTECTED]

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?







Re: DEAPI?

2001-09-28 Thread Rachel

may i know how to compile it in apache folder?


- Original Message -
From: frida [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 28, 2001 2:33 PM
Subject: Re: DEAPI?


 compile it in APACHE folder.

 Rachel wrote:

  Sorry, to confirm again...
  should i remove the existing folder and compile it again...?
  to which folder it compile in?
  i'm not sure which folder to remove...
 
  - Original Message -
  From: Cliff Woolley [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, September 28, 2001 12:39 PM
  Subject: Re: DEAPI?
 
   On Fri, 28 Sep 2001, Rachel wrote:
  
I tried to install mod_ssl on my FreeBSD server today...
when
i finish installed the 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)
  
  
   Do as the message suggests and recompile all your shared modules.  Or
   perhaps you did recompile them but didn't install the new copies to
   their correct location...
  
   --Cliff
  
   --
  Cliff Woolley
  [EMAIL PROTECTED]
  Charlottesville, VA
  
   __
   Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
   User Support Mailing List  [EMAIL PROTECTED]
   Automated List Manager[EMAIL PROTECTED]
  
 
  __
  Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
  User Support Mailing List  [EMAIL PROTECTED]
  Automated List Manager[EMAIL PROTECTED]

 __
 Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
 User Support Mailing List  [EMAIL PROTECTED]
 Automated List Manager[EMAIL PROTECTED]


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: DEAPI?

2001-09-28 Thread Rachel



i tried to run 
CFLAGS=-DEAPI; export CFLAGS; 
it say command not found... any idea?


  - Original Message - 
  From: 
  frida 
  
  To: [EMAIL PROTECTED] 
  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_sslmay i know how to 
compile with "CFLAGS=-DEAPI ; export CFLAGS ;" as suggested 
below? 

  - Original Message -
  From: 
  frida
  To: [EMAIL PROTECTED]
  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?


Re: DEAPI?

2001-09-28 Thread frida



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

To: [EMAIL PROTECTED]

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_sslmay i know how to compile with "CFLAGS=-DEAPI ; export
CFLAGS ;" as suggested below?

- Original Message -

From:
frida

To: [EMAIL PROTECTED]

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?









Re: DEAPI?

2001-09-28 Thread Rachel



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 
  
  To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] 
  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
  To: [EMAIL PROTECTED]
  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_sslmay i know how to compile with "CFLAGS=-DEAPI ; export 
CFLAGS ;" as suggested below? 

  - Original Message -
  From: 
  frida
  To: [EMAIL PROTECTED]
  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?


Re: DEAPI?

2001-09-28 Thread Rachel

Hi,
I try the instruction as u suggested... but error saying --enable-deapi
is invalid option, do u have any idea?

#
./configure --prefix=/usr/local/apache --enable-module=so --enable-module=ss
l --enable-deapi
Configuring for Apache, Version 1.3.20
 + using installation path layout: Apache (config.layout)
configure:Error: invalid option '--enable-deapi'


- Original Message -
From: Peer Stefan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 28, 2001 4:04 PM
Subject: AW: DEAPI?


 the whole procedure:

 1) download the apache source from http://httpd.apache.org.
 2) unzip the thing.
 3) download mod_ssl from http://www.modssl.org
 4) unzip the thing and compile it by following the rules in the INSTALL
and
 README files.
 5) run ./configure --help in the apache source-directory and pick your
 configuration directives.
 6) run ./configure your configuration-directives put here
 --enable-module=so --enable-module=ssl --enable-deapi
 6) run make  make certificate  make install (you can get yourself a
 cup of coffee here ...)
 7) configure httpd.conf and start your apache server. take a look at your
 error-log and access-log. if everything seems alright, your done.

 If you want to compile any other module, e.g. php or anything else, you
have
 to set the environment variable CFLAGS to -DEAPI, before running the
 configure-script (or configure supports --enable-deapi ...)
 To compile something as apache-module, you can use the apxs-tool, which
 ships with apache.

 regards,
 Stefan


 -Ursprüngliche Nachricht-
 Von: frida [mailto:[EMAIL PROTECTED]]
 Gesendet: Freitag, 28. September 2001 09:36
 An: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Betreff: 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
 To: [EMAIL PROTECTED]
 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_sslmay i know how to compile with
CFLAGS=-DEAPI
 ; export CFLAGS ; as suggested below?
 - Original Message -
 From: frida
 To: [EMAIL PROTECTED]
 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?
 __
 Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
 User Support Mailing List  [EMAIL PROTECTED]
 Automated List Manager[EMAIL PROTECTED]


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: DEAPI?

2001-09-28 Thread Mads Toftum

On Fri, Sep 28, 2001 at 04:50:45PM +0800, Rachel wrote:
 Hi,
 I try the instruction as u suggested... but error saying --enable-deapi
 is invalid option, do u have any idea?

That should be --enable-eapi instead.

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]