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
maijaz
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.