scsh-users
[Top] [All Lists]

sunet under scsh-0.6.0

To: scsh-news@zurich.ai.mit.edu
Subject: sunet under scsh-0.6.0
From: Chris Beggy <chrisb@kippona.com>
Date: Tue, 15 Jan 2002 17:49:08 -0500
Organization: Kippona
Thanks for the new release.

I'm working with scsh-0.6.0, on gnu/linux-2.2.13

When I invoke sunet:

  ./server.scm 2>> /usr/local/etc/httpd/logs/httpd.log &

I'm getting the following error:

  Error: undefined variable
         char-set-package
         (package config)

The shell call is:

#!/usr/local/bin/scsh \
-lm let-opt.scm -lm modules.scm -lm toothless.scm -dm -o http-top -e top -s
!#

and I've tried:

#!/usr/local/bin/scsh \
-lm let-opt.scm -lm modules.scm -lm toothless.scm -lm let-opt.scm
-dm -o http-top -e top -s
!#

with no change.

I've taken a look at the sunet link mentioned in the FAQ. Any ideas?

Chris

<Prev in Thread] Current Thread [Next in Thread>