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 st...@apache.org on 2002/06/02 15:44:17 UTC

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

stas        2002/06/02 06:44:17

  Modified:    src/docs/2.0/user/install install.pod
  Log:
  start using MP_AP_PREFIX as the standard way to configure
  
  Revision  Changes    Path
  1.14      +8 -5      modperl-docs/src/docs/2.0/user/install/install.pod
  
  Index: install.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/install/install.pod,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- install.pod	21 May 2002 16:26:43 -0000	1.13
  +++ install.pod	2 Jun 2002 13:44:16 -0000	1.14
  @@ -73,7 +73,8 @@
   =head2 Create the build environment
   
      % cd modperl-2.0
  -   % perl Makefile.PL MP_APXS=$apache_prefix/bin/apxs && make
  +   % perl Makefile.PL MP_AP_PREFIX=/home/stas/src/httpd-2.0.xx
  +   % make
   
   I<options> an optional list of (key,value) pairs.
   
  @@ -142,12 +143,14 @@
   I</home/httpd/httpd-2.0> as DSO, the default location would be
   I</home/httpd/httpd-2.0/bin/apxs>.
   
  +META: this option most likely will go away, use MP_AP_PREFIX
  +
   =item MP_AP_PREFIX
   
  -Apache installation prefix. This option can be used to derive C<apxs>
  -values on platforms where C<apxs> is not supported (e.g., on Win32).
  -For example if you've have installed Apache 2.0 in C<\Apache2> on
  -Win32, you should use:
  +Apache installation prefix, under which the Apache I<include/>
  +directory can be found. If Apache is not installed yet, you can point
  +to the source directory. For example if you've have installed Apache
  +2.0 in C<\Apache2> on Win32, you should use:
   
     MP_AP_PREFIX=\Apache2
   
  
  
  

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