簡體   English   中英

錯誤:在Macos sierra上安裝RabbitMQ

[英]Error: Install RabbitMQ on Macos sierra

我試圖通過HomeBrew在運行Sierra 10.12的Mac上安裝RabbitMQ。 我寫了brew install rabbitmq以便它將自動安裝OpenSSL。 但它顯示以下錯誤:

Warning: You are using OS X 10.12.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
wxmac: This formula either does not compile or function as expected on OS X
versions newer than El Capitan due to an upstream incompatibility.
Error: An unsatisfied requirement failed this build.

現在做什么?

我會把RabbitMQ安裝到Docker容器中,然后將Docker for Mac https://docs.docker.com/docker-for-mac/

Docker有一個官方的RMQ鏡像https://hub.docker.com/_/rabbitmq/

確保獲取“:management”標簽

docker pull rabbitmq:management

並在運行時確保從容器映射端口5672和15672。

我最近將Mac安裝的RMQ移至Docker,並且不再返回。 在Docker容器中擁有這樣的服務對我來說要容易得多。

更新您的自制軟件。
brew update將起作用。
如果出現Error: /usr/local is not writable. You should change the ownership Error: /usr/local is not writable. You should change the ownership ,應該使sudo chown -R $(whoami) /usr/local ,然后brew update

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM