Installing Apache, Rivet and Tcl on a Windows machine [APW] 2007-01-20: After having spent 1 and a half day setting up Rivet on Windows after a new installation,I found the solution and made it runnning. I hope this page helps other persons not to waste so much time. I have to admit, if I had earlier searched on google, I would have saved a lot of time ;-), the answer was already there. Rivet at the moment only works together with Apache 1.3.x versions at the moment. There are some efforts to port it to Apache 2.x.x versions but nothing finish yet. For downloading Rivet see [Rivet] page. For Windows it is very important, that you take a non threaded Tcl version! I have tried with Tcl 8.4.14.0 but I think versions > Tcl 8.4.9.0 are dangerous, because they are built with threads (I refer to ActiveState versions here!) I was successfull with Tcl 8.4.9.0 together with Apache 1.3.37. If you want to have a different version of Tcl for your daily work, try the following: Install the desired version as the "normal" version. In Apache subdirectory "modules" install the .dll file .../Tcl 8.4.9.0 directory>/bin/tcl84.dll In Apache subdirectory "lib" install the following directories from .../Tcl 8.4.9.0 directory>/lib * tcl8.4 * rivet0.7.0 (from the rivet installation) * itcl3.3 (if you want to use [incr tcl] on the server side * mysqltcl (I use mysql as a database otherwise install i.e.: oratcl etc.) doing that your Apache environment is self supporting. Hope that helps others too. ----