Index: openacs-4/etc/config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/config.tcl,v diff -u -N -r1.32 -r1.32.2.1 --- openacs-4/etc/config.tcl 24 Feb 2005 13:32:57 -0000 1.32 +++ openacs-4/etc/config.tcl 29 Dec 2005 10:07:20 -0000 1.32.2.1 @@ -629,6 +629,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."