scsh-users
[Top] [All Lists]

web server

To: scsh-bugs@martigny.ai.mit.edu
Subject: web server
From: "Douglas S. J. De Couto" <decouto@bermuda.mit.edu>
Date: Sun, 2 Mar 1997 14:46:23 -0500
Hello, I am having trouble getting the http server to run on Linux 2.0
under scsh-0.4.4.

Here is the output:

[decouto@bermuda net]$ ./server.scm

Error: exception
       (symbol->string "http-reply")
[decouto@bermuda net]$ 


When I tried to use symbol->string in the interpreter, I received an
error also.

(symbol->string "foo")
Warning: argument type error
         (symbol->string "foo")
         (procedure wants: (:symbol))
         (arguments are: (:string))

Error: exception
       (symbol->string "foo")


I was unable to find the symbol->string call anywhere in the scsh net
sources, but I found 

            (define-enum-constant "http-reply" name val)

in define-http-reply-codes.  I tried switching "http-reply" to
'http-repl (since it is symbol->string, not string->symbol).  I don't
know if this is the right idea.

If I simply missed an obvious thing to do, please let me know.

Thanks, 

Doug



-- 
Douglas S. J. De Couto   <decouto@graphics.lcs.mit.edu>
             <http://web.mit.edu/decouto/www/home.html>

<Prev in Thread] Current Thread [Next in Thread>