You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@apache.org on 2001/05/15 08:46:48 UTC

cvs commit: embperl Embperl.pm INSTALL.pod

richter     01/05/14 23:46:48

  Modified:    .        Embperl.pm INSTALL.pod
  Log:
  1.3.2 :-)
  
  Revision  Changes    Path
  1.151     +2 -2      embperl/Embperl.pm
  
  Index: Embperl.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.pm,v
  retrieving revision 1.150
  retrieving revision 1.151
  diff -u -r1.150 -r1.151
  --- Embperl.pm	2001/05/15 04:50:06	1.150
  +++ Embperl.pm	2001/05/15 06:46:47	1.151
  @@ -10,7 +10,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: Embperl.pm,v 1.150 2001/05/15 04:50:06 richter Exp $
  +#   $Id: Embperl.pm,v 1.151 2001/05/15 06:46:47 richter Exp $
   #
   ###################################################################################
   
  @@ -90,7 +90,7 @@
   @ISA = qw(Exporter DynaLoader);
   
   
  -$VERSION = '1.3.2_dev';
  +$VERSION = '1.3.2';
   
   # HTML::Embperl cannot be bootstrapped in nonlazy mode except
   # under mod_perl, because its dependencies import symbols like ap_palloc
  
  
  
  1.20      +30 -1     embperl/INSTALL.pod
  
  Index: INSTALL.pod
  ===================================================================
  RCS file: /home/cvs/embperl/INSTALL.pod,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- INSTALL.pod	2001/05/11 06:55:40	1.19
  +++ INSTALL.pod	2001/05/15 06:46:47	1.20
  @@ -61,7 +61,7 @@
   
   =head2 Options for make test
   
  -C<make test> can take several options, with can be given with the C<TESTARGS>
  +C<make test> can take several options, which can be given with the C<TESTARGS>
   parameter:
   
     make test TESTARGS="--help"
  @@ -103,6 +103,35 @@
   (drow assures me he's uploading one soon), so you have to make do with
   a DSO mod-perl (ie: apache + libapache-mod-perl) for now.
   
  +
  +=head2 UNIX (without Apache Source)
  +
  +If you have an UNIX with preinstalled Apache and mod_perl (e.g. a Linux 
  +distribution), you need to locate the following files on your disk:
  +
  + - httpd.h
  + - httpd
  + - mod_env.so
  +
  +For example in SuSE Linux 7.1 they could be found at
  +
  + - /usr/include/apache/httpd.h
  + - /usr/sbin/httpd
  + - /usr/lib/apache/mod_env.so
  +
  +Now go to the Embperl directory and start 
  +
  + perl Makefile.PL
  +
  +When get asked for the Apache sources, enter the directory where you
  +found C<httpd.h> (e.g. C</usr/include/apache>). For the Apache executable
  +enter the path to C<httpd>. If the Apache modules are loaded dynamicly,
  +the you will get ask for C<mod_env.so>, enter it's directory. Now you can
  +continue as normal with
  +
  + make test
  + make install
  +  
   
   =head2 WIN 32 (non ActiveState Perl)
   
  
  
  

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