Questions tagged [erlang]
8 questions
5
votes
2 answers
Unable to install erlang
I am trying to install Erlang for RabbitMQ on CentOS release 6.4 (Final)
yum install -y erlang
It gives me the following error :
Error: Package: erlang-R12B-5.12.el5.rf.x86_64 (rpmforge)
Requires: libodbc.so.1()(64bit)
I can't find solution for…
Maniar
- 153
- 1
- 1
- 3
2
votes
1 answer
"Error when reading ./.erlang.cookie: eacces" while enabling rabbitmq plugin
I installed rabbitmq on kali linux. I started the service
sudo systemctl start rabbitmq-server
Then I tried to enable the management plugin
rabbitmq-plugins enable rabbitmq_management
But I am getting this error:
Error when reading…
Yilmaz
- 289
- 1
- 4
- 22
2
votes
1 answer
Can `ejabberd` be installed without plenty of dependencies on fedora?
I installed the server edition of fedora 35 (no DE) recently and now I'm about to set-up an xmpp server. Therefore I want to install ejabberd. However, I noticed that it pulls in a lot of dependencies:
Last metadata expiration check: 2:01:16 ago on…
minils
- 163
- 1
- 16
2
votes
0 answers
Installing RabbitMQ & Erlang without root
So this client has a lot of internal regulations and has issues getting root access.
While RabbitMQ has a "generix Linux" install that doesn't require root access, it still relies on ErLang
Is there a "generic" or non-root intall or Erlang ?
It…
Jay C
- 21
- 1
1
vote
1 answer
Raspbian - Permission Denied when broadcasting message
I am using the Elixir/ Erlang package on raspbian to try and build a simple UDP send/receive app. For information, I am using this tutorial.
When I try to send the UDP packet to the network on the broadcast IP address given to my eth0 interface, I…
TAs
- 13
- 2
1
vote
1 answer
Where do I find files specific to a user?
I've been having a problem connecting to my rabbitmq server when I start it on my local machine. Apparently the erlang cookie of the server, running on my local machine, does not match the cookie on my local machine. I found an old post on the…
Alexander Tolub
- 11
- 1
- 2
1
vote
1 answer
Erlang install on Freebsd 10 on Amazon ec2
I installed Erlang on amazon ec2 - on FreeBSD 10 with
fetch http://www.erlang.org/download/otp_src_17.0.tar.gz
gunzip -c otp_src_17.0.tar.gz | tar xf -
cd otp_src_17.0
./configure --disable-hipe
gmake
gmake install
and I get this error:
configure:…
soft-developer
- 71
- 1
- 1
- 3
0
votes
2 answers
Installing a list of packages from an URL
I'm trying to install a new version of RabbitMQ on my Raspberry Pi 3, running a new raspbian image (based on debian 9).
I was following the installation guide for Debian/Ubuntu, which worked for me on Ubuntu 18.04, but not on raspbian:…
logi0517
- 101
- 1
- 3