Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - adamas

#1
newLISP and the O.S. /
March 26, 2008, 04:17:04 PM
Quote from: "Lutz"is newlisp.exe in the executable path?


Thank you, that was the key.  A simple she-bang line in the cgi file like #!c:/path/to/newlisp.exe doesn't work.  But if newlisp.exe is on the PATH, a simple she-bang like #!newlisp works.  And I didn't need to create a tmp directory, either.
#2
Hi all,

I am trying to use newlisp's built-in web server.  It works perfectly on Linux. But it serves only static files on Win XP, for CGI files it gives an

 ERR:500 need /tmp directory configured

error message.  I found this string in newlisp.exe but I didn't check the C source for the reason.  Could you please give me any pointer?

Adam