You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Tatsuhiko Miyagawa <mi...@edge.co.jp> on 2002/05/28 03:02:55 UTC

MP_INST_APACHE2 and man path

If I understand correctly, MP_INST_APACHE2=1 and "PerlModule Apache2"
is a workaround for co-existency of mod_perl 1.x and 2.x modules in
the same perl library path. (is it right?)

but it seems that pod2man-ed manuals are overwritten. We rarely do man
Perl::Module, so it's not a real problem though ...

  Installing /usr/local/bleadperl/lib/site_perl/5.7.3/i386-freebsd/Apache2/ModPerl/Const.pm
  Installing /usr/local/bleadperl/lib/site_perl/5.7.3/i386-freebsd/Apache2/auto/Apache/Build/autosplit.ix
  Installing /usr/local/bleadperl/man/man3/Apache::Test.3
  Installing /usr/local/bleadperl/man/man3/Apache::TestSmoke.3
  

--
Tatsuhiko Miyagawa <mi...@edge.co.jp>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: MP_INST_APACHE2 and man path

Posted by Doug MacEachern <do...@covalent.net>.
On Tue, 28 May 2002, Tatsuhiko Miyagawa wrote:

> If I understand correctly, MP_INST_APACHE2=1 and "PerlModule Apache2"
> is a workaround for co-existency of mod_perl 1.x and 2.x modules in
> the same perl library path. (is it right?)
...
>   Installing /usr/local/bleadperl/man/man3/Apache::Test.3

we could adjust the man install path so that is:
   Installing /usr/local/bleadperl/man/Apache2/man3/Apache::Test.3

then one would simply need to add /usr/local/bleadperl/man/Apache2 to 
their MANPATH.  sound ok?



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org