You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by rs...@hyperreal.org on 1998/06/04 17:29:23 UTC

cvs commit: modperl INSTALL.apaci

rse         98/06/04 08:29:23

  Modified:    .        INSTALL.apaci
  Log:
  Although Doug has not added top-level Makefile.PL support for APXS (a "perl
  Makefile.PL USE_APXS=1" would be preferred) the stuff now works fine. So give
  the user at least a short into what the steps are.
  
  Revision  Changes    Path
  1.3       +13 -4     modperl/INSTALL.apaci
  
  Index: INSTALL.apaci
  ===================================================================
  RCS file: /export/home/cvs/modperl/INSTALL.apaci,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- INSTALL.apaci	1998/05/28 10:35:40	1.2
  +++ INSTALL.apaci	1998/06/04 15:29:23	1.3
  @@ -181,10 +181,19 @@
   
   =head2 Build mod_perl as dynamic shared object outside the Apache source tree via APXS
   
  -...
  -Support currently still not added to mod_perl's C<Makefile.PL>,
  -although the hybrid build environment already provides this
  -...
  +(I<Support currently still not added to top-level 
  +Makefile.PL, but already useable manually!>)
  +
  +In short:
  +
  + $ cd apaci
  + $ ./configure --with-apxs=/path/to/apache/sbin/apxs \
  +               --with-perl=/path/to/bin/perl
  + $ make
  + $ make install
  +
  +This will build the DSO C<libperl.so> B<outside> the Apache source
  +tree with the new Apache 1.3 support tool C<apxs>.
   
   =head1 AUTHOR