Can't run on Ubuntu: cannot open shared object file
See original GitHub issueOn running the binary on Ubuntu 16.04 LTS I get:
./zec-qt-wallet: error while loading shared libraries: libpng16.so.16: cannot open shared object file: No such file or directory
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
How To Solve "cannot open shared object file" Error in Ubuntu ...
The reason behind this error is that the libraries of the program have been installed in a place where dynamic linker cannot find...
Read more >How to Fix “cannot open shared object file” Error in Ubuntu
Solution 1: Missing Packages · Solution 2: The LD_LIBRARY_PATH Variable · Solution 3: Permanently Configuring Library Path · Solution 4: The ...
Read more >cannot open shared object file: No such file or directory
Running locate libpthread_rt.so.1 will list the path of all the files with that name. · Copy the path and run cd home/USERNAME ....
Read more >Solving The “Cannot Open Shared Object File - Baeldung
In this tutorial, we'll go through various causes and fixes for the “cannot open shared object file: No such file or directory” error...
Read more >How to fix: 'cannot open shared object file - net2
Sometimes, when you try to install a program or a package from its source ... X: cannot open shared object file: No such...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The problem was a GLIBC 2.25 dependency on getentropy(). Removed this dependency, and now it should work with older distros as well.
Available in v0.3.2 https://t.co/0sIUACVunP
Side Note: The problem is Ubuntu 16.04 ships with a really old version of GLIBC (2.23), which means zec-qt-wallet needs to be specifically compiled with an older glibc.
Seems to work fine on Ubuntu 16.10 and higher