Forum OpenACS Development: Re: (xotcl problems) Windows DLLs or MakeFile for nscache, nssha1 and nsoracle||nspostgres

Hi,

Some issues I found with this version,

xotcl.tcl is missing but I added it to /aolserver/modules/tcl/xotcl.tcl and it loads perfectly :).

libthread is not loading properly since I got an error when loading some xotcl libraries saying this:

[03/Oct/2007:15:36:41][2372.3668][-main-] Error: Error sourcing /aolserver/servers/test/packages/xotcl-request-
monitor/tcl/throttle_mod-procs.tcl:
invalid command name "thread::mutex"
while executing
"thread::mutex create"
(procedure "init" line 23)
::throttle ::xotcl::THREAD->init
::xotcl::THREAD ::xotcl::Class->create
invoked from within
"::xotcl::THREAD create throttle {

libthread.so is missing in the /aolserver/bin/ dir and I couldn't load it because couldn't find the dll manifests and dlls bins. However there are some files such as nsthread.dll and their manifest and exe.

Did I miss to do something?

Thanks in advance