Debian Erlang packaging claims another victim.
This commit is contained in:
parent
c735ffe5fd
commit
ff7bca8153
|
|
@ -15,6 +15,16 @@ Requirements
|
|||
You can build and install it like any other plugin (see
|
||||
http://www.rabbitmq.com/plugin-development.html).
|
||||
|
||||
You will need ASN.1 support in Erlang. This will not be an issue for
|
||||
most users, but Debian / Ubuntu users may need to run:
|
||||
# apt-get install erlang-asn1
|
||||
|
||||
If nothing works and you see errors like:
|
||||
{undef,
|
||||
[{asn1rt,
|
||||
encode, ...
|
||||
in the RabbitMQ log, this means you do not have ASN.1 support.
|
||||
|
||||
Enabling the plugin
|
||||
===================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue