When I execute Persalys linux file “persalys-11.0-x86_64.AppImage” with the command “./persalys-11.0-x86_64.AppImage”, differents messages indicate that libraries are missing :
version GLIBC_2.14 of libc.so.6 on Red Hat Entreprise Linux server release 6.6 and 6.8
libGLX.so.0 on Red Hat Entreprise Linux server release 7.5
FUSE on Red Hat Entreprise Linux server release 7.9
For the last point, it seems that it’s not really a missing library but (maybe) a problem with the AppImage Linux managing system.
Does anyone know a solution to install the missing libraries and correct the Linux FUSE system ? I thought I understood that the AppImage has the whole package to work independently but I may be wrong…
Ok for the old RHEL version. Fortunately, we have RHEL 7 server where we need to use Persalys…
I send the information you gave me to our support for the required libs to be installed. I do not have the sufficient level to do this kind of thing in Linux
They try to to make fuse subsystem work but they can’t. The message is just after :
# ./persalys-11.0-x86_64.AppImage
qt.qpa.xcb: could not connect to display qt.qpa.plugin: Could not load the Qt platform plugin “xcb” in “” even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
This means that fuse is ok now.
I suspect some more x11/opengl libs are missing on your machine and prevent the qt plugins from loading.
This may expose the remaining missing libs:
I think the relevant line was:
qt.qpa.xcb: could not connect to display
That would indicate a problem with your X server configuration.
Do you even have a desktop manager installed ?
Or is it just a remote session without X11 forwarding ?
I asked for information to explain what our support really did for that but I don’t have a response yet.
The problem shoud come from the Xserver as you said before (qt.qpa.xcb: could not connect to display) because I have this warning on screen when Persalys is opening :
qt.qpa.xcb: QXcbConnection: XCB error: 145 (Unknown), sequence: 181, resource id: 0, major code: 139 (Unknown), minor code: 20
I will try to get more informations and post additionnal information.