Yes thank you, that got it built. Unfortunately after installation I get the following
import pysvn Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib/python2.4/site-packages/pysvn/__init__.py", line 96, in ?
raise ImportError, 'pysvn was built against newer (svn, apr, etc.) libraries then the ones installed on this system. %s' % str(e) ImportError: pysvn was built against newer (svn, apr, etc.) libraries then the ones installed on this system. /usr/local/lib/libsvn_ra_local-
1.so.0: undefined symbol: svn_repos_fs_get_locks
Don't quite understand how that can be the case when I built pysvn myself. On Wed, Oct 25, 2006 at 05:24:53PM +0000, Atli Þorbjörnsson wrote: > Can't build pysvn on suse.
> [cut] > I have libgssapi_krb5.so.2 in /usr/lib/ but that doesn't suffice it seems. > Any ideas? >
Do you have the development package (libkrb52-devel or something like it) installed?
|