cannot open shared object file 4w

im getting an error while loading shared libraries: cannot open shared object file no such file or directory message when i write spl-token create-token. how do i correct this?

1 Reply

Linode Staff

This issue seems to be with shared libraries, Try running the following command

ldconfig -p | grep libssl
Verify if libssl.so.1.1 is listed in the response; Most of the time, it may not be there, which may be causing this issue.
The issue can be resolved by installing libssl1.1, which contains the libcrypto.so.1.1 that is missing.

Manual install of libssl1.1 may fix this problem:
wget http://debian.mirror.ac.za/debian/pool/main/o/openssl/libssl1.1_1.1.1o-1_amd64.deb

Please check this link where you can grab updated urls.

https://pkgs.org/download/libssl1.1

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct