That's probably the case. That version of mit-scheme is compiled for a 32-bit machine; if you don't have 32-bit libraries installed, you won't be able to run it.
I don't remember if Ubuntu supports having 32-bit libraries loaded on a 64-bit system; if you want to find out you should check the Ubuntu forums. Meanwhile, we are planning a new release, probably in January, that has 64-bit support. At that time you will be able to run it as a native 64-bit program. On Wed, Dec 2, 2009 at 2:07 AM, Matas <[email protected]> wrote: > Hi, group, > > I've installed mit-scheme-20090107-ix86-gnu-linux.tar.gz on my Linux > box (Ubuntu-9.10-64bit) > using as sudo the install instructions found in: > http://www.gnu.org/software/mit-scheme/documentation/mit-scheme-user/Unix-Installation.html > cd /usr/local > rm -f bin/scheme bin/bchscheme > rm -rf lib/mit-scheme > gzip -cd mit-scheme-20090107-ix86-gnu-linux.tar.gz | tar xvf - > "No further configuration is required." > > But command: > $ scheme > displays the output: > scheme: error while loading shared libraries: libmhash.so.2: > cannot open shared object file: No such file or directory > As a matter of fact, there is no such file in my OS. > > My question: is it because of my 64bit OS?, or there is something else > I should know? > > > Matas > > -- > ocvwklBiockn0eqo > http://www.senses0.org.mv/popzees/rot/rotn.php > > > _______________________________________________ > MIT-Scheme-devel mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/mit-scheme-devel > _______________________________________________ MIT-Scheme-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/mit-scheme-devel
