On Fri, May 28, 1999 at 02:07:19PM +0200, [EMAIL PROTECTED] wrote:

> 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.


I definitely enabled mod_ssl in the source tree, I've been using the
same spec file to build Apache SSL with mod_ssl 2.2.8 succesfully,
with 2.3.0 it suddenly failed. No changes besides the version number
:)

I changed it to configure mod_perl before mod_ssl and now it
works. Probably mod_perl breaks the mod_ssl configuration in APACI but
not the other way round.


-- 
Mit freundlichen Gruessen,

Rolf Haberrecker 

SuSE GmbH,             Tel:   +49-911-7405331
Schanzaeckerstr. 10,   Fax:   +49-911-7417755
90443 Nuernberg,       Email: [EMAIL PROTECTED]
Germany                WWW:   http://www.suse.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