You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Installed Ubuntu 22.04 from scratch.
When I tried to launch Amnezia client binary directly from /opt/AmneziaVPN/client/bin directory (because it didn't work with icon click) I had the following errors:
libQt6RemoteObjects.so.6: cannot open shared object file: No such file or directory
libQt6QuickControls2.so.6: cannot open shared object file: No such file or directory
libQt6Core5Compat.so.6: cannot open shared object file: No such file or directory
I installed those libraries with the following command:
Installation was successful, but when I tried to launch binary again, I had new errors:
libQt6QuickControls2.so.6: no version information available (required by ./AmneziaVPN)
libQt6Core5Compat.so.6: no version information available (required by ./AmneziaVPN)
libQt6RemoteObjects.so.6: no version information available (required by ./AmneziaVPN)
libQt6Qml.so.6: no version information available (required by ./AmneziaVPN)
libQt6Core.so.6: version `Qt_6.6' not found (required by ./AmneziaVPN)
The text was updated successfully, but these errors were encountered:
Describe the bug
Installed Ubuntu 22.04 from scratch.
When I tried to launch Amnezia client binary directly from /opt/AmneziaVPN/client/bin directory (because it didn't work with icon click) I had the following errors:
libQt6RemoteObjects.so.6: cannot open shared object file: No such file or directory
libQt6QuickControls2.so.6: cannot open shared object file: No such file or directory
libQt6Core5Compat.so.6: cannot open shared object file: No such file or directory
I installed those libraries with the following command:
sudo apt install libqt6core5compat6 libqt6quickcontrols2-6 libqt6remoteobjects6
Installation was successful, but when I tried to launch binary again, I had new errors:
libQt6QuickControls2.so.6: no version information available (required by ./AmneziaVPN)
libQt6Core5Compat.so.6: no version information available (required by ./AmneziaVPN)
libQt6RemoteObjects.so.6: no version information available (required by ./AmneziaVPN)
libQt6Qml.so.6: no version information available (required by ./AmneziaVPN)
libQt6Core.so.6: version `Qt_6.6' not found (required by ./AmneziaVPN)
The text was updated successfully, but these errors were encountered: