> How much space required to install the mod_perl?(necessary files
> excluding the documentation, etc.)  As what I have read, I need also to
> install the Perl interpreter when using mod_perl.  How much size the
> interpreter requires? 
> 
> Your answers is very much appreciated. I have some hardware limitations
> which might not
> able to install such packages.

A rough calculation is simple:
% du -s /usr/src/apache-1.3.9_dev/
10853   /usr/src/apache-1.3.9_dev

% du -s /usr/src/modperl-1.21_dev/
3195    /usr/src/modperl-1.21_dev

These are the sizes of the directories the apache and mod_perl were build
from (after running 'make' in both). Since they include sources, docs and
other stuff that aren't being installed. You need about 10M+ in size. 

I don't have a perl source after 'make' handy, but it's about another
20Mb. 

You will want to install other Perl modules from CPAN, so estimate at
least a few more Mbs... This last number depends on your needs.

I thought we have passed the times where additional 10Mb would be a
question of life or death... Oh well. Good luck!

_______________________________________________________________________
Stas Bekman  mailto:[EMAIL PROTECTED]    www.singlesheaven.com/stas  
Perl,CGI,Apache,Linux,Web,Java,PC at  www.singlesheaven.com/stas/TULARC
www.apache.org  & www.perl.com  == www.modperl.com  ||  perl.apache.org
single o-> + single o-+ = singlesheaven    http://www.singlesheaven.com

Reply via email to