On Fri, May 28, 1999, [EMAIL PROTECTED] wrote:

> Full_Name: Rolf Haberrecker
> Version: 2.3.0
> OS: SuSE Linux 6.1 and 6.2beta
> Submission from: charybdis.suse.de (194.112.123.201)
> 
> When compiling mod_ssl 2.3.0 with mod_perl 1.19 the compile fails on
> my Linux box. Without mod_perl everything is fine, even php 3.0.8  
> doesn't generate any problems. here comes the error log:
> 
> cc -c -I..  -I/usr/lib/perl5/5.00502/i586-linux/CORE  -I../os/unix -I../include 
>  -DLINUX=2 -DMOD_PERL -DUSE_PERL_SSI -Dbool=char -DHAS_BOOL -I/usr/local/include
> -DUSE_HSREGEX `../apaci` ap_fnmatch.c
> cc -c -I..  -I/usr/lib/perl5/5.00502/i586-linux/CORE  -I../os/unix -I../include 
>  -DLINUX=2 -DMOD_PERL -DUSE_PERL_SSI -Dbool=char -DHAS_BOOL -I/usr/local/include
> -DUSE_HSREGEX `../apaci` ap_md5c.c
> cc -c -I..  -I/usr/lib/perl5/5.00502/i586-linux/CORE  -I../os/unix -I../include 
>  -DLINUX=2 -DMOD_PERL -DUSE_PERL_SSI -Dbool=char -DHAS_BOOL -I/usr/local/include
> -DUSE_HSREGEX `../apaci` ap_hook.c
> ap_hook.c:89: parse error before `*'
> ap_hook.c:89: warning: data definition has no type or storage class

Err... you're compiling a plain Apache+mod_perl server inside a source tree
containing Apache+mod_perl+mod_ssl.  There is no -DEAPI or -DMOD_SSL, so
mod_ssl wasn't enabled.  That's why the EAPI stuff fails. Ok, my fault. It
should even skip the ap_hook.c. Will be fixed for 2.3.1. But as a workaround:
Either compile Apache+mod_perl inside a source tree without mod_ssl or
actually compile _with_ mod_ssl.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

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

Reply via email to