[erlang-questions] Installing CEAN to manage Erlang on Ubuntu Fiesty

Christophe Romain christophe.romain@REDACTED
Fri Oct 5 16:20:00 CEST 2007


your problem is simple
you downloaded the x86_64 compiled version
but start script fink you are x86, and seeking linux-x86 directory  
fails. normal.

look at start.sh
we use uname -m
if we detect x86_64 we set value to amd64
that means, we are seeking files from linux-amd64 directory.

i guess uname -m does not return x86_64 on your system.
please can you tell we what this command returns ?



More information about the erlang-questions mailing list