<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
On 5/26/12 2:35 AM, Max Bourinov wrote:
<blockquote cite="mid:-1629906112113031790@unknownmsgid" type="cite">
<div>Hi Forrest,</div>
<div><br>
</div>
<div><span class="Apple-style-span" style="">
<div>$ sudo apt-get install make</div>
<div>$ sudo apt-get install gcc</div>
<div>$ sudo apt-get build-dep erlang</div>
<div>$ sudo apt-get install tk</div>
<div># Now you can install kerl and erlang</div>
<div><br>
</div>
</span><font class="Apple-style-span" face="Noteworthy"><span
class="Apple-style-span" style=""><b><a
moz-do-not-send="true"
href="https://github.com/spawngrid/kerl">https://github.com/spawngrid/kerl</a></b></span></font></div>
<div><font class="Apple-style-span" face="Noteworthy"><span
class="Apple-style-span" style=""><b><br>
</b></span></font></div>
<div><font class="Apple-style-span" face="Noteworthy"><span
class="Apple-style-span" style=""><b>This is from our
production servers.</b></span></font></div>
<font face="Noteworthy"><b></b></font><br>
</blockquote>
<br>
Max, <br>
<br>
We are using Redhat, so apt-get doesn't apply.<br>
<br>
I was finally able to get this working. There was a
misunderstanding on my part about a couple of things, namely how
erlang installs itself through "make install".<br>
<br>
Typically, I will install a product in --prefix=/usr/local/product
and then point my $PATH to it. In this case, that didn't work so
well, and I forgot to keep notes.<br>
<br>
I configured it without wxWIDGETS, java and something else --
compiled and installed it. Erlang creates symbolic links into
/usr/bin for "erl" etc. At this point, RabbitMQ was happy... and I
was happy (lol). <br>
<br>
I use an old, unmaintained program called "make uninstall" that
records the writes in a "make install" so I can easily remove this
for an update.<br>
<br>
I am curious, tho, if there are patches in the aforementioned
erlang-solutions.com RPM. But it was for RH6, we're on RH5.<br>
<br>
<br>
Thanks again for everyone's input, I do appreciate it. It helped me
work through this.<br>
<br>
<br>
<br>
Forrest<br>
<br>
</body>
</html>