With M/DB Build 39 now available, here's instructions on how to
upgrade a standard installation. Adjust accordingly for custom
configurations.
Go to
github.com/robtweed/mdb where you'll find the file MDB.m
Grab this file and replace the copy you'll find in your system in /usr/
local/gtm/ewd
Compile it by doing the following in a terminal/puTTY session:
cd /usr/local/gtm/ewd
mumps MDB.m
Then restart Apache to ensure that the new version is used by the
background M/DB processes:
sudo /etc/init.d/apache2 restart
That's it! You should now have the latest version running.