Index: openacs-4/etc/config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/config.tcl,v diff -u -N -r1.38 -r1.39 --- openacs-4/etc/config.tcl 27 Jul 2006 00:48:54 -0000 1.38 +++ openacs-4/etc/config.tcl 1 Oct 2006 14:50:40 -0000 1.39 @@ -638,8 +638,8 @@ } # 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 + if {[file exists ${homedir}/lib/thread2.6.4/libthread2.6.4[info sharedlibextension]]} { + ns_param libthread ${homedir}/lib/thread2.6.4/libthread2.6.4[info sharedlibextension] } ns_log notice "nsd.tcl: using threadsafe tcl: [info exists tcl_platform(threaded)]"