[SOLVED] KiCAD / libgit2 broken after update.
by arfon from LinuxQuestions.org on (#6PHBF)
Updated Slackware and KiCAD started giving me:
Code:kicad: error while loading shared libraries: libgit2.so.1.0: cannot open shared object file: No such file or directory
My fix was:
Code:ln -s /usr/lib64/libgit2.so /usr/lib64/libgit2.so.1.0
Code:kicad: error while loading shared libraries: libgit2.so.1.0: cannot open shared object file: No such file or directory
My fix was:
Code:ln -s /usr/lib64/libgit2.so /usr/lib64/libgit2.so.1.0