← Back to team overview

duplicity-team team mailing list archive

Re: [Question #265025]: Install to FreeNAS

 

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

    Status: Answered => Solved

A.M. confirmed that the question is solved:
Okay I fixed it. The problem was  that the build script did not tell the
compiler to add /usr/local/include to its include path, so the header
from librsync wasn't found (thanks to cbreak from FreeNAS for this).

I fixed it by using this command:

setenv CFLAGS -I/usr/local/include

Make sure your "librsync.h" is in /usr/local/include/. You can search
with:

find / -name "librsync.h"

to verify. then just install it.

-- 
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.


References