I wrote:
> I want to use rdiff-backup on a dual Xeon with Suse 9.2. ....
> So I searched the wiki page for fPIC and found it under
> the Solaris instructions.
>
> (4) So I tried to rebuild librsync:
> (a) make clean
> (b) make AM_CFLAGS=3D-fPIC
It appears that there is a typo on the wiki page. I think it should say:
make AM_CFLAGS=-fPIC
With that change, librsync compiles and rdiff-backup builds. So I think
the instructions for Suse 9.2 should also mention that this flag is needed.
When I run rdiff-backup, it says:
Traceback (most recent call last):
File "/usr/local/bin/rdiff-backup", line 20, in ?
import rdiff_backup.Main
ImportError: No module named rdiff_backup.Main
So I guess there's something else wrong but I haven't investigated that yet.
Oh well,
Dave
_______________________________________________
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