You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Balazs Rauznitz <ba...@commissioner.com> on 2002/02/21 14:52:54 UTC

Apache::Subprocess availability

After compiling and installing mod_perl 1.26 I do not see Apache::Subprocess anywhere. Is it a separate module ? If so how do you get it; http://perl.apache.org/dist/contrib/  did not have it either.

Thanks for the insight,

Balazs

Re: Apache::Subprocess availability

Posted by "Ken Y. Clark" <kc...@logsoft.com>.
On Thu, 21 Feb 2002, Balazs Rauznitz wrote:

> Date: Thu, 21 Feb 2002 08:52:54 -0500
> From: Balazs Rauznitz <ba...@commissioner.com>
> To: modperl@apache.org
> Cc: Balazs Rauznitz <ba...@commissioner.com>
> Subject: Apache::Subprocess availability
>
>
> After compiling and installing mod_perl 1.26 I do not see
> Apache::Subprocess anywhere. Is it a separate module ? If so how do
> you get it; http://perl.apache.org/dist/contrib/  did not have it
> either.
>
> Thanks for the insight,
>
> Balazs

Balazs,

First, it's Apache::SubProcess (with a capital "P"), and it's not
installed by default.  You can snag it from CPAN in the
/modules/by-module/Apache/ directory (or use the CPAN shell [as root]:

    perl -MCPAN -e 'install Apache::SubProcess'

ky