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/man7/zmq.7.gz
  • /usr/share/man/man7/zmq_tipc.7.gz
  • /usr/share/man/man7/zmq_tcp.7.gz
  • /usr/share/man/man7/zmq_plain.7.gz
  • /usr/share/man/man7/zmq_pgm.7.gz
  • /usr/share/man/man7/zmq_null.7.gz
  • /usr/share/man/man7/zmq_ipc.7.gz
  • /usr/share/man/man7/zmq_inproc.7.gz
  • /usr/share/man/man7/zmq_curve.7.gz
  • /usr/share/man/man3/zmq_z85_encode.3.gz
  • /usr/share/man/man3/zmq_z85_decode.3.gz
  • /usr/share/man/man3/zmq_version.3.gz
  • /usr/share/man/man3/zmq_unbind.3.gz
  • /usr/share/man/man3/zmq_strerror.3.gz
  • /usr/share/man/man3/zmq_socket.3.gz
  • /usr/share/man/man3/zmq_socket_monitor.3.gz
  • /usr/share/man/man3/zmq_setsockopt.3.gz
  • /usr/share/man/man3/zmq_sendmsg.3.gz
  • /usr/share/man/man3/zmq_send.3.gz
  • /usr/share/man/man3/zmq_send_const.3.gz
  • /usr/share/man/man3/zmq_recvmsg.3.gz
  • /usr/share/man/man3/zmq_recv.3.gz
  • /usr/share/man/man3/zmq_proxy.3.gz
  • /usr/share/man/man3/zmq_proxy_steerable.3.gz
  • /usr/share/man/man3/zmq_poll.3.gz
  • /usr/share/man/man3/zmq_msg_size.3.gz
  • /usr/share/man/man3/zmq_msg_set.3.gz
  • /usr/share/man/man3/zmq_msg_send.3.gz
  • /usr/share/man/man3/zmq_msg_recv.3.gz
  • /usr/share/man/man3/zmq_msg_move.3.gz

Uploaded

over 8 years ago

Package Size

265 KB

Installed Size

537 KB

Downloads

13

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+