[rabbitmq-discuss] 2.1.1: no such file or directory crypto.app message prevents broker from starting

Matthew Sackman matthew at rabbitmq.com
Wed Oct 20 16:43:47 BST 2010


On Wed, Oct 20, 2010 at 08:26:30AM -0700, Shane wrote:
> A fresh install of 2.1.1 and the management plugin on Linux with
> Erlang R14A prevents the broker from starting and has the following
> output:
> 
> Activating RabbitMQ plugins ...
> ERROR: failed to load application crypto:
> {"no such file or directory","crypto.app"}

Did you build erlang yourself? If so, you may need to rebuild, this time
with the openssl dev libraries installed as they'll be necessary for
crypto to be buildable.

Alternatively, you may just need to apt-get install erlang-ssl.

Or, you could have multiple versions of erlang installed, maybe some
with very old versions of crypto, which is now upsetting things.

If none of the above works, which distribution are you using, and how
did you install erlang?

Matthew


More information about the rabbitmq-discuss mailing list