<div class="gmail_quote">On 11 January 2012 04:27, Maxim Treskin <span dir="ltr"><<a href="mailto:zerthurd@gmail.com">zerthurd@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Hello</div><div><br></div><div>You definitely should use Kerl: <a href="https://github.com/spawngrid/kerl" target="_blank">https://github.com/spawngrid/kerl</a></div><div>It is best and easiest way to install Erlang/OTP on your machine.</div>
<div class="HOEnZb"><div class="h5">
<br><div class="gmail_quote"></div></div></div></blockquote></div><br><div>Kerl is very nice, but if you can't install from the <a href="http://erlang.org">erlang.org</a> tarballs using "./configure && make && make install" then you'll need to set up the KERL_CONFIGURE_OPTIONS environment variable with the right arguments to give to the configure script, which IIRC is the basic problem that the OP has been struggling with. If Wes' steps on Ubuntu 11 were on a 64 bit machine then hopefully using apt/aptitude to install the required packages before running kerl will sort things out, but I suspect kerl doesn't use otp_build and I'm not sure what the differences are between that and doing a straight build of the download (if any).</div>