You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2003/01/18 01:47:20 UTC

cvs commit: modperl-docs/src/docs/2.0/user/install install.pod

stas        2003/01/17 16:47:20

  Modified:    src/docs/2.0/user/install install.pod
  Log:
  clarify the config process of perl (threads vs. non-threads)
  
  Revision  Changes    Path
  1.33      +9 -1      modperl-docs/src/docs/2.0/user/install/install.pod
  
  Index: install.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/install/install.pod,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- install.pod	17 Dec 2002 07:22:42 -0000	1.32
  +++ install.pod	18 Jan 2003 00:47:20 -0000	1.33
  @@ -159,13 +159,21 @@
   =item Perl
   
     % cd perl-5.8.x
  +  % ./Configure -des
  +
  +If you L<need the threads
  +support|docs::2.0::user::install::install.html/Prerequisites>, run:
  +
     % ./Configure -des -Dusethreads
  -  % make && make test && make install
   
   If you want to debug mod_perl segmentation faults, add the
   following I<./Configure> options:
   
     -Doptimize='-g' -Dusedevel
  +
  +Now build it:
  +
  +  % make && make test && make install
   
   
   =item Apache
  
  
  

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