I’m having the “not found in download” problem. I downloaded
the cean archive and added it to my working erlang installation.
I’ve edited erl, and added VERSION. I must still be missing something.
Note that cean:available(). does not work either - it returns a fragment
of a web page, not a list of available packages.
erlang was built with—prefix=/opt/erlang
/opt/erlang/bin/erl:
ROOTDIR=/opt/erlang/lib/erlang
BINDIR=$ROOTDIR/erts-5.6.3/bin
EMU=beam
PROGNAME=`echo $0 | sed ‘s/.*\///’`
export EMU
export ROOTDIR
export BINDIR
export PROGNAME
export ARCHDIR=linux-x86
export CEAN_SERVER=“http://cean.process-one.net”
exec $BINDIR/erlexec ${1+”$@”}
/opt/erlang/lib/erlang/VERSION
CEAN Erlang/OTP R128-3 erts-5.6.3 linux-x86 devel
Note that cean:version(). returns the string above, not “CEAN Erlang/OTP”,
so I assume I got the version bit correct.
Thanks for any help!
td
PS, the URI cean:available(). is GETting is /R128/devel/linux-x86. I note
that this results in a 200 OK and a page that states “page not found”. So
I tried this with /R118/devel/linux-x86 as shown in the example, and the
result is the same.
