duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Symbol not found: _rs_file_copy_cb on Mac OS X 10.6


From: Henrik Olsen
Subject: [Duplicity-talk] Symbol not found: _rs_file_copy_cb on Mac OS X 10.6
Date: Mon, 15 Mar 2010 08:59:40 +0100

Running a clean install of Mac OS X 10.6 with Python 2.6.

Using

./configure CC="gcc -arch i386"

for all dependencies (as needed for gnugpg according to 
http://macgpg.sourceforge.net/), and having used

CFLAGS="-arch i386 "
python setup.py –librsync-dir=/usr/local build
python setup.py install –prefix=/usr/local
export PYTHONPATH='/usr/local/lib/python2.6/site-packages/'

for the final duplicity install (to get it in /usr/local), I got an apparently 
clean install.

But... Running a simple version check gives this 

duplicity -V
Traceback (most recent call last):
File "/usr/local/bin/duplicity", line 41, in
from duplicity import collections
File "/usr/local/lib/python2.6/site-packages/duplicity/collections.py", line 
29, in
from duplicity import path
File "/usr/local/lib/python2.6/site-packages/duplicity/path.py", line 36, in
from duplicity import librsync
File "/usr/local/lib/python2.6/site-packages/duplicity/librsync.py", line 29, in
import _librsync
ImportError: 
dlopen(/usr/local/lib/python2.6/site-packages/duplicity/_librsync.so, 2): 
Symbol not found: _rs_file_copy_cb
Referenced from: /usr/local/lib/python2.6/site-packages/duplicity/_librsync.so
Expected in: flat namespace
in /usr/local/lib/python2.6/site-packages/duplicity/_librsync.so

Googling _rs_file_copy_cb only finds one entry, suggesting using Python 2.6 
instead of Python 2.5 (already using 2.6). Any ideas/similar experience?

/Henrik



reply via email to

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