richter     01/12/03 23:55:09

  Modified:    .        INSTALL.pod
  Log:
  doku update
  
  Revision  Changes    Path
  1.23      +9 -9      embperl/INSTALL.pod
  
  Index: INSTALL.pod
  ===================================================================
  RCS file: /home/cvs/embperl/INSTALL.pod,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- INSTALL.pod       2001/12/04 07:43:15     1.22
  +++ INSTALL.pod       2001/12/04 07:55:09     1.23
  @@ -236,15 +236,15 @@
   to use Embperl offline or as CGI.
   
   
  -apache_1.3.22-win32-x86.msi
   
  -Next get the Apache binary (including the source e.g. 
apache_1.3.19-win32-src-r2.msi) from        
  +
  +Next get the Apache binary (e.g. apache_1.3.22-win32-x86.msi) from        
   http://www.apache.org/dist/httpd/binaries/win32/ . (You may need to install the
  -windows MSI installer from the same page too). Now run the installation.
  +windows MSI installer from the same page too). Now run the Apache installation.
   
   Then run the ppm program to install mod_perl
   
  -  ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl-1.25_1.3.19.ppd
  +  ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl.ppd
   
   If you get asked for the Apache directory, enter the C<modules> subdirectory under 
the path
   where you have installed your Apache, e.g. 
  @@ -258,8 +258,8 @@
   
   =head2 Compile Embperl from the sources on WIN 32 with ActiveState Perl
   
  -First install ActiveState Perl, Apache and mod_perl as described above. Make sure
  -you have an Apache version which includes the sources. (Of course when you want to 
use
  +First install ActiveState Perl, Apache and mod_perl as described above. 
  +(Of course when you want to use
   Embperl only offline or as CGI you don't have to install Apache and mod_perl)
   
   Then extract the Embperl distribution and go to the directory where you have 
extracted
  @@ -269,7 +269,7 @@
   
   Enter y or hit enter when you get ask "Build with support for Apache mod_perl?(y/n) 
[y]"
   When get asked for the Apache source enter the Apache directory you have installed 
above.
  -e.g. \Program Files\Apache Group.
  +e.g. \Program Files\Apache Group\Apache.
   
   Now you can continue by running 
   
  @@ -284,10 +284,10 @@
   is used outside of Apache, because Windows tries to load F<ApacheCore.dll>.
   To solve this problem Embperl 1.3.4+ can install a Apache and a non Apache
   version. To do this first install the Apache version as decribed above 
  -(includeing the C<nmake install>) . 
  +(including the C<nmake install> !) . 
   Afterwards rerun Makefile.PL, when ask for mod_perl support answer no, now
   Makefile.PL detects that a mod_perl version was already compiled and asks
  -if you what a separte non Apache version. Just say yes here and compile
  +if you what a separate non Apache version. Just say yes here and compile
   and install this version too. When Embperl is loaded it detects if runs in-
   or outside of Apache and loads the correct library.
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to