| www.delorie.com/archives/browse.cgi | search |
On Sun, 19 Feb 2017, Richard Rasker (rasker AT linetec DOT nl) [via
geda-user AT delorie DOT com] wrote:
> Traceback (most recent call last):
> File "/usr/bin/gnetlist2", line 46, in <module>
> import xorn.guile
> ImportError: /usr/lib/python2.7/dist-packages/xorn/guilemodule.so:
> undefined symbol: scm_is_exact_integer
This symbol should have been found in libguile-2.0.so.*. Either the
library hasn't been loaded correctly, or you have an incompatible version
of Guile.
Which version(s) of Guile do you have installed?
$ dpkg -l | grep guile
Does guilemodule.so correctly reference the Guile shared library?
$ ldd /usr/lib/python2.7/dist-packages/xorn/guilemodule.so | grep guile
Does your version of Guile export the symbol scm_is_exact_integer?
$ nm -D /usr/lib/x86_64-linux-gnu/libguile-2.0.so.22 | grep scm_is_exact_integer
(If the second command returned a different path, please change the third
command accordingly.)
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |