I'm not on the mailing list so reply directly to me...

the documentation at http://tcl.apache.org/mod_dtcl/documentation.ttml
says
"You don't need the Apache sources if you are building a shared object
module."
Ok, great, I don't have the source, so Ill build it shared. I comment
out location of source in buildtcl.sh as it says
[root@avvid mod_dtcl]# ./builddtcl.sh shared
Using /usr/bin/tclsh as tclsh program
Apache in
Apache includes in /usr/include/apache/
make: Nothing to be done for `shared'.
ok... next step.
./builddtcl.sh install (Not necessary if it is a shared object build)
ok so i skip that, next is
cd ../apache-1.3.X
how do i do that without the source?
so I skip all that stuff and just do the
LoadModule dtcl_module /usr/lib/apache/1.3/mod_dtcl.so
and
AddType application/x-httpd-tcl .ttml
AddType application/x-dtcl-tcl .tcl
and when i create a .ttml script my browsers prompt me to download the
file

?

-D


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to