Skip to main content

Posts

Showing posts from July, 2010

Install couchdb for lisp on Debian

// every time you meet PGP signature, skip the checking // other wise, try to accept the condition, treat it like it is successfully installed (for the example*.lisp, which sounds reasonable to skip) // I install the package in the system-wide directory // install debian package: couchdb, lisp package: clouchdb, cl-couchdb sudo apt-get install cl-asdf sudo apt-get install couchdb sudo apt-get install erlang (not sure if it is needed) sudo sbcl (require ‘asdf) (require ‘asdf-install) (asdf-install:install ‘cl-couchdb) error: cl-couchdb-test component missing sudo apt-get install cl-cclan (not sure if it is needed) (asdf-install:install ‘cl-couchdb) (asdf-install:install ‘clouchdb) debugger invoked on a SB-INT:STREAM-DECODING-ERROR in thread #<THREAD “initial thread” RUNNING {1002CA6DD1}>: decoding error on stream #<SB-SYS:FD-STREAM for “file /usr/lib/sbcl/site/clouchdb_0.0.11/examples.lisp” {1005FE5DB1}> (:EXTERNAL-FORMAT :ASCII): the octet sequence (195) canno