I am currently reading Peter Seibel's book "Practical Common Lisp" and am on Chapter 26 : web programming. On page 366, it says that "the first step is to load the AllegroServe code into your Lisp image. In Allegro, you can simply type (require :aserve). In other Lisps (or in Allegro), you can load PortableAllegroServe by loading the file INSTALL.lisp at the top of the portableaserve directory tree. Below were the 2 responses when I typed them in :
- When I typed (require :aserve) , the response was "NIL" .
- When I typed INSTALL.LISP, the response was Error: Attempt to take the value of the unbound variable 'INSTALL.LISP'. [condition type: UNBOUND VARIABLE}
I have posted this question both on LispForum and comp.lang.lisp but have not received any satisfactory reply, and Peter Seibel hasn't replied to my email. Would appreciate it if anyone can advise how to correct this error.
Thanks a lot!