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/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

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+