博客
关于我
Ubuntu20安装RabbitMQ记录
阅读量:307 次
发布时间:2019-03-03

本文共 591 字,大约阅读时间需要 1 分钟。

1.下载资源

rabbitmq-server-3.8.12.tar.gz地址:https://www.rabbitmq.com/which-erlang.html

2.开始安装

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/

你可能感兴趣的文章
nacos集群节点故障对应用的影响以及应急方法
查看>>
nacos集群配置详解
查看>>
Nagios 3.0 Jumpstart Guide For Linux – Overview, Installation and Configuration
查看>>
nagios 实时监控 iptables 状态
查看>>
WAP短信格式解析及在Linux下用C语言实现
查看>>
nagios+cacti整合
查看>>
Nagios介绍
查看>>
nagios利用NSCient监控远程window主机
查看>>
nagios安装文档
查看>>
nagios服务端安装
查看>>
Nagios自定义监控脚本
查看>>
name_save matlab
查看>>
Nami 项目使用教程
查看>>
Nancy之基于Nancy.Hosting.Aspnet的小Demo
查看>>
NAND NOR FLASH闪存产品概述
查看>>
nano 编辑
查看>>
nanoGPT 教程:从零开始训练语言模型
查看>>
NASA网站曝严重漏洞,或将沦为黑客钓鱼网站?
查看>>
Nash:轻量级、安全且可靠的脚本语言
查看>>
NAS、SAN和DAS的区别
查看>>