Index: openacs-4/etc/config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/config.tcl,v diff -u -r1.35 -r1.36 --- openacs-4/etc/config.tcl 20 May 2006 20:56:29 -0000 1.35 +++ openacs-4/etc/config.tcl 4 Jun 2006 00:45:19 -0000 1.36 @@ -637,6 +637,10 @@ ns_param libtdom ${bindir}/libtdom.so } + # nsthread library which should become standard in 5.3 + if {[file exists ${homedir}/lib/thread2.6.2/libthread2.6.2.so]} { + ns_param libthread ${homedir}/lib/thread2.6.2/libthread2.6.2.so + } ns_log notice "nsd.tcl: using threadsafe tcl: [info exists tcl_platform(threaded)]" ns_log notice "nsd.tcl: finished reading config file."