<div dir="ltr"><div>Hello good folks,</div><div>�</div><div>I have unpacked the tar archive and copied files in sbin to /../sbin and manpages as well. I now know that ebin contains erlang compiled code, and after inspecting the rabbitmq-server script I see that it invokes erl, which I now know is erlang. I do not have erlang installed, do I need it to run the server?</div>
<div>�</div><div>Currently, upon launching rabbitmq-server, it gives me access denied, attempting to write files in most definitely wrong path like:</div><div>�</div><div>mkdir: cannot create directory �/usr/local/sbin/../var�: Permission denied<br>
/usr/local/sbin/rabbitmq-server: line 80: /usr/local/sbin/../var/lib/rabbitmq/mnesia/rabbit@full-of-stars.pid: No such file or directory<br>/usr/local/sbin/rabbitmq-server: line 85: erl: command not found</div><div>�</div>
<div>I see two errors here - how do i fix the first one? I assume the solution to second one is to install an Erlang compiler/interpreter?</div></div>