I am trying to install KiCAD (schematic and board editor).
My issue is that when I try to start the program I get the following error:
Code:
kicad: error while loading shared libraries: libwx_gtk2u_gl-3.1.so.1: cannot open shared object file: No such file or directory
However when I go to /usr/local/lib I can find that exact file with find:
Code:
$> find -name "libwx_gtk2u_gl*"
./libwx_gtk2u_gl-3.1.so.1.0.0
./libwx_gtk2u_gl-3.1.so
./libwx_gtk2u_gl-3.1.so.1
I am on Slackware current and this is how I installed everything:
Kicad is dependent on wxGTK3 and libgnomeprintui. I installed wxGTK3, libgnomeprintui, and their dependencies from slackbuilds. I had issues building libgnomeprint but found it was an issue with when it was building the docs so I built and installed gtk-doc and it seemed to install without errors after that, it said it installed successfully.
I realize that KiCAD might not be the most popular application to install but I wasn't sure if anyone has run into similar issues with shared libraries.
Thanks for any tips and pointers, I'm still a bit new to Slackware.
I am asking for help and not trying a lot of things because it takes a few hours to build KiCAD so I figured I would ask for help before trying to much else.