[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?
Can MP_USE_STATIC=1 be used w/o MP_AP_BUILD=1?
Has MP_AP_BUILD=1 any other use besides static build?
-- __________________________________________________________________ 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]
