1
votes

After updating high sierra to 10.13.5, rabbitmq can't seem to find erl when i run:

/usr/local/Cellar/rabbitmq/3.7.3/sbin/rabbitmq-server

I get the error:

/usr/local/Cellar/rabbitmq/3.7.3/sbin/rabbitmq-server: line 85: /usr/local/opt/erlang/bin/erl: No such file or directory

Running which erl gives me: /usr/local/bin/erl

Need help to get it working again, not sure why the path changed as well.

1
For me it's working well try to brew upgrade.Ortomala Lokni
@OrtomalaLokni this did not work for me. Upgraded brew same errornara_l

1 Answers

0
votes

You probably have to install erlang with

brew install erlang

or reinstall it with:

brew reinstall erlang