Thanks! Problem solved.

On Sun, Sep 28, 2008 at 6:37 PM, Alexander Hansen
<[EMAIL PROTECTED]> wrote:
>
> On Sep 28, 2008, at 9:24 PM, Jason Novak wrote:
>
>> Hi, I cannot run rdiff-backup on OS X 10.5.5 and Fink 0.9.0.
>>
>> I seem to have a different major version of libintl than librsync
>> expects. Any ideas?
>>
>> Thanks,
>> - Jason
>>
>> % rdiff-backup
>> Traceback (most recent call last):
>>  File "/sw/bin/rdiff-backup", line 20, in ?
>>   import rdiff_backup.Main
>>  File "/sw/lib/python2.4/site-packages/rdiff_backup/Main.py", line 25, in
>> ?
>>   import Globals, Time, SetConnections, selection, robust, rpath, \
>>  File "/sw/lib/python2.4/site-packages/rdiff_backup/SetConnections.py",
>> line 30, in ?
>>   import Globals, connection, rpath
>>  File "/sw/lib/python2.4/site-packages/rdiff_backup/connection.py",
>> line 534, in ?
>>   import Globals, Time, Rdiff, Hardlink, FilenameMapping, C, Security, \
>>  File "/sw/lib/python2.4/site-packages/rdiff_backup/Rdiff.py", line 22, in
>> ?
>>   import os, librsync
>>  File "/sw/lib/python2.4/site-packages/rdiff_backup/librsync.py", line 27,
>> in ?
>>   import _librsync, types, array
>> ImportError: Failure linking new module:
>> /sw/lib/python2.4/site-packages/rdiff_backup/_librsync.so: Library not
>> loaded: /sw/lib/libintl.1.dylib
>>  Referenced from: /sw/lib/librsync.1.dylib
>>  Reason: image not found
>> % uname -a; ls -l /sw/lib/libintl.*
>> Darwin macbook.local 9.5.0 Darwin Kernel Version 9.5.0: Wed Sep  3
>> 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386 i386
>> -rw-r--r--  1 root  admin   56384 Jun 26 13:50 /sw/lib/libintl.3.4.3.dylib
>> lrwxr-xr-x  1 root  admin      19 Sep 28 18:05 /sw/lib/libintl.3.dylib
>> -> libintl.3.4.3.dylib
>> -rw-r--r--  1 root  admin  184000 Jun 26 13:50 /sw/lib/libintl.a
>> lrwxr-xr-x  1 root  admin      19 Sep 28 18:05 /sw/lib/libintl.dylib
>> -> libintl.3.4.3.dylib
>> -rw-r--r--  1 root  admin     831 Jun 26 13:50 /sw/lib/libintl.la
>>
>
> It looks like's a missing dependency on "gettext".  Install that.
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to