RudySC wrote: > I already had the 64-bit libsrync. But I had a new problem installing > the rdiff app itself. Here's the error I encountered: > > python setup.py install > running install > running build > running build_py > running build_ext > building 'rdiff_backup._librsync' extension > gcc -pthread -shared build/temp.linux-x86_64-2.3/_librsyncmodule.o - > lrsync -o build/lib.linux-x86_64-2.3/rdiff_backup/_librsync.so > /usr/bin/ld: cannot find -lrsync
The linker can't find librsync.so Where did you install it? It needs to be in /lib, /usr/lib, or one of the directories listed in /etc/ld.so.conf Also, try running /sbin/ldconfig to re-cache your libraries. Andrew -- Andrew Ferguson - [EMAIL PROTECTED] _______________________________________________ rdiff-backup-users mailing list at [email protected] http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
