-
Notifications
You must be signed in to change notification settings - Fork 407
Error undefined symbol: SSL_library_init while running simple test with hyperledger caliper #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've got that same error |
I've no idea about it...... but I found a similar issue here: Not sure if it can solve your problem. |
gRPC author here - if anyone can provide a reproducible environment where this happens, please do so. |
I've got the same error while creating a channel as well. I am running the balance-transfer tutorial from Fabric. While invoking the API call that creates a channel I get this error back
|
@Titogelo This behavior isn't related to Caliper as it turned out in the above-mentioned issue. Have you tried the proposed fixes starting from this comment? |
Note that this should've been fixed by Ubuntu. |
…figs Fix and enhance Fabric crypto generation
$sudo node main.js
TAP version 13
#######Caliper Test######
docker-compose -f network/fabric/simplenetwork/docker-compose.yaml up -d
Creating network "simplenetwork_default" with the default driver
Creating ca_peerOrg2 ... ``
Creating ca_peerOrg1 ...
Creating couchdb ...
Creating orderer.example.com ...
Creating orderer.example.com
Creating couchdb
Creating ca_peerOrg2
Creating orderer.example.com ... done
Creating peer0.org2.example.com ...
Creating peer1.org2.example.com ...
Creating peer0.org1.example.com ...
Creating peer1.org2.example.com
Creating peer0.org2.example.com
Creating peer0.org1.example.com ... done
Creating peer1.org1.example.com ...
Creating peer1.org1.example.com ... done
#create mychannel......
node: symbol lookup error: /home/clever/caliper/node_modules/grpc/src/node/extension_binary/node-v57-linux-x64-glibc/grpc_node.node: undefined symbol: SSL_library_init
The text was updated successfully, but these errors were encountered: