Install zeroMQ under Linux

1. Download zeroMQ (the attachment adds zeromq-4.2.1.tar.gz)

   Download URL: http://zeromq.org/area:download/

2. Unzip

   #tar -zxvf zeromq-4.2.1.tar.gz

   #cd zeromq-4.2.1

   #./configure --prefix=/usr/local/zeromq

      Prompt No package 'libsodium' found error, I choose to ignore

   libsodium is a cross-platform installable library,

   It is mainly used for encryption, decryption and signature, and is also a NaCI-based encryption library .

 

   Workaround: Install libsodium or ignore this feature during configure.

 #./configure --without-libsodium --prefix=/usr/local/zeromq

 #make

 #sudo make install

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326395392&siteId=291194637