简体   繁体   English

Hyperledger Fabric SDK Go 安装错误。 这里出了什么问题以及如何解决?

[英]Hyperledger Fabric SDK Go Installation Error. What is going wrong here and How to fix it?

I'm trying to install Hyperledger Fabric SDK for Go Language.. How do I fix this problem?我正在尝试为 Go 语言安装 Hyperledger Fabric SDK。我该如何解决这个问题?

After I tried the "make" command, this error shows up.在我尝试了“make”命令之后,这个错误出现了。

Go Version- 1.11.4转到版本- 1.11.4

docker Version- 18.09码头工人版本- 18.09

docker-compose Version- 1.13 docker-compose 版本- 1.13

I'm following instructions mentioned in this Tutorial :- Hyperledger Fabric SDK GO Tutorial我正在按照本教程中提到的说明进行操作:- Hyperledger Fabric SDK GO 教程

and this error shows up after I install "libltdl-dev" as mentioned in the Tutorial.并且在我安装了教程中提到的“libltdl-dev”之后出现了这个错误。

在此处输入图片说明

Do

make depend依赖

This will install all the dependencies .这将安装所有依赖项。 And also check for the check_lint.sh file.还要检查 check_lint.sh 文件。

Okay, so here's what I figured out the problem was - Hyperledger Fabric can only be used in Ubuntu 14.04 LTS or 16.04 LTS.好的,这就是我发现的问题 - Hyperledger Fabric 只能在 Ubuntu 14.04 LTS 或 16.04 LTS 中使用。 This is why it wasn't working on my PC which had 18.4 LTS.这就是为什么它在我的具有 18.4 LTS 的 PC 上不起作用的原因。 Just wondering when Hyperledger Support will be extended to 19.x since that is out already!只是想知道 Hyperledger 支持何时会扩展到 19.x,因为 19.x 已经过时了!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM