Skip to content

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

@kaks25

Description

@kaks25

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions