[slime-devel] Re: SLIME not running on FreeBSD 5.2.1 wiht SBCL 0.8.5
Christian Hofer
christian.hofer at gmx.de
Mon May 10 09:03:44 UTC 2004
Helmut Eller wrote:
> 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.
Thank you very much for your reply. I don't know what went wrong with my
SBCL installation, (require :asdf) was not working either. But I
cvsup'ed my ports and reinstalled SBCL 0.8.9 now - I didn't realize that
my version was so much out of date.
So, everything is working fine now.
Chris
More information about the slime-devel
mailing list