Skip to content
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

[Solved] UnsatisfiedLinkError on Arch Linux #5

Open
oakes opened this issue Sep 17, 2019 · 1 comment
Open

[Solved] UnsatisfiedLinkError on Arch Linux #5

oakes opened this issue Sep 17, 2019 · 1 comment

Comments

@oakes
Copy link
Owner

oakes commented Sep 17, 2019

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:

sudo ln -s /usr/lib/libtinfo.so.6 /usr/lib/libtinfo.so.5
@ca-d
Copy link

ca-d commented Oct 9, 2019

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)

on Arch Linux

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

No branches or pull requests

2 participants