Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot open shared object file: No such file or directory error #9

Open
kaks25 opened this issue Aug 28, 2020 · 0 comments
Open

cannot open shared object file: No such file or directory error #9

kaks25 opened this issue Aug 28, 2020 · 0 comments

Comments

@kaks25
Copy link

kaks25 commented Aug 28, 2020

Downloaded The Sevenseas wallet and unzipped, when i execute it cannot run the wallet with error :

./sevenseas: error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory

error 1

when libQt5Widgets.so.5 library installed show another error:

./sevenseas: error while loading shared libraries: libqt5websockets5: cannot open shared object file: No such file or directory
error2

After these 2 libraries installed the wallet is running successfully

installing packages

The solution is installing the libraries:

sudo apt install libqt5websockets5 -y
sudo apt install libqt5widgets5 -y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant