You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_dtcl@tcl.apache.org by Wojciech Kocjan <zo...@nowiny.net> on 2001/02/27 10:33:51 UTC

Re: problem regading using tcl modules

First of all you should consider loading libraries either in GlobalInit or
ChildInit (I suggest ChildInitScript because I had problems loading .so in
GlobalInit on a Sparc - SIGSEGV). Read the docs on how to do that (what to
add in apache configuration and other stuff).

try looking at http://dtcl.zoro2.org and see what I've added to httpd.conf
and my 2 script: global.tcl and dtcl.tcl. I use them for sourcing many
scripts in 1 line... But it's still a mess :>

Wojtek Kocjan
wojciech@kocjan.org