Nicely done Wes - was that on a 64bit install? <br><br><div class="gmail_quote">On 11 January 2012 18:30, Wes James <span dir="ltr"><<a href="mailto:comptekki@gmail.com">comptekki@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br><br><div class="gmail_quote"><div class="im">On Fri, Jan 6, 2012 at 4:34 AM, preeti sp <span dir="ltr"><<a href="mailto:preetisp_83@yahoo.com" target="_blank">preetisp_83@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit">Hi<br><br>I am struggling since many days to install RabbitMQ on Ubuntu Machine (X86-64)<br><br>Now, Erlang is a pre-requisite for Installing RabbitMQ<br>

<br></td></tr></tbody></table></blockquote><div><br></div></div><div>Here is how I got erlang R15B installed on ubuntu 11.10:</div><div><br></div><div><div>sudo apt-get install autoconf</div><div>sudo apt-get install g++</div>
<div>
sudo apt-get install libncurses5-dev</div><div>sudo apt-get install fop</div><div>sudo apt-get install xsltproc</div><div>sudo apt-get install openjdk-6-jdk</div><div>sudo apt-get install libssl-dev</div><div>sudo apt-get install unixodbc-dev</div>

<div>sudo apt-get install libwxgtk2.8-dev libwxgtk2.8-dbg</div><div>sudo apt-get install libwxbase2.8 libqt4-opengl-dev libgtk2.0-dev</div><div><br></div><div>cd /usr/local/src</div><div>sudo git clone <a href="https://github.com/erlang/otp.git" target="_blank">https://github.com/erlang/otp.git</a></div>

<div>cd otp</div><div>sudo git checkout OTP_R15B</div><div>sudo ./otp_build autoconf</div><div>sudo ./configure</div><div>sudo make</div><div>sudo make install</div></div><div><br></div><div>-----------------</div><div><br>

</div><div>Good luck!</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>-wes</div></font></span></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br>