You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install texmaker (pacman -S texmaker) - which uses Qt5 - when starting it I get an error message that the dynamic loader couldn't find libQ5Core.so.5 (I've started Xming as an X-Server and set DISPLAY accordingly).
Looking at the ldconfig listing the library is shown and it is in the expected location in the file system.
This works without problem with Ubuntu/WSL
The text was updated successfully, but these errors were encountered:
@juergenpf
I confirmed the problem.
This problem is probably due to the absence of renameat2 system call in WSL.
latest Qt 5.10 is using renameat2,You need to downgrade qt5-base.
When I install texmaker (pacman -S texmaker) - which uses Qt5 - when starting it I get an error message that the dynamic loader couldn't find libQ5Core.so.5 (I've started Xming as an X-Server and set DISPLAY accordingly).
Looking at the ldconfig listing the library is shown and it is in the expected location in the file system.
This works without problem with Ubuntu/WSL
The text was updated successfully, but these errors were encountered: