Forum OpenACS Q&A: Config error response

Collapse
Posted by Gonzalo López on
I got this message while trying to start the server to install my OpenACS platform:

openacs@oz101:~$ openacs/etc/daemontools/run
[07/Sep/2009:13:25:45][13332.3083757232][-main-] Notice: nsd.tcl: starting to read config file...
[07/Sep/2009:13:25:45][13332.3083757232][-main-] Error: Tcl exception:
no files matched glob pattern "/usr/lib/aolserver4/lib/thread*/libthread*.so"
while executing
"glob ${homedir}/lib/thread*/libthread*[info sharedlibextension]"
invoked from within
"lindex [glob ${homedir}/lib/thread*/libthread*[info sharedlibextension]] 0"
invoked from within
"ns_param libthread [lindex [glob ${homedir}/lib/thread*/libthread*[info sharedlibextension]] 0]"
[07/Sep/2009:13:25:45][13332.3083757232][-main-] Fatal: config error

Could anyone explain me what that this mean?

Thanks

Collapse
Posted by unuser u on
Hi

With newer versions you need the libthread from tclthread.
You can download and compile or you can use a package. In debian lenny the actual libthread package has a precompiled module for aolserver.

The error appears when that module is not found.

You can comment it in the config.tcl , and maybe it can work, but is better install the module.