First post here. I'm a newbie to all things lisp. Hopefully this is the place to ask...<div><br></div><div>So I'm on Ubuntu 10.04 and I've successfully installed Clisp and SBCL. Clisp was apt-getted; SBCL was installed from latest Linuxx86 "binaries." Both work in terminals. Clisp actually works with Slime, but SBCL not. This is what Slime starting with SBCL gives:</div>
<div><br></div><div><div>-------------------</div><div>SBCL is free software, provided as is, with absolutely no warranty.</div><div>It is mostly in the public domain; some portions are provided under</div><div>BSD-style licenses.  See the CREDITS and COPYING files in the</div>
<div>distribution for more information.</div><div>* </div><div>; loading #P"/usr/share/common-lisp/source/slime/swank-loader.lisp"</div><div><br></div><div>debugger invoked on a SB-C::INPUT-ERROR-IN-COMPILE-FILE in thread #<THREAD</div>
<div>                                                                    "initial thread" RUNNING</div><div>                                                                    {A9F28C9}>:</div><div>  READ failure in COMPILE-FILE:</div>
<div>    SB-INT:SIMPLE-READER-PACKAGE-ERROR at 5151 (line 128, column 45) on #<SB-SYS:FD-STREAM</div><div>                                                                          for "file /usr/share/common-lisp/source/slime/swank-loader.lisp"</div>
<div>                                                                          {A9FC3D1}>:</div><div>      package "CLC" not found</div><div><br></div><div>Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.</div>
<div><br></div><div>restarts (invokable by number or by possibly-abbreviated name):</div><div>  0: [ABORT] Exit debugger, returning to top level.</div><div><br></div><div>(SB-C::READ-FOR-COMPILE-FILE</div><div> #<SB-SYS:FD-STREAM</div>
<div>   for "file /usr/share/common-lisp/source/slime/swank-loader.lisp" {A9FC3D1}></div><div> 4663)</div><div>0]</div></div><div>-------------------------</div><div><br></div><div>Alas, the limbo between hand-installed and apt-get wizardry therein I am no doubt lost. Actually, my Emacs (23.1.1), my Slime (1:20090908-1 according to Synaptic) and Clisp were all apt-got. Can this be sorted out? Or must I blitz my hard drive, install NetBSD, Stump, and everything Lisp from source?</div>
<div><br></div><div>Olwe</div>