Failed to load shared library '/usr/local/bin/_eeschema.kiface':/usr/local/lib/libngspice.so.0:undefined symbol: cvprod
I'v built from 6.0.8 source code.
i have also got the ngspice ver 37 source built and installed.
(i did ver 36 prior)
i'v done the
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib64:/usr/local/lib"
so riddle me this...
$ nm /usr/local/lib/libngspice.so.0|grep cvprod
U cvprod
$ ls -l /usr/local/lib/libngspice*
-rwxr-xr-x 1 root root 956 Jun 9 12:09 /usr/local/lib/
libngspice.lalrwxrwxrwx 1 root root 19 Jun 9 12:09 /usr/local/lib/libngspice.so -> libngspice.so.0.0.4
lrwxrwxrwx 1 root root 19 Jun 9 12:09 /usr/local/lib/libngspice.so.0 -> libngspice.so.0.0.4
-rwxr-xr-x 1 root root 28032744 Jun 9 12:09 /usr/local/lib/libngspice.so.0.0.4
i'm a bit stumped atm with why?
oh the pcbeditor is working fine.