区块链 | Distributed Ledger Technology以太坊联盟链Quorum

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

2018-08-16  本文已影响43人  万年小学生

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

第一个问题是

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

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

需要安装:https://download.libsodium.org/libsodium/releases/old/libsodium-1.0.11.tar.gz

安装方法:https://blog.csdn.net/hanshihao1336295654/article/details/79850584

注意:只能安装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。

需要安装:https://github.com/google/leveldb/tree/v1.13

安装方法:https://www.jianshu.com/p/8392acf7c9db

上一篇 下一篇

猜你喜欢

热点阅读