本文共 591 字,大约阅读时间需要 1 分钟。
rabbitmq-server-3.8.12.tar.gz地址:https://www.rabbitmq.com/which-erlang.html
1)首先安装 erlang ./configure 配置报错:configure: error: No curses library functions found解决方式:apt install libncurses5-dev继续配置:报错:configure: WARNING: wxWidgets must be installed on your system. Please check that wx-config is in path, the directory where wxWidgets libraries are installed (returned by 'wx-config --libs' or 'wx-config --static --libs' command) is in LD_LIBRARY_PATH or equivalent variable and wxWidgets version is 2.8.4 or above.解决方式:
apt install erlang-nox
apt install rabbit-server转载地址:http://gagl.baihongyu.com/