Forum OpenACS Q&A: Re: Fatal: modload: failed to load module '/opt/ns/lib/thread2.8.6/libthread2.8.6.so'

The message means that you are trying to load a version of libthread into NaviServer without module support.

I think, the problem is the following: Install-ns.sh installs (installed) per default libthread 2.8.5 (and configures it correctly), but tcl-8.6.11 comes with version 2.8.6 and configures it on default without NaviServer support. Since the config-file of OpenACS tries to load the newest version of libthread, it picks the wrong one (the version without NaviServer support).

I've updated install-ns on github to use libthread 2.8.6 , hope this helps.

It works fine now, thank you Gustaf
Good news, many thanks for the feedback!