CentOS从零开始搭建wxWidgets,erlang,RabbitMQ(单机版)(超详细、绝对的从零开始搭建)
前言
本篇文章主要讲RabbitMQ安装
1、安装wxWidgets环境
- 由于rabbitmq是erlang语言编写的,安装rabbitmq之前,需要先安装erlang,安装erlang之前需要安装wxWidgets,安装wxWidgets之前需要安装gtk2-devel与binutils-devel,废话不多说赶紧开始吧。
- 首先我们先更新系统
yum update - 安装wxWidgets相关依赖,不装这个就会报以下错误
错误内容:yum -y install gtk2-devel binutils-develchecking for GTK+ version... checking for pkg-config... /usr/bin/pkg-config checking for GTK+ - version >= 2.6.0... no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occurred. This usually means GTK+ is incorrectly installed. checking for pkg-config... (cached) /usr/bin/pkg-config checking for GTK+ - version >= 3.0.0... no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config
- 首先我们先更新系统

本文详述在CentOS环境下从零开始搭建RabbitMQ的全过程,包括安装wxWidgets、erlang及Java环境,获取并配置RabbitMQ最新版本,开启端口,启动服务,创建用户等关键步骤。
866

被折叠的 条评论
为什么被折叠?



