Closed wideblue closed 5 years ago
I got errors when starting gui in ubuntu 18.04. First:
./gui: error while loading shared libraries: libQt5WebKitWidgets.so.5: cannot open shared object file: No such file or directory
and after fixing it with instaling
sudo apt-get install libqt5webkit5 the second error
sudo apt-get install libqt5webkit5
./gui: error while loading shared libraries: libQt5Xml.so.5: cannot open shared object file: No such file or directory
that was fixed with installing sudo apt-get install libqt5xml5
sudo apt-get install libqt5xml5
I'm opening and closing this issue just for reference for someone that will come accross the same issue.
The fix is already explained.
I got errors when starting gui in ubuntu 18.04. First:
and after fixing it with instaling
sudo apt-get install libqt5webkit5
the second errorthat was fixed with installing
sudo apt-get install libqt5xml5
I'm opening and closing this issue just for reference for someone that will come accross the same issue.