[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: undefined symbol: svn_log_changed_path_dup

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-02-20 23:36:48 CET

On Sat, 17 Feb 2007, Emerson Posadas wrote:

> As posted here:
> http://svn.haxx.se/users/archive-2007-02/0559.shtml
> I'm having some troubles importing the svn.repos into python and i
> haven't found any solutions to this issue.

This list pertains to development of Subversion itself. Please keep
this type of question on the users mailing list.

From your original message:

>>> 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

svn_log_changed_path_dup() is defined in the libsvn_subr module, which
libsvn_swig_py must be linked against. Make sure libsvn_subr is
available to Python at runtime (e.g. in LD_LIBRARY_PATH).

  • application/pgp-signature attachment: stored
Received on Tue Feb 20 23:37:01 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.