¿Hay alguna manera simple de instalar RabbitMQ para Ubuntu? Hice lo siguiente:¿Manera simple de instalar RabbitMQ en Ubuntu?
Añadir la siguiente línea a /etc/apt/sources.list
:
deb http://www.rabbitmq.com/debian/ testing main
seguidamente coloque con apt-get
:
$ sudo apt-get install rabbitmq-server
pero me da el siguiente error cada vez:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
rabbitmq-server: Depends: erlang-nox (>= 1:12.b.3) but 1:11.b.5dfsg-11 is to be installed
E: Broken packages
¿Cómo se supone que debo instalar dependencias y controlar t ¿La versión de erlang-nox
ya está instalada?
Gracias por su dispuestos a ayudar aquí, de todos modos me Don 't pensar que es el caso aquí, creo que es algo relacionado con esta virsion de Ubuntu que es 8, y con el nuevo erlang, eliminé erlang-nox, y luego intenté instalar pero no funcionó, mira esto por favor https://gist.github.com/a588340f3743190ecd0a –