将高塞拉度更新为10.13.5后,当我运行时,rabbitmq似乎找不到erl:
Console.ReadLine();
我得到了错误:
/usr/local/Cellar/rabbitmq/3.7.3/sbin/rabbitmq-server:第85行: / usr / local / opt / erlang / bin / erl:没有这样的文件或目录
跑步/usr/local/Cellar/rabbitmq/3.7.3/sbin/rabbitmq-server
给我:which erl
需要帮助才能使其再次运行,不确定为什么路径也会更改。
答案 0 :(得分:0)
您可能必须安装erlang与
use Rack::Sendfile
use ActionDispatch::Static
use ActionDispatch::Executor
use ActiveSupport::Cache::Strategy::LocalCache::Middleware
use Rack::Runtime
use Rack::MethodOverride
use ActionDispatch::RequestId
use RequestStore::Middleware
use ActionDispatch::RemoteIp
use ActionDispatch::ShowExceptions
use ActionDispatch::DebugExceptions
use ActionDispatch::Reloader
use ActionDispatch::Callbacks
use ActiveRecord::Migration::CheckPending
use ActionDispatch::Cookies
use ActionDispatch::Session::CookieStore
use ActionDispatch::Flash
use Rack::Head
use Rack::ConditionalGet
use Rack::ETag
use MyCustomSession::CustomMiddleware
或通过以下方式重新安装:
brew install erlang