博客
关于我
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/

你可能感兴趣的文章
mysql 导入导出大文件
查看>>
MySQL 导出数据
查看>>
mysql 将null转代为0
查看>>
mysql 常用
查看>>
MySQL 常用列类型
查看>>
mysql 常用命令
查看>>
Mysql 常见ALTER TABLE操作
查看>>
MySQL 常见的 9 种优化方法
查看>>
MySQL 常见的开放性问题
查看>>
Mysql 常见错误
查看>>
mysql 常见问题
查看>>
MYSQL 幻读(Phantom Problem)不可重复读
查看>>
mysql 往字段后面加字符串
查看>>
mysql 快照读 幻读_innodb当前读 与 快照读 and rr级别是否真正避免了幻读
查看>>
MySQL 快速创建千万级测试数据
查看>>
mysql 快速自增假数据, 新增假数据,mysql自增假数据
查看>>
MySql 手动执行主从备份
查看>>
Mysql 批量修改四种方式效率对比(一)
查看>>
mysql 批量插入
查看>>
Mysql 报错 Field 'id' doesn't have a default value
查看>>