You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by tr...@apache.org on 2004/03/22 20:51:43 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2 BUILD.txt INSTALL.txt

truk        2004/03/22 11:51:43

  Modified:    jk/native2 BUILD.txt INSTALL.txt
  Log:
  Must use absolute path to apr and apr-util source. At this time there isn't
  an install target, so replace with apxs install.
  
  Lots of redundancy between BUILD.txt and INSTALL.txt right now.
  
  Revision  Changes    Path
  1.6       +4 -4      jakarta-tomcat-connectors/jk/native2/BUILD.txt
  
  Index: BUILD.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/BUILD.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- BUILD.txt	22 Mar 2004 09:27:58 -0000	1.5
  +++ BUILD.txt	22 Mar 2004 19:51:43 -0000	1.6
  @@ -34,8 +34,8 @@
   
         cd jakarta-tomcat-connectors/jk/native2
         ./configure --with-apxs=/your/path/to/apxs \
  -                  --with-apr=/your/path/to/apr-source \
  -                  --with-apr-util=/your/path/to/apr-util-source
  +                  --with-apr=/absolute/path/to/apr-source \
  +                  --with-apr-util=/absolute/path/to/apr-util-source
         make
         cd ../build/jk2/apache13
         apxs -n jk2 -i mod_jk2.so
  @@ -61,9 +61,9 @@
       If you want to have PCRE (Perl Compatible Regular
       Expressions) support for jk2 uri directives, add --with-pcre
       while configuring.
  -    
  -    Quick informations on building mod_jk2 :
   
  +
  +Quick information on building mod_jk2 :
   
   * IIS 
   
  
  
  
  1.5       +8 -4      jakarta-tomcat-connectors/jk/native2/INSTALL.txt
  
  Index: INSTALL.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/INSTALL.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- INSTALL.txt	22 Mar 2004 11:47:50 -0000	1.4
  +++ INSTALL.txt	22 Mar 2004 19:51:43 -0000	1.5
  @@ -7,11 +7,12 @@
   
     In the following example Apache2 is installed in 
     /usr/local/apache2 and the commands are executed in the
  -  jakarta-tomcat-connectors/native2 directory. 
  +  jakarta-tomcat-connectors/jk/native2 directory. 
   
     $ ./configure --with-apxs2=PREFIX/bin/apxs
     $ make
  -  $ make install
  +  $ cd ../build/jk2/apache2
  +  $ PREFIX/bin/apxs -n jk2 -i mod_jk2.so
   
        NOTES: * Replace PREFIX with the filesystem path under which 
                 Apache should be installed.  A typical installation
  @@ -59,9 +60,12 @@
     gtar xvf apr-util-0.9.4.tar.gz
   
     Build and install mod_jk2:
  -  $ ./configure --with-apxs=PREFIX/bin/apxs --with-apr=./apr-0.9.4 --with-apr-util=./apr-util-0.9.4
  +  $ ./configure --with-apxs=PREFIX/bin/apxs \
  +                --with-apr=/absolute/path/to/apr-0.9.4 \
  +                --with-apr-util=/absolute/path/to/apr-util-0.9.4
     $ make
  -  $ make install
  +  $ cd ../build/jk2/apache13
  +  $ PREFIX/bin/apxs -n jk2 -i mod_jk2.so
   
     Add the following to httpd.conf:
     LoadModule jk2_module libexec/mod_jk2.so
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org