MzSchemeをインストール

"PLT Scheme", "DrScheme", "MzScheme"と三つの言葉が目に入って混乱した。

PLT Scheme is an umbrella name for a family of implementations of the Scheme programming language.

...

DrScheme is the primary PLT Scheme implementation.

...

MzScheme is the lightweight, embeddable, scripting-friendly PLT Scheme implementation.

…なのでMzSchemeをインストール、ってことでいいのかな。
http://download.plt-scheme.org/mzscheme/mz-301-src-unix-tgz.html

% ./configure --prefix=/usr/local/plt --enable-shared
% make
# make install

参考: http://www.linux.or.jp/JF/JFdocs/Program-Library-HOWTO/shared-libraries.html