mina icon indicating copy to clipboard operation
mina copied to clipboard

Unable to generate key pair using mina-generate-keypair

Open PrernaPadhee opened this issue 2 years ago • 1 comments

Preliminary Checks

  • [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/MinaProtocol/mina/issues
  • [X] This issue is not a question, feature request, RFC, or anything other than a bug report. Please post those things in GitHub Discussions: https://github.com/MinaProtocol/mina/discussions

Description

I am following instructions on https://docs.minaprotocol.com/en/using-mina/keypair to set up my mina node, however i am getting the following error

image

Steps to Reproduce

  1. echo "deb [trusted=yes] http://packages.o1test.net stretch stable" | sudo tee /etc/apt/sources.list.d/mina.list
  2. sudo apt-get update
  3. sudo apt-get install mina-generate-keypair=1.2.2-feee67c
  4. mina-generate-keypair -version

Expected Result

Commit feee67cc2836bf12e792510a2440f28a0275740e on branch master

Actual Result

mina-generate-keypair: error while loading shared libraries: libjemalloc.so.1: cannot open shared object file: No such file or directory

How frequently do you see this issue?

Always

What is the impact of this issue on your ability to run a node?

Blocker

Status

unable to setup node

Additional information

No response

PrernaPadhee avatar Jan 19 '22 10:01 PrernaPadhee

Hey @PrernaPadhee, as the workaround for now you can simply install Mina Daemon as it is described here. It will install additional packages (curl libcurl4 libjemalloc1 libpq-dev libpq5) the mina-generate-keypair also depends on.

shimkiv avatar Aug 08 '22 16:08 shimkiv