You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by ra...@apache.org on 2002/11/03 21:50:12 UTC

cvs commit: modperl-docs/src/docs/2.0/os/win32 install.pod

randyk      2002/11/03 12:50:12

  Modified:    src/docs/2.0/os/win32 install.pod
  Log:
  added notes about using path names with spaces in them (suggested
  by Jesse Heines <he...@cs.uml.edu>).
  
  Revision  Changes    Path
  1.8       +18 -4     modperl-docs/src/docs/2.0/os/win32/install.pod
  
  Index: install.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/install.pod,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- install.pod	4 Oct 2002 22:39:22 -0000	1.7
  +++ install.pod	3 Nov 2002 20:50:12 -0000	1.8
  @@ -18,16 +18,30 @@
   
   As of this writing, mod_perl-2 is known to compile and work
   with an ActivePerl-compatable Perl (builds 6xx), based on
  -perl-5.6.1. It also works with perl-5.8 compiled with the
  -default compile-time flags in the Win32 F<Makefile>. Because of
  -improved threading support, it is expected sometime in the future
  -that perl-5.8 will be the recommended Perl for Win32 mod_perl-2.
  +perl-5.6.1, available from
  +
  +    http://www.activestate.com/
  +
  +It also works with perl-5.8 compiled with the default compile-time 
  +flags in the Win32 F<Makefile>. Because of improved threading support,
  +it is expected sometime in the future that perl-5.8 will be the 
  +recommended Perl for Win32 mod_perl-2. ActiveState expects to have
  +a beta perl-5.8 Win32 binary ready in late 2002; see the section
  +on Apache/mod_perl binaries below to obtain another perl-5.8
  +Win32 binary package.
   
   Apache 2.0 and mod_perl 2.0 can be obtained in two ways - either as
   binaries, or through building from the sources.  As with most packages
   of a more complex nature, it is best, when possible, to build things
   from the sources. However, this requires some experience with using
   Visual C++.
  +
  +When installing Perl or other related binaries, subtelties may arise
  +in using path names that have spaces in them - you may, for example, 
  +have to specify F<C:\Program Files\> by the DOS 8.3 path name 
  +F<C:\Progra~1\> in certain Apache directives. If you want to avoid
  +this, install, if possible, these packages to locations without spaces
  +in their names (eg, F<C:\Perl> for Perl and F<C:\Apache2> for Apache2). 
   
   =head2 Building from sources
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org