This problem occurs in the case that user remove ~/.sbcl So it doesn't occur at normally process.
But at Ubuntu 10.10, this problem doesn't appear. Version of SBCL and ASDF may be related.
Try ASDF2.
I tried ASDF2 and solved the problem.
After the problem occured.
(load "/path/to/your/installed/asdf.lisp") (require :asdf) (require :asdf-install) (asdf-install:install :cl-ppcre)
(require :cl-ppcre) (require :cl-unicode)
That's OK even if I didn't write anything on .sbclrc.
Probably we should create FAQ and describe about this topic.
Can't install CL-UNICODE
This is not fatal error. CL-EMB works well without CL-UNICODE. But installation will be confused.
cl-unicode-0.1.1/lists.lisp: No such file or directory