You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2001/12/13 19:09:41 UTC

cvs commit: modperl-2.0/pod modperl_dev.pod

dougm       01/12/13 10:09:41

  Modified:    pod      modperl_dev.pod
  Log:
  "threaded" mpm no longer exists
  --enable-so is turned on by default
  
  Revision  Changes    Path
  1.45      +4 -6      modperl-2.0/pod/modperl_dev.pod
  
  Index: modperl_dev.pod
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/pod/modperl_dev.pod,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- modperl_dev.pod	2001/10/20 18:59:28	1.44
  +++ modperl_dev.pod	2001/12/13 18:09:41	1.45
  @@ -18,8 +18,7 @@
    % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co apr-util
    % cd ..
    % ./buildconf
  - % ./configure --prefix=$HOME/apache-2.0 \
  -   --with-mpm=threaded --enable-so
  + % ./configure --prefix=$HOME/apache-2.0 --with-mpm=prefork
    % make && make install
   
   Once extracted, whenever you want to sync with the latest httpd-2.0
  @@ -28,8 +27,7 @@
    % cd httpd-2.0
    % cvs up -dP
    % make distclean && ./buildconf
  - % ./configure --prefix=$HOME/apache-2.0 \
  -   --with-mpm=threaded --enable-so
  + % ./configure --prefix=$HOME/apache-2.0 --with-mpm=prefork
    % make && make install
   
   For bleeding edge Perl:
  @@ -44,7 +42,7 @@
    % ln -s $HOME/bleedperl/bin/perl5.x.x $HOME/bleedperl/bin/perl
   
   or otherwise make sure that your perl was built with threads enabled if
  -you want to use the threaded MPM.
  +you want to use a threaded MPM.
   
   If you are re-building Perl after rsync-ing, make sure to cleanup:
   
  @@ -185,7 +183,7 @@
   =head2 Configure and compile Apache
   
     % cd ../httpd-2.0
  -  % ./configure --with-mpm=threaded
  +  % ./configure --with-mpm=prefork
     % make
   
   =head2 Howto generate source tables