ARCC-RACE / deepracer-for-dummies

a quick way to get up and running with local deepracer training environment
66 stars 28 forks source link

libQt5Xml.so.5: cannot open shared object file: No such file or directory #31

Closed wideblue closed 5 years ago

wideblue commented 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

./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

I'm opening and closing this issue just for reference for someone that will come accross the same issue.

wideblue commented 5 years ago

The fix is already explained.