Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install rabbitmq in centos7

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

It is believed that many inexperienced people have no idea about how to install rabbitmq in centos7. Therefore, this article summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

Install erlang

1: installation dependency: yum install gcc glibc-devel make ncurses-devel openssl-devel autoconf unixODBC unixODBC-devel

2: download wget http://www.erlang.org/download/otp_src_21.1.tar.gz

3: extract the erlang installation package tar-zxf otp_src_21.1.tar.gz

4: enter the decompression directory cd otp_src_21.1.tar.gz

5: configure the path before installation. / configure-- prefix=/usr/local/erlang

Common configuration errors are the solution

1:wx: wxWidgets not found, wx will NOT be usable, the solution is as follows:

Download wget https://netix.dl.sourceforge.net/project/wxwindows/3.0.1/wxWidgets-3.0.1.tar.bz2

Decompress: bzip2-dkv wxWidgets-3.0.1.tar.bz2 tar-xvf wxWidgets-3.0.1.tar

Configuration: cd wxWidgets-3.0.1/. / configure-- with-opengl-- enable-debug-- enable-unicode

1: if the gtk version is too low in the configuration wxWidgets, you need to install it first: yum install gtk2 gtk2-devel

2: question: configure: error: OpenGL libraries not available: yum install mesa-libGL-devel mesa-libGLU-devel

6: compile and install make&&make install

7: link: ln-s / usr/local/erlang/bin/erl / usr/local/bin/

8: check to see if you have successfully installed and entered erl successfully as shown below

After reading the above, have you mastered how to install rabbitmq in centos7? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report