[erlang-questions] Regd: Erlang

Wes James comptekki@REDACTED
Wed Jan 11 19:30:23 CET 2012


On Fri, Jan 6, 2012 at 4:34 AM, preeti sp <preetisp_83@REDACTED> wrote:

> Hi
>
> I am struggling since many days to install RabbitMQ on Ubuntu Machine
> (X86-64)
>
> Now, Erlang is a pre-requisite for Installing RabbitMQ
>
>
Here is how I got erlang R15B installed on ubuntu 11.10:

sudo apt-get install autoconf
sudo apt-get install g++
sudo apt-get install libncurses5-dev
sudo apt-get install fop
sudo apt-get install xsltproc
sudo apt-get install openjdk-6-jdk
sudo apt-get install libssl-dev
sudo apt-get install unixodbc-dev
sudo apt-get install libwxgtk2.8-dev libwxgtk2.8-dbg
sudo apt-get install libwxbase2.8 libqt4-opengl-dev libgtk2.0-dev

cd /usr/local/src
sudo git clone https://github.com/erlang/otp.git
cd otp
sudo git checkout OTP_R15B
sudo ./otp_build autoconf
sudo ./configure
sudo make
sudo make install

-----------------

Good luck!

-wes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120111/e8581175/attachment.htm>


More information about the erlang-questions mailing list