You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Emerson Posadas <to...@gmail.com> on 2007/02/13 00:40:39 UTC

undefined symbol: svn_log_changed_path_dup

What's wrong with the swig-py bindings? i'm getting the following
error messages:

>>> import svn.repos
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/svn-python/svn/repos.py", line 19, in <module>
    from libsvn.repos import *
  File "/usr/local/lib/svn-python/libsvn/repos.py", line 5, in <module>
    import _repos
ImportError: /usr/local/lib/libsvn_swig_py-1.so.0: undefined symbol:
svn_log_changed_path_dup

I'm using:
python 2.5
swig 1.3.31
subversion 1.4.3
Any help would be greatly appreciated.

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org