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_ssl....may 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]
