We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
After these 2 libraries installed the wallet is running successfully
The solution is installing the libraries:
sudo apt install libqt5websockets5 -y sudo apt install libqt5widgets5 -y
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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
After these 2 libraries installed the wallet is running successfully
The solution is installing the libraries:
sudo apt install libqt5websockets5 -y
sudo apt install libqt5widgets5 -y
The text was updated successfully, but these errors were encountered: