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.25.8.1 -r1.25.8.2 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 7 Apr 2006 19:58:56 -0000 1.25.8.1 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 9 Apr 2006 01:51:53 -0000 1.25.8.2 @@ -142,7 +142,9 @@ # GN: Should be loaded before user packages such they can use # the xotcl infrastructure - if {[file isdirectory $root_directory/packages/xotcl-core]} { + # DRB: only do it if xotcl's installed + if {[info command ::xotcl::Class] ne "" && + [file isdirectory $root_directory/packages/xotcl-core]} { apm_bootstrap_load_libraries -procs xotcl-core }