Archive for the ‘scheme’ tag
MIT Scheme on Arch Linux Issue
I installed the latest MIT/GNU Scheme version and ran into an issue with a missing dependency. When attempting to start scheme I would get the following message -
error while loading shared libraries: libmhash.so.2: cannot open shared object file: No such file or directory
This ended up being an easy fix -
pacman -S mhash