Re: installing CL-HTTP on OpenGenera HOWTO?
Rainer Joswig <[email protected]> Mon, 2 Feb 2004 11:09:42 +0100
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Message-ID | <p06020405bc43d1c5a8f6@[80.171.19.2]> |
At 8:12 Uhr +0100 02.02.2004, Friedrich Dominicus wrote: >Rainer Joswig <[email protected]> writes: > >> At 13:53 Uhr +0100 01.02.2004, Friedrich Dominicus wrote: >>>I tried to install CL-HTTP on OpenGenera but I do not understand how >>>to do that from sources. Is a install file like start.lisp available? >>> >>>Well I assume Lisp Machine hacker will have no problem with that task >>>but it's too much for me.... >>> >>>Regards >>>Friedrich >> >>>From memory >> >> Install the Lisp machine reel with the Restore Distribution >> Activity. >> >>> Select Activity Restore Distribution >> >> Select the REEL file. Restore the packages to the file system. >I downloaded the file issued the command I found at >http://www.ai.mit.edu/projects/iiip/doc/cl-http/home-page.html#lispm > >Got an error message >BTREE is not a known file server host > >Can not make sense out of this. > >I would prefer getting the stuff compiled from scratch. > >Regards >Friedrich Evaluate something like this (with the translation replaced by the path you like). (fs:set-logical-pathname-host "BTREE" :translations '(("**;" "CORPORATE-WORLD:>rel-8-3>sys>btree>**>"))) Or for future use put something like this --snip ;;; -*- Mode: Lisp; Syntax: Common-Lisp; Package: USER -*- (fs:set-logical-pathname-host "BTREE" :translations '(("**;" "CORPORATE-WORLD:>rel-8-3>sys>btree>**>"))) --snip into a new file sys:site;btree.translations