libzmq-4.1.3-1.el7.centos.bolo1.x86_64.rpm

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/bolo/bolo/script.rpm.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/bolo/bolo/script.rpm.sh | sudo bash

STEP 2: Install the package
sudo yum install libzmq-4.1.3-1.el7.centos.bolo1.x86_64

Distributed Messaging

Full description:
  ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking
library but acts like a concurrency framework. It gives you sockets that carry
atomic messages across various transports like in-process, inter-process, TCP,
and multicast. You can connect sockets N-to-N with patterns like fan-out,
pub-sub, task distribution, and request-reply. It's fast enough to be the
fabric for clustered products. Its asynchronous I/O model gives you scalable
multicore applications, built as asynchronous message-processing tasks. It has
a score of language APIs and runs on most operating systems. ZeroMQ is from
iMatix and is LGPLv3 open source.

Checksums

MD5 955e9fd985ed8e804c883fbcf20b38d3
SHA1 4093e6edf194c2a314c0cfa9bddff3858a7446d9
SHA256 9b9c2782c54a0e8c4f182ba9b9b9f396e765a4e9b1c3e479614ad1945044e5aa
SHA512 b619103e1d9345284d1deead86acbd3514efea6e053491e2df2f65b8a48f725f7930669ed56cdf01e81680a33ee9155137f10880922b86cf2352337d0a18279e

Requires

  • libc.so.6(GLIBC_2.14)(64bit)
  • libgcc_s.so.1()(64bit)
  • libgcc_s.so.1(GCC_3.0)(64bit)
  • libm.so.6()(64bit)
  • libpthread.so.0()(64bit)
  • libpthread.so.0(GLIBC_2.2.5)(64bit)
  • librt.so.1()(64bit)
  • librt.so.1(GLIBC_2.2.5)(64bit)
  • libsodium
  • libsodium.so.13()(64bit)
  • libstdc++.so.6()(64bit)
  • libstdc++.so.6(CXXABI_1.3)(64bit)
  • libstdc++.so.6(GLIBCXX_3.4)(64bit)
  • libstdc++.so.6(GLIBCXX_3.4.9)(64bit)
  • libzmq.so.5()(64bit)
  • rtld(GNU_HASH)

Provides

  • libzmq(x86-64) = 4.1.3-1.el7.centos.bolo1
  • libzmq = 4.1.3-1.el7.centos.bolo1
  • libzmq.so.5()(64bit)

Files

  • /usr/share/man/man3/zmq_msg_more.3.gz
  • /usr/share/man/man3/zmq_msg_init.3.gz
  • /usr/share/man/man3/zmq_msg_init_size.3.gz
  • /usr/share/man/man3/zmq_msg_init_data.3.gz
  • /usr/share/man/man3/zmq_msg_gets.3.gz
  • /usr/share/man/man3/zmq_msg_get.3.gz
  • /usr/share/man/man3/zmq_msg_data.3.gz
  • /usr/share/man/man3/zmq_msg_copy.3.gz
  • /usr/share/man/man3/zmq_msg_close.3.gz
  • /usr/share/man/man3/zmq_has.3.gz
  • /usr/share/man/man3/zmq_getsockopt.3.gz
  • /usr/share/man/man3/zmq_errno.3.gz
  • /usr/share/man/man3/zmq_disconnect.3.gz
  • /usr/share/man/man3/zmq_curve_keypair.3.gz
  • /usr/share/man/man3/zmq_ctx_term.3.gz
  • /usr/share/man/man3/zmq_ctx_shutdown.3.gz
  • /usr/share/man/man3/zmq_ctx_set.3.gz
  • /usr/share/man/man3/zmq_ctx_new.3.gz
  • /usr/share/man/man3/zmq_ctx_get.3.gz
  • /usr/share/man/man3/zmq_connect.3.gz
  • /usr/share/man/man3/zmq_close.3.gz
  • /usr/share/man/man3/zmq_bind.3.gz
  • /usr/lib64/libzmq.so.5.0.0
  • /usr/lib64/libzmq.so.5
  • /usr/lib64/libzmq.so
  • /usr/bin/curve_keygen

Uploaded

over 8 years ago

Package Size

265 KB

Installed Size

537 KB

Downloads

14

wget

wget --content-disposition "https://packagecloud.io/bolo/bolo/packages/el/7/libzmq-4.1.3-1.el7.centos.bolo1.x86_64.rpm/download.rpm?distro_version_id=140"

Homepage

http://github.com/jedisct1/libzmq

License

LGPLv3+