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/05/22 08:02:01 UTC

cvs commit: modperl ToDo

rse         98/05/21 23:02:01

  Modified:    .        ToDo
  Log:
  Remember that although the current stuff works already pretty good we can be
  more friendly by just providing two more Makefile.PL options because we
  already have this functionality. We just have to trigger it.
  
  Revision  Changes    Path
  1.23      +17 -1     modperl/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /export/home/cvs/modperl/ToDo,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- ToDo	1998/05/17 23:31:50	1.22
  +++ ToDo	1998/05/22 06:02:00	1.23
  @@ -25,7 +25,23 @@
   - rand() broken under win32!
              Jeff Baker <je...@godzilla.tamu.edu>
   
  -- Ralf's APACI Makefile.tmpl
  +- APACI stuff:
  +
  +  o Support for the APXS variant of the new APACI stuff. Best would
  +    be a USE_APXS=1 similar to USE_APACI=1. The difference is that instead of
  +    copying the apaci/ stuff into APACHE_SRC/src/modules/perl/ it is copied
  +    into ./src/modules/perl/ and instead of running APACHE_SRC/configure
  +    ./src/modules/perl/configure is run.
  +
  +  o Support for deciding to build Apache even when USE_APACI=1 is used.  One
  +    possible way would be this: "USE_APACI=1" usses the apaci/* stuff and runs
  +    "cd APACHE_SRC; ./configure --activate-module=src/modules/perl/libperl.a;
  +    make" while "USE_APACI=1 NO_HTTPD=1" does what the current behaviour is.
  +    And the ADD_MODULE feature should be used here too: But not by editing a
  +    Configuration file, instead --enable-module options should be used.
  +    Support for enabling the DSO feature when Apache is built automatically
  +    would be friendly, perhaps USE_DSO=1, which adds an --enable-shared=perl
  +    option, too.
   
   - $ENV{PATH}: don't let perl_clear_env() change it's value