Displaying 1 result from an estimated 1 matches for "026856".
Did you mean:
26856
2014 May 05
1
configure issue when libattr is in a non-standard location?
...After some Googling, I found a similar e-mail on the Samba-Technical
mailing list from February 2003 with no answer where you needed to force
the libattr library inclusion in compilation by adding LIBS=-lattr to the
configure line
(https://lists.samba.org/archive/samba-technical/2003-February/026856.html)
Once added, configure found libacl and was able to compile ACL support in
(verified through running "rsync --version").
My question, is this an issue in Rsync's configure script where "-lattr"
should be set approriately to detect and use libacl during make? I wante...