more specifically:
Eshell V5.5.2 (abort with ^G)
1> cean:install(‘slang-1.0’).
slang-1.0 was not installed. failed to find dependencies: no_pub_file
ok
this happens with everything i try to install with cean.
/usr/local/bin/erl:
#!/bin/sh
ROOTDIR=/usr/lib/erlang
BINDIR=$ROOTDIR/erts-5.5.2/bin
EMU=beam
PROGNAME=`echo $0 | sed ‘s/.*\///’`
export EMU
export ROOTDIR
export BINDIR
export PROGNAME
# for cean (dsm 071006)
export ARCHDIR=linux-x86
export CEAN_SERVER=“http://cean.process-one.net”
export HTTP_PROXY=”” # “your.proxy.name:port”
exec $BINDIR/erlexec ${1+”$@”}
/usr/lib/erlang/VERSION:
CEAN Erlang/OTP R11B-5 erts-5.5.2 linux-x86 devel
