From 4b264e96fce99f26aeb463e323915f4d37bc3e22 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 30 Jun 2020 16:35:39 +0200 Subject: [PATCH 1/2] Improved installation instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c791227..237d2d6 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,6 @@ yum install devtoolset-9 yum install cmake3 yum install zeromq-devel yum install hdf5-devel -yum install jsoncpp-devel ``` Step by step procedure to build the repo: @@ -109,7 +108,6 @@ Example: ```bash ln -s "$(pwd)""/""sf_buffer" /usr/bin/sf_buffer ln -s "$(pwd)""/""sf_stream" /usr/bin/sf_stream -ln -s "$(pwd)""/""sf_replay" /usr/bin/sf_replay ln -s "$(pwd)""/""sf_writer" /usr/bin/sf_writer ``` @@ -125,6 +123,9 @@ Please install a later version: ```bash cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/network:messaging:zeromq:release-stable/RHEL_7/network:messaging:zeromq:release-stable.repo +yum remove zeromq +yum remove openpgm +yum install libsodium-devel yum install zeromq-devel ``` From 48c64f06d948f598d6d8f5b33f520ed8cd6ace73 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 30 Jun 2020 16:36:18 +0200 Subject: [PATCH 2/2] Fix headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 237d2d6..c53c91c 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,9 @@ ln -s "$(pwd)""/""sf_stream" /usr/bin/sf_stream ln -s "$(pwd)""/""sf_writer" /usr/bin/sf_writer ``` -## Warnings +### Warnings -### Zeromq +#### Zeromq Zeromq version 4.1.4 (default on RH7) has a LINGER bug. Sometimes, the last message is not sent (the connection gets dropped before the message is in the buffer).