Index: openacs-4/packages/acs-bootstrap-installer/installer/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/index.tcl,v diff -u -N -r1.32.2.5 -r1.32.2.6 --- openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 11 Jun 2019 18:55:08 -0000 1.32.2.5 +++ openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 28 Oct 2020 15:39:18 -0000 1.32.2.6 @@ -143,7 +143,7 @@ } # AOLserver must support ns_cache. -if {[info commands ns_cache] eq ""} { +if {[namespace which ns_cache] eq ""} { append errors "
  • The ns_cache module is not installed. This is required for OpenACS." set error_p 1 }