There are a few issues that need to be polished. One is the docs ambiguety:

--------------------------------------------------
=head4 MP_USE_DSO

Build mod_perl as a DSO (I<mod_perl.so>). This is the default. It'll
be turned off if C<MP_USE_STATIC=1> is used.

=head4 MP_USE_STATIC

Build static mod_perl (I<mod_perl.a>). This is the default. It'll be
turned off if C<MP_USE_DSO=1> is used.

C<MP_USE_DSO> and C<MP_USE_STATIC> are both enabled by default. So
mod_perl is built once as I<mod_perl.a> and I<mod_perl.so>, but
afterwards you can choose which of the two to use.
--------------------------------------------------

mod_perl can't be built as static and dynamic at the same time. It's correct for the library, not for the 'whole thing'.

Yes, I am aware of that but I am not sure what you'd like changed ?

I don't know, that's why I was asking for comments.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to