[slime-devel] SLIME not running on FreeBSD 5.2.1 wiht SBCL 0.8.5

Helmut Eller e9626484 at stud3.tuwien.ac.at
Mon May 10 06:07:21 UTC 2004


Christian Hofer <christian.hofer at gmx.de> writes:

> Does anybody know what went wrong?

SLIME loads some modules, e.g., SB-BSD-SOCKETS, with REQUIRE.  It
could be that you have to load ASDF before you can REQUIRE other
things (this was changed not very long ago).  Try
 
  (require :asdf)
  (require :sb-bsd-sockets)

in a normal REPL.  

If it works, add (require :asdf) to your .sbclrc, so that SLIME can be
started in the usual manner.

If it doesn't work, I'd suggest to upgrade to a newer version of SBCL.

Helmut.




More information about the slime-devel mailing list