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...@hyperreal.org on 1999/12/21 16:58:59 UTC

cvs commit: modperl INSTALL

dougm       99/12/21 07:58:58

  Modified:    .        INSTALL
  Log:
  no longer support 1.2.x
  
  Revision  Changes    Path
  1.12      +3 -10     modperl/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/modperl/INSTALL,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- INSTALL	1998/12/11 21:41:06	1.11
  +++ INSTALL	1999/12/21 15:58:57	1.12
  @@ -10,9 +10,9 @@
   
   =over 3
   
  -Apache version 1.2.6+ or 1.3.0+
  +Apache version 1.3.6+
   
  -Perl version 5.004 or higher (5.004_04 or higher recommended)
  +Perl version 5.004 or higher (5.005_03 or higher recommended)
   
   Win32 users, see INSTALL.win32
   
  @@ -215,14 +215,8 @@
   
   =item Configuration
   
  -Edit apache_xxx/src/Configuration.
  +Edit apache_xxx/src/Configuration, adding:
   
  -For apache 1.2.x versions add: 
  -
  -  Module perl_module modules/perl/libperl.a
  -
  -For apache 1.3.x versions add: 
  -
     AddModule modules/perl/libperl.a
   
   We suggest you add this entry at the end of the Configuration file if
  @@ -239,7 +233,6 @@
   =item mod_perl source files
   
   Copy the source files into the apache build directory:
  -(For apache versions < 1.2 you'll need to mkdir src/modules/ first)
   
    % cp -r src/modules/perl apache_xxx/src/modules/