Hi All, >http://tcl.apache.org/mod_tcl/mod_tcl.html: > Currently bug reports can be mailed to [EMAIL PROTECTED]
running FreeBSD 4.3/4.4Prerelease with tcl8.3 installed in /usr/local/lib/tcl8.3 (default installation via FreeBSD ports) and apache 2.0.16 beta, I had to do the following to make mod_tcl compile: 1. hack ./configure to find tclConfig.sh in /usr/local/lib/tcl8.3 2. took out check for #ifdef HAVE_TCL_H from ./module/mod_tcl/mod_tcl.h since make was runnig it without HAVE_TCL_H even though it now 3. tell ./config_vars.mk that -ltcl8.3 is actually called -ltcl83 and lives in /usr/local/lib just thought I'd let you know. > Here is some preliminary documentation which really could be made prettier. no kidding. a small example would help a lot. I looked on fractal.net (the place you link to for examples) but didnt see any. All thats required is a small .htlm snippet and the relevant lines from the apache config (httpd.conf). will contact you again when I have this all working. cheers Helmut Hissen [EMAIL PROTECTED]
