sbekman     01/05/11 01:07:17

  Modified:    pod      modperl_dev.pod
  Log:
  document the need to 'cvs up' in srclib subdirs too when updating httpd
  
  Revision  Changes    Path
  1.24      +8 -1      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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- modperl_dev.pod   2001/05/08 21:22:47     1.23
  +++ modperl_dev.pod   2001/05/11 08:07:13     1.24
  @@ -23,10 +23,17 @@
    % make && make install
   
   Once extracted, whenever you want to sync with the latest httpd-2.0
  -version and rebuild, run:
  +version (and apr/apr-util projects, which httpd-2.0 relies on) and
  +rebuild, run:
   
    % cd httpd-2.0
    % cvs up -dP
  + % cd srclib/apr
  + % cvs up -dP
  + % cd ../..
  + % cd srclib/apr-util
  + % cvs up -dP
  + % cd ../..
    % make distclean && ./buildconf
    % ./configure --prefix=$HOME/apache-2.0 \
      --with-mpm=threaded --enable-so
  
  
  

Reply via email to