Skip to content

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

Closed
cleverence opened this issue May 16, 2018 · 6 comments

Comments

@cleverence
Copy link

$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

@charlieporth1
Copy link

I've got that same error

@haojun
Copy link
Contributor

haojun commented Jun 1, 2018

I've no idea about it...... but I found a similar issue here:
grpc/grpc-node#341

Not sure if it can solve your problem.

@nicolasnoble
Copy link

gRPC author here - if anyone can provide a reproducible environment where this happens, please do so.

@haojun haojun closed this as completed Jul 10, 2018
@Titogelo
Copy link

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

node: symbol lookup error: /home/****/hyperledger/fabric-samples/balance-transfer/node_modules/grpc/src/node/extension_binary/node-v57-linux-x64-glibc/grpc_node.node: undefined symbol: SSL_library_init

@aklenik
Copy link
Contributor

aklenik commented Oct 20, 2018

@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?

@nicolasnoble
Copy link

Note that this should've been fixed by Ubuntu.

faustovanin pushed a commit to faustovanin/caliper that referenced this issue Oct 27, 2023
…figs

Fix and enhance Fabric crypto generation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants