duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] librsync preinstall requirement?


From: Edgar Soldin
Subject: [Duplicity-talk] librsync preinstall requirement?
Date: Sun, 21 Sep 2008 13:20:27 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.0

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?

regards ede

--
public class WhoDidIt{ // A comment. I love comments private static Person sender;

 public static void main (String[] foo){

 sender = new Person();
 sender.setName(new String[]{"Edgar", "Soldin"});

 Address address = new Address();
 address.setStreet("Stadtweg 119");
 address.setZip(39116);
 address.setCity("Magdeburg");
 address.setCountry("Germany");

 sender.setAddress(address);

 sender.setMobilePhone(" +49(0)171-2782880 ");
 sender.setWebSiteUrl(" http://www.soldin.de ");
 sender.setEmail(" address@hidden ");
 sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
 sender.setGender(true);

 System.out.println(sender.toString());
 }
}





reply via email to

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