--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Are you using the VMware-supplied monolithic Erlang R15B02 RPM?
There is an incompatibility with that Erlang build, RabbitMQ 3.4.3, and
LDAP.
I have prepared an equivalent monolithic Erlang RPM based on 17.4 which
does not have this problem. It's available at
http://www.rabbitmq.com/releases/erlang/
Cheers, Simon
On 16/01/15 17:01, Dayton Gomez wrote:
> After upgrading rabbit from 3.3.4 to 3.4.3 (default config), my rabbit
> will no longer start. I get the following message:
>
> [admin@localhost ~]$ sudo rabbitmq-server
>
>
> BOOT FAILED
> ===========
>
> Error description:
> {error,{missing_dependencies,[eldap],[rabbitmq_auth_backend_ldap]}}
>
> Log files (may contain more information):
> /var/log/rabbitmq/rabbit@localhost.log
> /var/log/rabbitmq/rabbit@localhost-sasl.log
>
> Stack trace:
> [{rabbit_plugins,ensure_dependencies,1,[]},
> {rabbit_plugins,prepare_plugins,1,[]},
> {rabbit,broker_start,0,[]},
> {rabbit,start_it,1,[]},
> {init,start_it,1,[]},
> {init,start_em,1,[]}]
>
> {"init terminating in
> do_boot",{rabbit,failure_during_boot,{error,{missing_dependencies,[eldap],[rabbitmq_auth_backend_ldap]}}}}
>
> Is there a hidden dependency on some ldap library?
>
> Thanks,
> Dayton
>
> --
> You received this message because you are subscribed to the Google
> Groups "rabbitmq-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to rabbitmq-user...@googlegroups.com
> <mailto:rabbitmq-users+unsub...@googlegroups.com>.