You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2015/03/18 11:51:06 UTC

svn commit: r1667488 - in /tcl/rivet: branches/2.2/ChangeLog branches/2.2/INSTALL trunk/ChangeLog trunk/INSTALL

Author: mxmanghi
Date: Wed Mar 18 10:51:06 2015
New Revision: 1667488

URL: http://svn.apache.org/r1667488
Log:
    * trunk/INSTALL,branches/2.2/INSTALL: update installation and configuration examples


Modified:
    tcl/rivet/branches/2.2/ChangeLog
    tcl/rivet/branches/2.2/INSTALL
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/INSTALL

Modified: tcl/rivet/branches/2.2/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/ChangeLog?rev=1667488&r1=1667487&r2=1667488&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/ChangeLog (original)
+++ tcl/rivet/branches/2.2/ChangeLog Wed Mar 18 10:51:06 2015
@@ -1,3 +1,6 @@
+2015-03-28 Massimo Manghi <mx...@apache.org>
+    * INSTALL: update installation and configuration examples
+
 2015-03-11 Massimo Manghi <mx...@apache.org>
     * doc/xml/internals.xml: Improved paragraph on how to extend mod_rivet
     * src/apache-2/mod_rivet.c: Improper handling of 'HTTP_NOT_FOUND' and

Modified: tcl/rivet/branches/2.2/INSTALL
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/INSTALL?rev=1667488&r1=1667487&r2=1667488&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/INSTALL (original)
+++ tcl/rivet/branches/2.2/INSTALL Wed Mar 18 10:51:06 2015
@@ -13,9 +13,9 @@ the source tree running 'aclocal; autore
 Example:
 
 ./configure --with-tcl=/usr/lib/tcl8.5/                 \
-            --with-apxs=/usr/bin/apxs                   \
+            --with-apache=/usr/local/apache2            \
+            --with-apxs=/usr/local/apache2/bin/apxs     \
             --with-tclsh=/usr/bin/tclsh8.5              \
-            --with-apache-version=2                     \
             --with-rivet-target-dir=/usr/lib/rivet2.2   \
             --enable-version-display
 
@@ -70,12 +70,11 @@ AddType application/x-rivet-tcl    tcl
 
 AddType "application/x-httpd-rivet; charset=utf-8" rvt
 
-If Apache1.x and Apache2.x coexist on the same system you must
-tell configure where the right apxs (apache extension tool) script is
-located. E.g.: on a Debian system apxs for Apache2.x is named apxs2
+ Examples:
+
+On a Debian system apxs for Apache2.x is named apxs2
 
 ./configure --with-apache-include=/usr/include/apr-1.0          \
-            --with-apache-version=2                             \
             --with-apxs=/usr/bin/apxs2                          \
             --with-tcl=/usr/lib/tcl8.6                          \
             --with-apache=/usr

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=1667488&r1=1667487&r2=1667488&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Wed Mar 18 10:51:06 2015
@@ -1,3 +1,6 @@
+2015-03-28 Massimo Manghi <mx...@apache.org>
+    * INSTALL: update installation and configuration examples
+
 2015-03-11 Massimo Manghi <mx...@apache.org>
     * doc/xml/internals.xml: Improved paragraph on how to extend mod_rivet
     * src/apache-2/mod_rivet.c: Improper handling of 'HTTP_NOT_FOUND' and

Modified: tcl/rivet/trunk/INSTALL
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/INSTALL?rev=1667488&r1=1667487&r2=1667488&view=diff
==============================================================================
--- tcl/rivet/trunk/INSTALL (original)
+++ tcl/rivet/trunk/INSTALL Wed Mar 18 10:51:06 2015
@@ -68,12 +68,11 @@ AddType application/x-rivet-tcl    tcl
 
 AddType "application/x-httpd-rivet; charset=utf-8" rvt
 
-If Apache1.x and Apache2.x coexist on the same system you must
-tell configure where the right apxs (apache extension tool) script is
-located. E.g.: on a Debian system apxs for Apache2.x is named apxs2
+ Examples:
+
+On a Debian system apxs for Apache2.x is named apxs2
 
 ./configure --with-apache-include=/usr/include/apr-1.0          \
-            --with-apache-version=2                             \
             --with-apxs=/usr/bin/apxs2                          \
             --with-tcl=/usr/lib/tcl8.6                          \
             --with-apache=/usr
@@ -83,7 +82,7 @@ Rivet on Slackware 12.1
 
 aclocal
 autoreconf
-./configure --with-apache-version=2 --with-tcl=/usr/lib --with-apxs=/usr/bin/apxs 
+./configure --with-tcl=/usr/lib --with-apxs=/usr/bin/apxs 
 make
 
 Rivet is packaged for various Linux flavours. A list is available at http://tcl.apache.org/download.html



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