That sounds strange.
What does
(require 'hunchentoot) (find-class 'hunchentoot:easy-acceptor)
Find class returns the same message that there is not such class. I installed Hunchetntoot with the latest asdf and also with Quicklisp but nothing. Indeed this is a bit strange. I have this at the beginning of the file: (defpackage x (:use :cl :hunchentoot :cl-who)) (in-package x) I'll try the same thing in Lispworks in Linux.