Opened 3 years ago
Last modified 3 years ago
#64782 new defect
rabbitmq-server 3.8.3: breaks when linked to erlang v24
Reported by: | knightcode (Dylan) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | ci42 | |
Port: | rabbitmq-server |
Description
erlang 22 is recommended for rabbitmq-server @3.8.3 according to https://www.rabbitmq.com/which-erlang.html, but the erlang macport is at v24. Rabbit crashes when linked to it with the error:
call to undefined function crypto:hmac(sha512, <<89,226,68,61,7,3,243,227,227,132,88,137,27,43,77,194,147,189,83,211,253,235,192,203,15,47,61,...>>, [<<25,80,86,30,44,163,115,127,104,37,123,62,99,74,91,188>>,<<0,0,0,1>>], 64) in application_master:init/4 line 142
It looks like the rabbitmq macport just needs to be updated to 3.8.27 or 3.9.13, though.
Note: See
TracTickets for help on using
tickets.