My two cents:
The first problem I had compiling apache 1.3.2+mod_perl 1.15+mod_ssl
2.0.11 on our Solaris 2.6 box with perl 5.004_04 was that somehow, in
apache src/modules/perl/Makefile, there was no OSDIR macro defined and it
included ../../include/../$(OSDIR). I fixed that by manually adding
OSDIR=os/unix to the Makefile.
The other thing was that in the final httpd link command,
`perl -MExtUtils::Embed -e ldopts` was missing and I added that manually
to the Makefile LIBS1 macro definition.
I don't know if this is more of an apaci or mod_perl problem than mod_ssl
because mod_perl complained "Sorry, need 1.3.0+ for USE_APACI"... Anyway,
it seems to work fine now.
--
_________________________________________________________________________
Viljo Viitanen [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]