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 do...@hyperreal.org on 1998/05/12 06:59:14 UTC

cvs commit: modperl INSTALL.simple INSTALL.simple.ssl

dougm       98/05/11 21:59:14

  Added:       .        INSTALL.simple INSTALL.simple.ssl
  Log:
  sometimes folks have trouble following the INSTALL
  
  Revision  Changes    Path
  1.1                  modperl/INSTALL.simple
  
  Index: INSTALL.simple
  ===================================================================
  
  % lwp-download http://www.apache.org/dist/apache_x.xx.tar.gz
  % lwp-download http://perl.apache.org/dist/mod_perl-x.xx.tar.gz
  % tar -zxf apache_x.xx.tar.gz
  % cd apache_x.xx/src
  % <edit the Configuration file if needed>
  % cd -
  % tar -zxf mod_perl-x.xx.tar.gz
  % cd mod_perl-x.xx
  % perl Makefile.PL && make test && make install
       (answer 'y' to the 2 prompts below)
  % Configure mod_perl with ../apache_x.xx/src ? [y] y
  % Shall I build httpd in ../apache_x.xx/src for you? [y] y
       (... see make stuff here ...)
  % cp ../apache_x.xx/src/httpd <to wherever your httpd lives>
  
  
  
  
  1.1                  modperl/INSTALL.simple.ssl
  
  Index: INSTALL.simple.ssl
  ===================================================================
  
  % lwp-download http://www.apache.org/dist/apache_x.xx.tar.gz
  % lwp-download http://perl.apache.org/dist/mod_perl-x.xx.tar.gz
  % lwp-download http://www.apache-ssl.org/.../apache_x.x.x+ssl_x.xx.tar.gz
  % tar -zxf apache_x.xx.tar.gz
  % cd apache_x.xx
  % tar -zxf ../apache_x.x.x+ssl_x.xx.tar.gz
  % patch < SSLpatch
  % <edit the src/Configuration file if needed>
  % cd -
  % tar -zxf mod_perl-x.xx.tar.gz
  % cd mod_perl-x.xx
  % perl Makefile.PL && make test && make install
       (answer 'y' to the 2 prompts below)
  % Configure mod_perl with ../apache_x.xx/src ? [y] y
  % Shall I build httpd in ../apache_x.xx/src for you? [y] y
       (... see make stuff here ...)
  % cp ../apache_x.xx/src/httpd <to wherever your httpd lives>