[Samba] samba & acl & xfs

David Lukastik david.lukastik at svkuh.cz
Wed Aug 14 03:24:01 GMT 2002


> On Wednesday 14 August 2002 12:21, Antonio Nikolic wrote:
> 
> >   checking for _acl... no
> >   checking for __acl... no
> >   checking for _facl... no
> >   checking for __facl... no
> >   [..]
> >   checking whether to support ACLs... checking for acl_get_file in -lacl...
> > no checking for ACL support... no
> 
> This is exactly the same problem Stephan Pfeiffer mentioned here yesterday. 
> Seems like a bigger issue.
> 
> Cheers, Kai
Hi,

I had the same problem.
I solved this (XFS+ACL+Samba) problem.

I add -lattr into configure script.
Find all "LIBS= -lacl" and replace "LIBS= -lacl $LIBS" by "LIBS= -lacl
-lattr $LIBS" 

After adding configure writes:
checking for ACL support... yes
Using Posix ACLs.

I don't know why -lattr was removed from configure script. :o(

David

-- 
David Lukastik <david.lukastik at svkuh.cz>




More information about the samba mailing list