On Wed, 22 May 2002, Stas Bekman wrote: > The doc says that MP_USE_DSO is enabled by default. Do you mean if it > wasn't explicitly passed as MP_USE_DSO=1?
with the recent change: if MP_USE_DSO=1 is specified, only mod_perl.so is built. if MP_USE_STATIC=1 is specified, only mod_perl.a is built. if neither is specified both mod_perl.so and mod_perl.a are built. > Does any platform can build DSO? most can. certain platforms still need porting for modperl, such as aix. > I'm working on the introduction to 2.0 chapter for our book and must > freeze the modifications very soon now. So if is there anything missing > or incorrect in install.pod, any chance that you can add it? or tell me > what and I'll do that. e.g. currently there are only details on how to > build DSO mod_perl, and the above shades some light on the STATIC build > process. nothing is frozen in modperl until 2.0 is released. so i would suggest only documenting minimal build config options (MP_AP_PREFIX) and point readers at install.pod for details. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
