There are two problems with setting up the quorum chain following the previous tutorial

The first question is

Error while running constellation-start.sh:

constellation-node: error while loading shared libraries: libsodium.so.18: cannot open shared object file: No such file or directory.

You need to install: download.libsodium.org/libsodium/r…

Installation method: blog.csdn.net/hanshihao13…

Note: only version 1.0.11 can be installed, other versions do not solve this problem

The second question is

Error while running constellation-start.sh:

constellation-node: error while loading shared libraries: libleveldb.so.1: cannot open shared object file: No such file or directory.

Required installation: github.com/google/leve…

Installation method: www.jianshu.com/p/8392acf7c…