Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ArabianChain - DubaiCoin (DBIX) - Smart Contracts from Dubai to the World
by
blockops
on 22/07/2017, 19:33:49 UTC
Trying to run the DBIX linux wallet on ubuntu desktop. I keep getting this error:

Code:
~/Documents/DbixWall-UbuntuGUIv1.0.1_49-2$ ./dbixwall
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.6' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by ./dbixwall)

It looks like it needs Qt5 to run. Any recommendations on how to get QT5 so it's available to the wallet?