[erlang-questions] cean:available(). not working?
Christophe Romain
christophe.romain@REDACTED
Tue Jul 10 09:14:28 CEST 2007
Hi
You are using a freshly new usage of CEAN. your problem is due to a
lack of the VERSION file.
I forgot that point on the FAQ and will correct that.
you have to create the erlang/VERSION file containing this:
CEAN Erlang/OTP R11B 5.5.5 <arch> <distrib>
you must replace <arch> by your effective system architecture
(windows,linux-x86,darwin-x86,...)
you must choose a distrib, which should be devel on a standard erlang
installation
example:
CEAN Erlang/OTP R11B 5.5.5 linux-x86 devel
More information about the erlang-questions
mailing list