OSMC and Hyperion

Remove mesa as stated in this thread

sudo apt-get remove --purge libegl1-mesa

Then reinstall qt5 libs as posted by nrosier on Mar 30 (post #48):

sudo apt-get install libqt5concurrent5 libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 libqt5printsupport5 libqt5serialport5 libqt5sql5 libqt5test5 libqt5widgets5 libqt5xml5 qt5-qmake

Should do without qt5-make but include it just in case.

Also in case that it refuses to run, try the -v option when invoke the command (or configure the daemon). That solved all my headaches

1 Like