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 __

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 (

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:

AW: DEAPI?

2001-09-28 Thread Peer Stefan
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

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