Rivet Installation ================== For more detailed instructions, see the docs/html/ directory. Rivet is now based on the auto tools - autoconf, automake and libtool, and so compilation is simple. For example: ./configure --with-tcl=/usr/lib/tcl8.4/ --with-apxs=/usr/bin/apxs \ --with-tclsh=/usr/bin/tclsh8.4 make make install Basic Apache configuration directives that are needed: # Loads the module. LoadModule rivet_module /path/to/your/copy/of/mod_rivet.so # Let the module handle .rvt and .tcl files. AddType application/x-httpd-rivet .rvt AddType application/x-rivet-tcl .tcl