We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As we discussed in this reddit thread, Arch doesn't seem to have libtinfo.so.5 but an easy solution is to symlink the newer one to it:
libtinfo.so.5
sudo ln -s /usr/lib/libtinfo.so.6 /usr/lib/libtinfo.so.5
The text was updated successfully, but these errors were encountered:
Thank you very much, for me this solved the error
Execution error (UnsatisfiedLinkError) at org.lwjgl.system.linux.LinuxLibrary/loadLibrary (LinuxLibrary.java:32). Failed to dynamically load library: /tmp/lwjglch/3.2.3-build-13/libvim.so(error = null)
Execution error (UnsatisfiedLinkError) at org.lwjgl.system.linux.LinuxLibrary/loadLibrary (LinuxLibrary.java:32).
Failed to dynamically load library: /tmp/lwjglch/3.2.3-build-13/libvim.so(error = null)
on Arch Linux
Sorry, something went wrong.
No branches or pull requests
As we discussed in this reddit thread, Arch doesn't seem to have
libtinfo.so.5
but an easy solution is to symlink the newer one to it:The text was updated successfully, but these errors were encountered: