Questions tagged [erlang]
15 questions
27
votes
6 answers
How to install erlang in Ubuntu 12.04?
Just as the title says, how do I install erlang in my Ubuntu 12.04?
pogi ako
- 279
3
votes
1 answer
How to fixed erlang unmet dependancy on ubuntu?
sudo apt-get purge --auto-remove erlang
and for other package like for node
Error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following…
2
votes
3 answers
Erlang error: while loading shared libraries: libncursesw.so.6
After installing Elrang/OTP on a server with Ubuntu 15.10,
sudo apt-get install build-essential
sudo apt-get --fix-missing -y install build-essential m4 libncurses5-dev libssh-dev unixodbc-dev libgmp3-dev libwxgtk2.8-dev libglu1-mesa-dev fop…
Oskar K.
- 295
2
votes
1 answer
How to fix erlang unmet dependency errors?
I am facing dependency issues while doing installation of rabbitmq-server through APT. I have 2 files added in /etc/apt/sources.list.d: bintray.rabbitmq.list and rabbitmq_rabbitmq-server.list
bintray.rabbitmq.list contains :
deb…
0coder
- 21
1
vote
1 answer
How can I make my server continue working without maintaining ssh connection?
I connect to my server via ssh that has erlang and cowboy installed on it for running my webpage.
ssh root@my.ip.adress
I then start up my webapp by doing;
./_rel/web_server_example/bin/web_server_example console
Which leaves me at a final line…
Jason Basanese
- 425
1
vote
1 answer
Installed Erlang in ubuntu but found nowhere to open the application
As the title says, I used sudo apt-get install erlang erlang-doc commmand in my terminal and it dicated me that it was installed successfully.
However I found nowhere to open the installed erlang program. I tried to search it on the top left button…
maoyi
- 113
1
vote
0 answers
Erlang disappeared from /usr/bin/erl
The setting
I have downloaded rabbitMQ and used it on an EC2 14.04 machine for a few days.
The setting was simple - I downloaded the Binary .tar.gz, opened it, and typed:
sbin/rabbitmq-server
RabbitMQ started and everything worked fine.
The…
Adam Matan
- 12,919
1
vote
1 answer
Can't run deb command to install Erlang?
I'm trying to install RabbitMQ on Ubuntu 18.04.
I'm really new to Linux so don't really understand the installation tutorial on RabbitMQ website: https://www.rabbitmq.com/install-debian.html#apt
I'm trying to run deb…
ryansan
- 123
1
vote
0 answers
Sources disagree on hashes for supposely identical version '1:22.1.6-1' of 'erlang-examples:amd64'
I am using Lubuntu on my laptop. I try to upgrade using sudo apt upgrade and then the following error is showing up:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The…
Mohammad Fatoni
- 111
- 2
0
votes
1 answer
erl-toolbar available on Erlang v19 compiled from tar ball?
[Not sure this is the right place to ask... if not so, let me know and I will take my post down.]
I just installed Erlang v19 from the tar ball on a Ubuntu 14.04.5 box.
$ sudo apt-get install libwxgtk2.8-dev libgl1-mesa-dev libglu1-mesa-dev…
Cbhihe
- 2,801
- 3
- 27
- 47
0
votes
1 answer
ejabberdctl not found in bash Ubuntu(installing ejabberd)
Here is the site I tried to use as a manual:
How To Install eJabberd XMPP Server on Ubuntu | DigitalOcean
I was trying to install ejabberd with applying the tutorials in many site to my VM which is ubuntu but I am stuck in the beginning. After I…
Prethia
- 103
0
votes
2 answers
Erlang installation seems to freeze
I am trying to install Riak-KV database from source (see instructions ). Installing it requires lots of prerequisites to follow, though they are poorly written on the site (I apologise if you don't agree). The instructions ask me to install erlang…
Jabir
- 1
0
votes
1 answer
Erlang for Rabbitmq
Trying to install Rabbitmq to AWS Ubuntu 18.04. First I need to install Erlang:
wget -O- https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc | sudo apt-key add -
echo "deb https://packages.erlang-solutions.com/ubuntu bionic contrib" |…
vico
- 4,717
- 23
- 66
- 89
0
votes
0 answers
Unable to install rabbitmq due to not meeting dependencies: libssl
I want to install rabbitmq on my Ubuntu 18.04. I have been following the official documentation. However, my installation is not completed as I am getting stuck on the step: sudo apt-get install rabbitmq-server -y --fix-missing as I face an error:…
-1
votes
1 answer
I seem to have erlang and rabbitmq installed - but never did
looking through my processes I discovered this: ps -ef | grep erts
ntop 13527 13469 0 09:41 ? 00:01:01 /usr/lib/erlang/erts-7.3/bin/beam.smp -W w -A 64 -P 1048576 -K true -B i -- -root /usr/lib/erlang -progname erl -- -home…
wuppi
- 219