graphia icon indicating copy to clipboard operation
graphia copied to clipboard

Qt shared library error on CentOS 7 desktop

Open verdurin opened this issue 1 year ago • 2 comments

(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

verdurin avatar Jun 05 '24 11:06 verdurin

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

timangus avatar Jun 06 '24 11:06 timangus

Understood, thanks.

I suppose AppImages are not the same as containers, and this is an instance of that.

verdurin avatar Jun 06 '24 12:06 verdurin