[Lispweb] Setting up araneida questions
Berlin Brown
berlin.brown at gmail.com
Mon Oct 24 09:14:57 CDT 2005
I went through setting up araneida and everything looked ok. Am
having some problems starting the example server though. So far, this
is where I am stuck. The listener didnt start when running (load
"doc/example.lisp"), so I tried to debug parts of it and took pieces
that I thought would work:
My question, what do you think I am missing?
SBCL 0.9.2
Araneida latest (as of today)
*DEMO-URL*
0] (defvar *listener*
(make-instance #+araneida-uses-threads 'threaded-http-listener
#-araneida-uses-threads 'serve-event-http-listener
:port (url-port *demo-url*)))
*LISTENER*
0] (start-listening *listener*)
debugger invoked on a UNDEFINED-FUNCTION in thread 3084961472:
The function HOST-MAKE-LISTENER-SOCKET is undefined.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Reduce debugger level (to debug level 1).
1: Exit debugger, returning to top level.
("bogus stack frame")
0[2] (require :cl)
More information about the lispweb
mailing list