Forum OpenACS Q&A: Re: Error during startup:invalid command name "dom"

Collapse
Posted by Nitish Bezzala on
I get the same error while installing AolServer4.10, with Tcl 8.4.9 and tDom 0.8.0 on Suse Linux Professional 9.2

I also get this error in the logs:

[08/Apr/2005:18:26:39][30435.16384][-main-] Error: 0-acs-init.tcl: error loading tdom: Tcl core wasn't compiled for multithreading.

In /usr/local/lib/tclConfig.sh , it says

# Flag, 1: we built Tcl with threads enables, 0 we didn't
TCL_THREADS=1

Any help is appreciated.

Thanks,
Nitish

I recommend paying attention to the actual error message. As it says, you must build Tcl with --enable-threads for use with AOLserver; apparently you did not. Read and follow the OpenACS installing AOLserver docs.