Questions tagged [erlang]
15 questions
2
votes
1 answer
How to switch between the upper and lower pane in emacs?
I am using the erlang mode in Aquamacs.
The mode, by default, creates a new pane and buffer "*erlang*" when I hit C-C C-K to compile an erlang file. (as seen in the attached screen shot)
What is the easiest way to switch between these two panes?
I…
Anthony Kong
- 4,868
- 11
- 48
- 80
1
vote
0 answers
Erlang/OTP compiler not found but required in windows 8
I am configuring the ejabberd using Erlang/OTP. When I run ./configure command the Error Occurred.
checking for erl... C:\erl5.9\bin
checking for erlc... no
checking for erl... C:\erl5.9\bin
checking for erlc... no
configure : error : Erlang/OTP…
AmmY
- 111
- 2
1
vote
1 answer
Installing Erlang & RabbitMQ on debian - package issues
I'm trying to get RabbitMQ setup, but something funky is going on with my dependencies. I'm running a Debian 7.1 that will be used as a server, hence has no desktop environment. I try to install rabbitmq-server using aptitude:
$ apt-get install…
user991710
- 113
- 1
- 5
1
vote
4 answers
Distributed website server redundancy
Assume a website infrastructure is very complicated and is fully distributed (probably like most large web companies).
Am I right in thinking that although there are all these extra web servers to handle multiple client requests, there is still a…
Keith Lion
- 11
- 3
1
vote
1 answer
How to install Erlang and RabbitMQ on OpenSUSE 11
I'm still very new to OpenSUSE , and I'm trying to install erlang then rabbitmq with the package manager but it's not working , like when I do :
> zypper install erlang
Refreshing service 'susecloud'.
Loading repository data...
Reading installed…
Eki Eqbal
- 295
- 1
- 4
- 12
1
vote
1 answer
Will running Apache as a Reverse Proxy to my webserver slow down the webserver requests?
In other words, lets say I have an erlang webserver on port 8000. Now I proxy port 80 to that webserver with Apache. Am I losing a lot of benefit?
Tyler
- 175
- 1
- 5
0
votes
0 answers
Windows 7 on top of VMware - RabbitMQ
I`m running windows 7 on top of VMware.
I installed Erlang and then RabbitMQ and from some reason the RabbitMQ
starts and then stops.
I tried to check the port using netstat and RabbitMQ is the only one using it.
Anyone knows…
shahar eldad
- 101
- 2
0
votes
1 answer
Vim package vimerl installation problems on Mountain Lion
Vim 7.3
Installation that described in read me is simple: copy everything from tar archive to ~/.vim
I did so. Nothing was happened. No highlight... no plugin help. Nothing
On Lion I dont have this problem.
May be I have to put something to vimrc
0
votes
1 answer
erlang-shell mode in Emacs doesn't show the error_logger error
I like Emacs and Erlang too; I have set-up the erlang-mode and distel properly.
In my project,when dealing with the log,it doesn't show the
=ERROR REPORT==== 15-Sep-2012::14:09:30 ===
in the erlang-shell.
However in Windows it works.
but, I like…
algking
- 101
- 1
0
votes
1 answer
Did erlang 21.3 install correctly?
I have attempted to install erlang 21.3 from source . There were no apparent/obvious errors but I still see version 20.
The source was downloaded and installed:
wget -O - "https://packagecloud.io/rabbitmq/rabbitmq-server/gpgkey" | sudo apt-key add…
WestCoastProjects
- 3,465
- 11
- 51
- 90
0
votes
1 answer
Installing Rebar on OpenBSD
I'm working on an assignment in which we need to configure OpenSourceRouting's IS-IS on OpenBSD (uname -r: 6.5). It requires:
Erlang
Rebar
Relx
Procket (modified version)
Now, I've installed erlang using pkg_add erlang. Then I've downloaded Rebar…
Sikander Hayyat
- 1
- 2
0
votes
1 answer
How to run an Erlang project in Eclipse?
I am new to Erlang and trying to run some sample projects to know the control flow of building the project. But am unable to that. I cloned some projects and the project is automatically build. Now how am i supposed to run the project/application?…
Jayachandra
- 1
- 1
0
votes
1 answer
Two set of certificates test well by openssl ,but one succeeds to config ssl,the other fails
I use ssl on rabbitmq 3.7.11 and erlang 21.3 .At the same time,i use One-way authentication the certificates only exist in rabbitmq.when i use the same app client(python2.7.5) to connect rabbitmq,one succeeds ,the other fails.I use openssl client…
user10313671
- 1
- 4
0
votes
0 answers
Two Erlang nodes which are in same machine and have same cookie can not connect
I opened two Erlang IPv6 nodes with same cookie and machine ,but when i use net_adm:ping command,they can not connect.but ,when i opened two different IPv4 nodes with same cookie and machine,they can connect.The erlang version is 21.1.3.Linux OS…
user10313671
- 1
- 4
0
votes
2 answers
Which is best as a headless server? Ubuntu, Solaris, FreeBSD?
I need to run three machines as a cluster at home and want maximum performance from them, running an Erlang program.
What is the best OS to use for this?
yazz.com
- 3,311
- 6
- 32
- 48