I am not able to install ovito-basic-3.12.2-x86_64 under ubuntu 24.10. If I run the executable I get the error:
./bin/ovito: /usr/lib/x86_64-linux-gnu/libQt6Core.so.6: version `Qt_6.8’ not found (required by ./bin/ovito)
I apparently need to install Qt_6.8. Is this really the case? I would like to be sure before embarking in this…
Thanks for any help
Let me double check what is going on. This error is unexpected because OVITO comes with its own copy of the shared library libQt6Core.so.6
in ovito-basic-3.12.2-x86_64/lib/ovito/
. The ovito
executable should preferably load this copy, not the one in /usr/lib/x86_64-linux-gnu/
.