← Back to team overview

duplicity-team team mailing list archive

Re: [Question #684523]: ImportError: librsync.so.1: cannot open shared object file

 

Question #684523 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/684523

    Status: Open => Answered

Kenneth Loafman proposed the following answer:
librsync.so will not show up on ldconfig.  It's compiled into the
duplicity directory during install using setup.py.  It specifically does
not follow normal naming conventions, it's only 'librsync.so'.  it looks
like it was compiled into the venv.  Check the directory
"/home/ashish/projects/duplicity-0.8.04/duplicity".  There should be a
librsync.so file in there.

You might want to run ./setup.py in
"/home/ashish/projects/duplicity-0.8.04" to set things up.

-- 
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.