Apache::Subprocess availability

2002-02-21 Thread Balazs Rauznitz


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

2002-02-21 Thread Ken Y. Clark

On Thu, 21 Feb 2002, Balazs Rauznitz wrote:

 Date: Thu, 21 Feb 2002 08:52:54 -0500
 From: Balazs Rauznitz [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: Balazs Rauznitz [EMAIL PROTECTED]
 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