[Ecls-list] trying to figure out the error from a CGI
Patrick Giagnocavo 717-201-3366
patrick at zill.net
Thu Dec 1 21:51:01 UTC 2005
For the record, the reason I had this problem is that
;;;
was being printed as the file was being loaded from within the CGI script.
Thus, since this is not a valid HTTP header, I was getting an error.
The solution I have come up with is
#!/path/to/bin/ecl -shell \
(load "index.lisp" :verbose nil)
And the :verbose nil part keeps the ";;;" from being printed.
Cordially
Patrick
More information about the ecl-devel
mailing list