oakes/Paravim

[Solved] UnsatisfiedLinkError on Arch Linux

oakes opened this issue · 1 comments

oakes commented

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 commented

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