Index: openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl,v diff -u -N -r1.18 -r1.19 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 21 Jan 2003 11:48:50 -0000 1.18 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 22 Jan 2003 15:29:58 -0000 1.19 @@ -127,6 +127,11 @@ # Load libraries, queries etc. for remaining packages apm_load_packages + # The acs-tcl package is a special case. Its Tcl libraries need to be loaded + # before all the other packages. However, its tests need to be loaded after all + # packages have had their Tcl libraries loaded. + apm_load_packages -load_libraries_p 0 -load_queries_p 0 -packages acs-tcl + if { ![nsv_exists rp_properties request_count] } { # security-init.tcl has not been invoked, so it's safe to say that the # core has not been properly initialized and the server will probably