IBM-Blockchain-Archive / marbles

WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Apache License 2.0
1.03k stars 979 forks source link

Verifying fabric install error #154

Closed rgabonada closed 6 years ago

rgabonada commented 6 years ago

On verifying Fabric install in $GOPATH/src/github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02, I get the error-

No such file or directory (nopkcs11)

dshuffma-ibm commented 6 years ago

strange, are you running the command go build --tags nopkcs11 ./

rgabonada commented 6 years ago

I ran the go build command using a single dash and that resulted ok --

go build -tags nopkcs11 ./

On Tue, Oct 10, 2017 at 9:08 AM, dshuffma-ibm notifications@github.com wrote:

strange, are you running the command go build --tags nopkcs11 ./

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/IBM-Blockchain/marbles/issues/154#issuecomment-335484397, or mute the thread https://github.com/notifications/unsubscribe-auth/AR2xinYSUj7zaU9oPU-TYFazI1nifpv1ks5sq3pTgaJpZM4Py8vb .

dshuffma-ibm commented 6 years ago

great. pretty sure --tags and -tags are equivalent, they both work for me.