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...@postman.hyperreal.org on 1998/08/27 04:39:20 UTC

cvs commit: modperl INSTALL.simple

dougm       98/08/26 19:39:19

  Modified:    .        INSTALL.simple
  Log:
  split 1.2.x/1.3.x
  
  Revision  Changes    Path
  1.2       +20 -1     modperl/INSTALL.simple
  
  Index: INSTALL.simple
  ===================================================================
  RCS file: /export/home/cvs/modperl/INSTALL.simple,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- INSTALL.simple	1998/05/12 04:59:13	1.1
  +++ INSTALL.simple	1998/08/27 02:39:18	1.2
  @@ -1,4 +1,5 @@
  -
  +For 1.2.x
  +--------------------------------------------------------------------
   % lwp-download http://www.apache.org/dist/apache_x.xx.tar.gz
   % lwp-download http://perl.apache.org/dist/mod_perl-x.xx.tar.gz
   % tar -zxf apache_x.xx.tar.gz
  @@ -13,4 +14,22 @@
   % Shall I build httpd in ../apache_x.xx/src for you? [y] y
        (... see make stuff here ...)
   % cp ../apache_x.xx/src/httpd <to wherever your httpd lives>
  +
  +--------------------------------------------------------------------
  +For 1.3.x
  +--------------------------------------------------------------------
  +% lwp-download http://www.apache.org/dist/apache_x.xx.tar.gz
  +% lwp-download http://perl.apache.org/dist/mod_perl-x.xx.tar.gz
  +% tar -zxf apache_x.xx.tar.gz
  +% cd apache_x.xx/src
  +% cd -
  +% tar -zxf mod_perl-x.xx.tar.gz
  +% cd mod_perl-x.xx
  +% perl Makefile.PL USE_APACI=1 APACHE_PREFIX=... && make test && make install
  +     (answer 'y' to the 2 prompts below)
  +% Configure mod_perl with ../apache_x.xx/src ? [y] y
  +% Shall I build httpd in ../apache_x.xx/src for you? [y] y
  +     (... see make stuff here ...)
  +
  +