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

svnshell: ImportError: /usr/lib/libsvn_fs_base-1.so.0: undefined symbol: svn_txdelta_window_dup

From: Mario Amaro <MAmaro_at_colbun.cl>
Date: 2006-02-08 20:12:05 CET

I have the following stuff installed on redhat linux 9.0

$ rpm -qa | grep -i subversion
subversion-python-1.3.0-1
subversion-perl-1.3.0-1
subversion-tools-1.3.0-1
subversion-1.3.0-1

I also have installed swig-1.3.19-1.1, but this is what I get when I
type svnshell

$ svnshell
Traceback (most recent call last):
  File "/usr/local/bin/svnshell", line 25, in ?
    from svn import fs, core, repos
  File "/usr/local/lib/svn-python/svn/fs.py", line 28, in ?
    import libsvn.fs
  File "/usr/local/lib/svn-python/libsvn/fs.py", line 4, in ?
    import _fs
ImportError: /usr/lib/libsvn_fs_base-1.so.0: undefined symbol:
svn_txdelta_window_dup

What am I missing?

Regards,

Mario

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 8 19:10:16 2006

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

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