stas        2003/01/29 14:27:38

  Modified:    src/docs/1.0/guide install.pod
  Log:
  adding two notes to docs/1.0/guide/install.pod
  explaing that libperl.a (and libphp4.a) are not expected to be in the
  src/modules dir during ./configure
  Submitted by: Thomas Klausner <[EMAIL PROTECTED]>
  Reviewed by:  stas
  
  Revision  Changes    Path
  1.19      +6 -0      modperl-docs/src/docs/1.0/guide/install.pod
  
  Index: install.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/install.pod,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- install.pod       31 Dec 2002 19:24:25 -0000      1.18
  +++ install.pod       29 Jan 2003 22:27:38 -0000      1.19
  @@ -1036,6 +1036,9 @@
   C<--prefix=/usr/share/apache> the Apache directory tree will be
   installed in I</usr/share/apache>.
   
  +Note that the files activated by C<--activate-module> do not exist at
  +this time. They will be generated during compilation.
  +
   The last three steps build, test and install the Apache-side of the
   mod_perl enabled server.  Presumably your new server includes
   third-party components, otherwise you probably won't choose this
  @@ -1555,6 +1558,9 @@
        --enable-module=stats \
        --enable-module=rewrite
     % make
  +
  +Note: C<libperl.a> and C<libphp4.a> do not exist at this time. They
  +will be generated during compilation.
   
   =item 1
   
  
  
  

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

Reply via email to