joes        2003/01/05 05:33:25

  Modified:    .        INSTALL.MacOSX
               patches  README
  Log:
  s/httpd-apreq/libapreq/ in README/INSTALL docs.
  
  Revision  Changes    Path
  1.2       +3 -4      httpd-apreq/INSTALL.MacOSX
  
  Index: INSTALL.MacOSX
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/INSTALL.MacOSX,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- INSTALL.MacOSX    2 Jan 2003 20:21:19 -0000       1.1
  +++ INSTALL.MacOSX    5 Jan 2003 13:33:25 -0000       1.2
  @@ -40,11 +40,11 @@
   be built from source, instead.
   
   To apply the patch to the Apache sources (assuming the apache-1.3.XX source 
is
  -along side of the apreq-1.x source):
  +along side of the libapreq-1.x source):
   
   % cd apache-1.3.xx
  -% patch -p0 < ../httpd-apreq-1.x/patches/apache-1.3+apreq.patch
  -% cp ../httpd-apreq-1.x/c/*.[ch] src/lib/apreq
  +% patch -p0 < ../libapreq-1.x/patches/apache-1.3+apreq.patch
  +% cp ../libapreq-1.x/c/*.[ch] src/lib/apreq
   
   If you've installed Perl and mod_perl in the default Darwin locations, you'll
   next need to set the PER5LIB environment variable to "/Library/Perl" so that
  @@ -69,7 +69,6 @@
   Cookie/Makefile.PL, before doing the perl build of libapreq. The following
   commands should do the trick:
   
  -% cd ../httpd-apreq-1.x
   % perl -pi.bak -e 's/-lapreq//' Request/Makefile.PL Cookie/Makefile.PL
   
   And finally, the normal Perl build of libapreq should work. Note that you'll
  
  
  
  1.4       +3 -3      httpd-apreq/patches/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/patches/README,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- README    19 Dec 2002 06:31:37 -0000      1.3
  +++ README    5 Jan 2003 13:33:25 -0000       1.4
  @@ -4,11 +4,11 @@
   
       patches apache-1.3 source to build libapreq directly into httpd.
       To apply (assuming the apache-1.3.XX source is along side of the 
  -    apreq-1.X source):
  +    libapreq-1.X source):
   
           % cd ../../apache-1.3.XX/
  -        % patch -p0 < ../httpd-apreq/patches/apache-1.3+apreq.patch
  -        % cp ../httpd-apreq/c/*.[ch] src/lib/apreq/
  +        % patch -p0 < ../libapreq-1.X/patches/apache-1.3+apreq.patch
  +        % cp ../libapreq-1.X/c/*.[ch] src/lib/apreq/
   
       Then build and install apache (+modperl) as normal.  If you want to
       use Apache::Request and Apache::Cookie, you'll also need to remove
  
  
  

Reply via email to