-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
On Ubuntu 16.04 - downloaded the sources and compiled.
When launching the wallet app, it throws an error, saying libcrypto.so.1.1 is missing. The closest I have on my system is:
$ find /usr | grep libcrypto.so
/usr/lib/x86_64-linux-gnu/libcrypto.so
If I symlink libcrypto.so.1.1 to the existing .so, the wallet complains again: error loading OpenSSL library function "ECDSA_SIG_get0"
These are the ssl packages on my system:
$ dpkg -l | grep ssl
ii flac 1.3.1-4 amd64 Free Lossless Audio Codec - command line tools
ii libcurl4-openssl-dev:amd64 7.47.0-1ubuntu2.5 amd64 development files and documentation for libcurl (OpenSSL flavour)
ii libevent-openssl-2.0-5:amd64 2.0.21-stable-2ubuntu0.16.04.1 amd64 Asynchronous event notification library (openssl)
ii libflac8:amd64 1.3.1-4 amd64 Free Lossless Audio Codec - runtime C library
ii libgnutls-openssl27:amd64 3.4.10-4ubuntu1.4 amd64 GNU TLS library - OpenSSL wrapper
ii libio-socket-ssl-perl 2.024-1 all Perl module implementing object oriented interface to SSL sockets
ii libnet-smtp-ssl-perl 1.03-1 all Perl module providing SSL support to Net::SMTP
ii libnet-ssleay-perl 1.72-1build1 amd64 Perl module for Secure Sockets Layer (SSL)
ii libssl-dev:amd64 1.0.2g-1ubuntu4.10 amd64 Secure Sockets Layer toolkit - development files
ii libssl-doc 1.0.2g-1ubuntu4.9 all Secure Sockets Layer toolkit - development documentation
ii libssl1.0.0:amd64 1.0.2g-1ubuntu4.10 amd64 Secure Sockets Layer toolkit - shared libraries
ii libwavpack1:amd64 4.75.2-2 amd64 audio codec (lossy and lossless) - library
ii openssl 1.0.2g-1ubuntu4.9 amd64 Secure Sockets Layer toolkit - cryptographic utility
ii ssl-cert 1.0.37 all simple debconf wrapper for OpenSSL
Metadata
Metadata
Assignees
Labels
No labels