[Openmcl-devel] Problem installing Hunchentoot
Patrick May
pjm at spe.com
Mon Jun 23 20:04:26 PDT 2008
I'm just starting to use Clozure on a PowerBook G4, switching from
SBCL to get threading support on this machine. My ccl-init.lisp looks
like this:
(require :asdf)
(pushnew "ccl:tools;asdf-install;" asdf:*central-registry*
:test #'string-equal)
(asdf:operate 'asdf:load-op :asdf-install)
(setq asdf-install:*verify-gpg-signatures* nil)
I've installed Hunchentoot successfully (at least, I see it under /usr/
local/asdf-install) with
(asdf-install:install :hunchentoot), but I'm unable to use it. When I
enter (require :hunchentoot) I get the error:
> Error: Module HUNCHENTOOT was not provided by any function on
*MODULE-PROVIDER-FUNCTIONS*.
> While executing: REQUIRE, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 >
Clearly I have something misconfigured. Any idea what?
Thanks,
Patrick
----
pjm at spe.com
S P Engineering, Inc.
Large scale, mission-critical, distributed OO systems design and
implementation.
(C++, Java, Common Lisp, Jini, middleware, SOA)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20080623/82bbbac5/attachment.htm>
More information about the Openmcl-devel
mailing list