Ken Williams <[EMAIL PROTECTED]> writes:
> On Friday, December 27, 2002, at 02:37 PM, David Wheeler wrote:
[...]
> > Well, I know that during Apache's configure, it prints something to
> > the terminal like "Statically compiling apreq support".
>
> I don't see that in the output. Here's the first part of the 'perl
> Makefile.PL' output:
>
> =====================================================================
> [kw-009:~/Downloads/perl/mod_perl-1.27] ken% perl Makefile.PL
> EVERYTHING=1
> Configure mod_perl with ../apache_1.3.27/src ? [y]
> Shall I build httpd in ../apache_1.3.27/src for you? [y]
> Appending mod_perl to src/Configuration
> Using config file:
> /Users/ken/Downloads/perl/mod_perl-1.27/src/Configuration
> Creating Makefile
> + configured for Darwin platform
> + setting C compiler to cc
> + setting C pre-processor to cc -E -traditional-cpp
> + checking for system header files
> + adding selected modules
> o rewrite_module uses ConfigStart/End
> enabling DBM support for mod_rewrite
> + using builtin Expat
> + checking sizeof various data types
> + doing sanity check on compiler and options
> Creating Makefile in support
> Creating Makefile in regex
> Creating Makefile in os/unix
> Creating Makefile in ap
> Creating Makefile in main
> Creating Makefile in lib/expat-lite
> Creating Makefile in modules/standard
> Creating Makefile in modules/proxy
> EXTRA_CFLAGS: -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT
> -I$(SRCDIR)/lib/expat-lite -DNO_DL_NEEDED
> =====================================================================
apreq wasn't recognized in your build; if it was, you'd see something
like
+ building with static apreq
...
Creating Makefile in src/lib/apreq
during configuration.
I think the apreq patch requires APACI, so modperl's httpd build
may not work with it as-is. I don't know how to fix this right now,
but you might try configuring mod_perl with
% perl Makefile.PL USE_APACI=1 EVERYTHING=1
or somesuch.
--
Joe Schaefer