Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 24.04 - libQt6** no version information available (required by ./AmneziaVPN) #1343

Open
valensys opened this issue Jan 3, 2025 · 1 comment

Comments

@valensys
Copy link

valensys commented Jan 3, 2025

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)

image

@valensys
Copy link
Author

valensys commented Jan 5, 2025

After restart it works just with icon click. Seems solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant