The installgs script errors on startup with a ErrUtlReset: fopen() failure, on $GEMSTONE/sys/english66.err:
The source of the problem is an incorrect version number. An environment variable that sets the version number in the setup script, was inadvertently not updated for the 6.7 release, and still specifies version 6.6.
edit $GEMSTONE/bin/misc.sh to modify the version number:
... GEMSTONE_VERSION=66 ...
should be
GEMSTONE_VERSION=67
Last updated: 12/17/15