Forum OpenACS Development: Re: tests cases fail on a 5.5 fresh installation

Collapse
Posted by Dave Bauer on
You tcl install appears to be misconfigured. msgcat is a standard part of Tcl since 8.1 according to the documentation.
Collapse
Posted by Michael Cordova on
I've already installed msgcat 1.3, what seems to work with OpenACS 5.4.

Not sure how to upgrade msgcat to 1.4 in order to test OpenACS 5.5.

Thanks in advance

Collapse
Posted by Dave Bauer on
It looks like some Tcl distribution code is calling msgcat, not OpenACS. There isn't any call to "package require msgcat" in OpenACS itself.

So it looks like your AOLserver is using a different version of Tcl than your local Tcl install and it can't find the msgcat library.