Closed shanemmattner closed 2 years ago
Have you tried creating some links to the shared libraries as in this thread?
After creating the appropriate symbolic link I was able to run the example until this issue blocked the file from running.
Here's the command for anyone running Fedora 36
[shanemattner@fedora-1 lib64]$ sudo ln -s libngspice.so.0.0.4 libngspice.so
[shanemattner@fedora-1 lib64]$ ls -l | grep ngspice
lrwxrwxrwx. 1 root root 19 Aug 6 18:21 libngspice.so -> libngspice.so.0.0.4
lrwxrwxrwx. 1 root root 19 May 20 00:31 libngspice.so.0 -> libngspice.so.0.0.4
-rwxr-xr-x. 1 root root 10464656 May 20 00:45 libngspice.so.0.0.4
drwxr-xr-x. 1 root root 120 Aug 4 19:48 ngspice
Running the first SKiDL simulation example
sim = circ.simulator()
results in the error:To Reproduce Steps to reproduce the behavior:
Expected behavior Simulation should run like example
Screenshots I followed this thread about the problem and confirmed that
ngspice
is installedResults in:
Desktop (please complete the following information):
Additional context Add any other context about the problem here.