WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: sbcl / tcp  (Read 2094 times)

Offline kobeam

  • Newbie
  • *
  • Posts: 6
sbcl / tcp
« on: August 25, 2010, 04:16:32 PM »
So... I'm trying to install stumpwm on my tiny core.  I get the sbcl.tgz, but then at this:

* (asdf-install:install 'clx)

I get this error:

(SB-BSD-SOCKETS:GET-PROTOCOL-BY-NAME "tcp")

Which essentially stops me in my tracks.  I have *no idea* where to go from here.

Thanks!

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: sbcl / tcp
« Reply #1 on: August 25, 2010, 04:31:16 PM »
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline kobeam

  • Newbie
  • *
  • Posts: 6
Re: sbcl / tcp
« Reply #2 on: August 25, 2010, 05:24:03 PM »
Yes, I read through the linked posting... but I can't see how it helps.  It only identifies the problem (unless I'm *really* not seeing something).

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: sbcl / tcp
« Reply #3 on: August 26, 2010, 06:53:51 AM »
Just a hunch, but see if installing iana-etc.tcz helps.
The only barriers that can stop you are the ones you create yourself.

Offline kobeam

  • Newbie
  • *
  • Posts: 6
Re: sbcl / tcp
« Reply #4 on: August 31, 2010, 04:31:42 PM »
Thanks, that solved it!