I'm trying to set up Hyperledger Fabric 1.0 in my system.
Executed till
cd $GOPATH/src/github.com/hyperledger/fabric/devenv
vagrant up
vagrant ssh
I used
cd $GOPATH/src/github.com/hyperledger/fabric
make dist-clean all
But it gave me the following error:
github.com/hyperledger/fabric/vendor/github.com/mattn/go-sqlite3 /usr/bin/ld: cannot find -lrocksdb collect2: error: ld returned 1 exit status Makefile:137: recipe for target 'build/bin/peer' failed make: *** [build/bin/peer] Error 2
Here are attached some screenshots of the same. The left side shows vagrant and on the right is my Hyperledger Fabric 1.0 Setup command.
make dist-clean all
Can somebody guide me to resolve this issue?