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

Re: Need help installing Python bindings

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-06-22 19:13:37 CEST

David Coppit <david@coppit.org> writes:

> Here's the problem:
>
> $ python -c "from svn import client"
> Traceback (most recent call last):
> File "<string>", line 1, in ?
> File "/home/f85/coppit/lib/svn-python/svn/client.py", line 17, in ?
> from libsvn.client import *
> File "/home/f85/coppit/lib/svn-python/libsvn/client.py", line 4, in ?
> import _client
> ImportError: /home/f85/coppit/lib/svn-python/libsvn/_client.so: undefined symbol: svn_wc_add

Can you run ldd on /home/f85/coppit/lib/svn-python/libsvn/_client.so
and check which libraries it thinks it needs (and which are missing)?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 22 19:14:41 2004

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.