OK, I think I've fixed this now.Previously I was using the librsync 0.9.7 package from www.sunfreeware.com. I tried de-installing this, and then compiling librsync afresh with --enable-shared configure options, and now rdiff- backup builds and installs just fine.
However now for some reason it won't find the librsync.so.1 unless I add /usr/local/lib/ to my LD_LIBRARY_PATH. Is there a way to fix this?
Thank you Jesse On 24/06/2006, at 8:39, Jesse Reynolds wrote:
Thanks AndrewI'm trying again now with a slightly different setup. I have librsync 0.9.7 installed under /usr/local, eg:/usr/local/include/librsync-config.h /usr/local/include/librsync.h /usr/local/lib/librsync.a /usr/local/lib/librsync.la /usr/local/lib/librsync.so.1 /usr/local/lib/librsync.so.1.0.2 Python is version 2.4.2, at: /usr/local/bin/python Now when I try and run: python setup.py --librsync-dir=/usr/local buildThe third call to gcc returns a large amount of remainint relocations against allocatable but non-wriable sections. What does this mean?gcc -shared build/temp.solaris-2.10-i86pc-2.4/_librsyncmodule.o -L/ usr/local/lib -lrsync -o build/lib.solaris-2.10-i86pc-2.4/ rdiff_backup/_librsync.soText relocation remains referenced against symbol offset in file<unknown> 0xb /usr/local/lib/ librsync.a(buf.o) <unknown> 0x23 /usr/local/lib/ librsync.a(buf.o) <unknown> 0xb5 /usr/local/lib/ librsync.a(buf.o) <unknown> 0xba /usr/local/lib/ librsync.a(buf.o) <unknown> 0xd9 /usr/local/lib/ librsync.a(buf.o)... snip ...rs_mdfour_result 0xa98 /usr/local/lib/ librsync.a(mdfour.o) ld: fatal: relocations remain against allocatable but non-writable sectionscollect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1
Jesse Reynolds [EMAIL PROTECTED] Virtual Artists Pty Ltd - 08 8223 2288 - http://www.va.com.au/
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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
