[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: David Coppit <david_at_coppit.org>
Date: 2004-06-22 20:08:21 CEST

On Tue, 22 Jun 2004, C. Michael Pilato wrote:

> David Coppit <david@coppit.org> writes:
>>
>> 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)?

Sure:

$ ldd /home/f85/coppit/lib/svn-python/libsvn/_client.so
         libswigpy.so => /home/f85/coppit/lib/libswigpy.so (0x40029000)
         libsvn_swig_py-1.so.0 => /home/f85/coppit/lib/libsvn_swig_py-1.so.0 (0x4002d000)
         libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
         libsvn_subr-1.so.0 => /home/f85/coppit/lib/libsvn_subr-1.so.0 (0x4004a000)
         libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x4006b000)
         libdb-4.0.so => /usr/lib/libdb-4.0.so (0x40072000)
         libexpat.so.0 => /usr/lib/libexpat.so.0 (0x4011b000)
         libapr-0.so.0 => /home/f85/coppit/lib/libapr-0.so.0 (0x4013b000)
         librt.so.1 => /lib/tls/librt.so.1 (0x4015a000)
         libm.so.6 => /lib/tls/libm.so.6 (0x4016c000)
         libcrypt.so.1 => /lib/libcrypt.so.1 (0x4018e000)
         libnsl.so.1 => /lib/libnsl.so.1 (0x401bb000)
         libpthread.so.0 => /lib/tls/libpthread.so.0 (0x401d1000)
         libdl.so.2 => /lib/libdl.so.2 (0x401df000)
         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
         libaprutil-0.so.0 => /home/f85/coppit/lib/libaprutil-0.so.0 (0x401e3000)

Dunno if that helps... It looks okay to me.

Thanks,
David

_____________________________________________________________________
David Coppit david@coppit.org
The College of William and Mary http://coppit.org/

"Use 'logout' to leave this shell" -- You know what I want. Just do it!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 22 20:09:58 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.