以太坊联盟链quorum搭建遇到的问题

1,046 阅读1分钟

根据前面的教程搭建quorum联盟链的时候遇到了两个问题

第一个问题是

运行constellation-start.sh的时候报错:

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

需要安装:download.libsodium.org/libsodium/r…

安装方法:blog.csdn.net/hanshihao13…

注意:只能安装1.0.11版本,别的版本不能解决这个问题

第二个问题是

运行constellation-start.sh的时候报错:

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

需要安装:github.com/google/leve…

安装方法:www.jianshu.com/p/8392acf7c…