Stas Bekman wrote:
Philippe M. Chiasson wrote:
Stas Bekman wrote:
[EMAIL PROTECTED] wrote:
+To enable statically linking mod_perl into Apache, use the +C<L<MP_USE_STATIC|/MP_USE_STATIC>> flag like this: + + % perl Makefile.PL MP_USE_STATIC=1 MP_AP_BUILD=1 \ + MP_AP_PREFIX=$HOME/src/httpd-2.x \ + MP_AP_CONFIGURE="--with-mpm=prefork"
Why do we need MP_AP_BUILD=1 flag? Can't we do without it?
Now that the defaults have changed from MP_USE_DSO = MP_USE_STATIC = 1, to just MP_USE_DSO, we don't need MP_AP_BUILD anymore, that is correct.
> Can MP_USE_STATIC=1 be used w/o MP_AP_BUILD=1?
Well, yes, and it will only result in building a mod_perl.a
> Has MP_AP_BUILD=1 any other use besides static build?
Nope.
So I guess now it's safe to remove MP_AP_BUILD.
+1
It's now gone.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
