[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 21:15:16 CEST

David Coppit <david@coppit.org> writes:

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

Interesting. So _client.so isn't even linking with libsvn_wc-1.so.0.
Is libsvn_swig_py-1.so doing so, by any chance?

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