graphia
graphia copied to clipboard
Qt shared library error on CentOS 7 desktop
(yes, I know CentOS 7 is very nearly EOL)
Was a bit surprised to see this error trying to run the AppImage on a CentOS 7 desktop:
error while loading shared libraries: libQt6Core.so.6: cannot open shared object file: No such file or directory
Not sure what to suggest really, this is clearly something specific to CentOS. You could try running with --appimage-mount then inspect the directory tree to see if it's extracting correctly?
Maybe also relevant: https://github.com/nextcloud/desktop/issues/4308
Understood, thanks.
I suppose AppImages are not the same as containers, and this is an instance of that.