如何在 chez 方案中加载 slib 库?
或任何其他用于 chez 方案的 Web 服务器库?
在 slim 手册上它说:
- 配置方案实现以定位 SLIB 目录和实现目录。
- 安排每个 Scheme 实现加载其 SLIB 初始化文件。
- 为每个 Scheme 实现构建 SLIB 目录。
我不知道如何专门执行第 3 步和第 4 步。
如果我在文档 slib 中运行“chez”,这就是我得到的:
> (load "require.scm")
Exception: variable slib:features is not bound
Type (debug) to enter the debugger.
> (load "chez.init")
> (require 'http)
Exception in call-with-output-file: failed for /usr/local/lib/chez/slibcat: no such file or directory
> (require 'http-cgi)
Exception in call-with-output-file: failed for /usr/local/lib/chez/slibcat: no such file or directory
Type (debug) to enter the debugger.
> (load "http-cgi.scm")
Exception in call-with-output-file: failed for /usr/local/lib/chez/slibcat: no such file or directory