libzmq-4.1.3-1.el6.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.el6.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 1321a198499e309abf3586438a511c0f
SHA1 3d129321a406fbbd581f74d4fb0310f0d06baba3
SHA256 5e62bcba55ec2994050d5ceabae26487b469aab4f78f778c81b31ba86b6a7528
SHA512 96423f56d112d8b514fcf0eb942b34767e8e7b01b92f5bb1118fd7ee6f3a40287e248f311afa64c4992ab39b363af534ef178351afc69bd20cc9f63cd4ac90a0

Requires

  • libc.so.6(GLIBC_2.7)(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.el6.bolo1
  • libzmq = 4.1.3-1.el6.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

240 KB

Installed Size

476 KB

Downloads

11

wget

wget --content-disposition "https://packagecloud.io/bolo/bolo/packages/el/6/libzmq-4.1.3-1.el6.bolo1.x86_64.rpm/download.rpm?distro_version_id=27"

Homepage

http://github.com/jedisct1/libzmq

License

LGPLv3+