Skip to content

Dynamic library issue #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
juergenpf opened this issue Dec 20, 2017 · 3 comments
Closed

Dynamic library issue #5

juergenpf opened this issue Dec 20, 2017 · 3 comments

Comments

@juergenpf
Copy link

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

@yuk7
Copy link
Owner

yuk7 commented Dec 21, 2017

@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.

@yuk7
Copy link
Owner

yuk7 commented Dec 21, 2017

@juergenpf
Downgrade qt5-base and qt5-script to 5.9.x,you can probably solve it.

wget https://archive.archlinux.org/packages/q/qt5-base/qt5-base-5.9.3-1-x86_64.pkg.tar.xz
wget https://archive.archlinux.org/packages/q/qt5-script/qt5-script-5.9.3-1-x86_64.pkg.tar.xz
pacman -U qt5-base-5.9.3-1-x86_64.pkg.tar.xz qt5-script-5.9.3-1-x86_64.pkg.tar.xz

@yuk7
Copy link
Owner

yuk7 commented Dec 31, 2017

I'll close this issue.
Because this problem is due to WSL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants