Hi Guys, I don't know if I am writing to the right list here. Sorry if I do.
I am playing around with Rivet 2.1 that I compiled and installed successfully on a OpenSuse 12.1 distribution. After fiddling around on the Apache configuration, I ended up: - adding in httpd.conf # RIVET module LoadModule rivet_module /usr/lib64/apache2/mod_rivet.so and adding: mod_mime-defaults.conf:AddType application/x-httpd-rivet .rvt mod_mime-defaults.conf:AddType application/x-rivet-tcl .tcl mod_mime-defaults.conf:AddType 'application/x-httpd-rivet;charset=utf-8' rvt SO far so good, httpd2 restarts without error. Now when I try to pull the hello.rvt I get an error in apache2 logs: [Fri Jun 28 11:27:31 2013] [error] (20014)Internal error: mod_rivet: Error parsing exec file '/srv/www/htdocs/hello1.rvt': unknown namespace "::request" in namespace delete command\n while executing\n"namespace delete ::request " So I decided to run the tests from the Rivet distribution: tclsh ./runtests.tcl /usr/sbin/httpd2 And I got: rivet.test: Total 102 Passed 3 Skipped 0 Failed 99 Not bad, 3 passed :) I don't know what I am doing wrong here but I think something is wrong in my installation. Any obvious mistake I am doing? Thank you, B.
