Centos installation of zeromq (0mq, zeromq, ø MQ)

Source: Internet
Author: User

1. Download the installation package

Wget http://download.zeromq.org/zeromq-2.1.11.tar.gz in Linux Shell

2. Check readme first. (most open-source software has README, which is very important. Remember to check it out)

For the installation method mentioned in README, refer to install

Install is as follows:

 
The simplest way to compile this package is: 1. 'cd' to the directory containing the package's source code and type '. /configure 'to configure the package for your system. running 'configure 'might take a while. while running, it printssome messages telling which features it is checking for.2. type 'make' to compile the package.3. optionally, type 'make check' to run any self-tests that come withthe package.4. type 'make install' to install the programs and any data files anddocumentation.
...

 

3. Test the installation environment

Official Website Introduction

      • Make sure thatLibtool,Autoconf,AutomakeAre installed.
      • Check whetherUUID-DevPackage,UUID/E2fsprogsRpm or equivalent on your system is installed.
      • Unpack the .tar.gz source archive.
      • Run./Configure, FollowedMake.
      • To install ø MQ system-wide runSudo make install.
      • On Linux, runSudo ldconfigAfter installing ø MQ.

./Configure detects the current environment.

Libtool and UUID/e2fsprogs must be available in the system.

Yum install libtool

Yum installE2fsprogs-devel

4 installation

Make

Make check

Make install

 

Complete.

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.