Matt Bowcock // mbowcock.com

Archive for the ‘arch linux’ tag

MIT Scheme on Arch Linux Issue

without comments

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

Written by matt

October 1st, 2009 at 12:02 am

Posted in notebook

Tagged with ,