duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] librsync preinstall requirement?


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] librsync preinstall requirement?
Date: Sun, 21 Sep 2008 06:32:18 -0500
User-agent: Thunderbird 2.0.0.16 (X11/20080724)

Edgar Soldin wrote:
> the website states that
> librsync v0.9.6 or later (librsync Home <http://librsync.sourceforge.net>)
> is an installation requirement.
> 
> I am under the impression that duplicity brings it's own librsync code
> and compiles it. The resulting _librsync.so does not have further
> librsync dependencies.
> :/ # ldd /srv/www/jamoke.net/duplicity-0.5.01cvs/duplicity/_librsync.so
>        linux-gate.so.1 =>  (0xffffe000)
>        libpthread.so.0 => /lib/libpthread.so.0 (0xb7db9000)
>        libc.so.6 => /lib/libc.so.6 (0xb7c8b000)
>        /lib/ld-linux.so.2 (0x80000000)
> 
> Where am I wrong?

Python uses the _librsync.so module strictly to access the system
librsync.so.  Note the '_' at the first.  This module provides the
mapping between Python and C, but none of the logic.

...Ken


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]