Forum OpenACS Development: standard check for tcllib installed

Since Tcllib is required for Openacs 5.3, shouldn't aolserver check the availability of tcllib and provide an appropriate error or warning if not found?

If so, where should it be added: tcl/0-acs-init.tcl or packages/acs-bootstrap-installer/installer-init.tcl or?

Also, the code should go something like this, right:

if {[catch {set scratch_version [package require base64]} errmsg] and } { 
                ns_log Error "0-acs-init.tcl: error TclLib is required, but not found." 
            }