"Linux" CentOS installation RABBITMQ

Source: Internet
Author: User
Tags rabbitmq wxwidgets

First, the installation of pre-environment
Yum Install zlib
Yum Install mesa*
Yum Install freeglut*
Yum Install Pkgconfig
Yum-y Install Gtk2-devel Binutils-devel
Yum-y install make ncurses-devel gcc gcc-c++ unixODBC unixodbc-devel OpenSSL openssl-devel

Second, installation wxwidgets
Download: http://www.wxwidgets.org/downloads/
Go to the Unzip directory./configure--with-opengl--enable-debug--enable-unicode
Compile and install make & make install


Third, Erlang installation
Download Erlang http://www.erlang.org/download/otp_src_18.3.tar.gz
Configure the installation./configure--prefix=/opt/soft/erlang--with-ssl-enable-threads-enable-smmp-support-enable-kernel-poll-- Enable-hipe--without-javac
./configure--prefix=/opt/soft/erlang--enable-smp-support--enable-threads--enable-sctp--enable-kernel-poll-- Enable-hipe--with-ssl
./configure--prefix=/opt/soft/erlang--without-javac
Compile and install make && make install
Configure environment Variables Vim/etc/profile, add: Erlang_home=/usr/local/erlang path= $ERLANG _home/bin: $PATH export Erlang_home export PATH
Refresh Configuration Source/etc/profile
Enter command Erl Check if installation is successful


Iv. installation of Rabbitmq-server
Dependent package Xmlto Yum install xmlto rpm--import http://www.rabbitmq.com/rabbitmq-signing-key-public.asc (seemingly import what signature)
wget https://www.rabbitmq.com/releases/rabbitmq-server/v3.6.2/rabbitmq-server-3.6.2-1.noarch.rpm
Yum Install rabbitmq-server-3.6.2-1.noarch.rpm


Install the Web plugin management interface MKDIR/ETC/RABBITMQ Rabbitmq-plugins enable rabbitmq_management The following plugins have been Enabled:mochi Web Webmachine rabbitmq_web_dispatch amqp_client
Rabbitmq_management_agent rabbitmq_management Plugin configuration has changed. Restart RabbitMQ for changes to take effect. [Email protected] sbin]# LS/ETC/RABBITMQ enabled_plugins


Start RABBITMQ rabbitmq-server Start
There is a possibility that the hostname could not be found error, vim/etc/hosts 127.0.0.1 localhost ${hostname}


Guest/guest Login localhost:15672

"Linux" CentOS installation RABBITMQ

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.