I installed CLisp today on my Win7 PC. Please don't criticize my environment choices, but if this particular setup has flaws relating to Quicklisp and Hunchentoot feel free to point them out. I downloaded and installed Quicklisp and tried to use it to get Hunchentoot - however, it appears I have errors.
I type in (ql:quickload "hunchentoot") and all seems to be well, but for one thing - CL+SSL? For whatever reason that particular component won't install. Anyways, here's the output:
*** - Unable to load foreign library (LIBSSL).
FFI:OPEN-FOREIGN-LIBRARY: Cannot open library "libssl32.dll"
Does anyone know what this means, or how I can install this elusive library? I tried to install CL+SSL via Quicklisp, and I got the same error. "Cannot open library "libssl32.dll"
EDIT: I tried installing Hunchentoot with LispBox and got the exact same error.