Debian Erlang packaging claims another victim.

This commit is contained in:
Simon MacMullen 2011-01-21 17:42:41 +00:00
parent c735ffe5fd
commit ff7bca8153
1 changed files with 10 additions and 0 deletions

View File

@ -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
===================