What package do I need to install on Debian to get /usr/include/sys/acl.h?

Christian PERRIER bubulle at debian.org
Tue Jun 25 23:16:09 MDT 2013


Quoting SATOH Fumiyasu (fumiyas at osstech.jp):
> At Tue, 25 Jun 2013 21:18:02 -0700,
> Richard Sharpe wrote:
> > I am trying to get Samba to build properly on a Debian system, but it
> > does not want to find POSIX_ACL support, and that seems to be because
> > /usr/include/sys/acl.h is missing.
> > 
> > What package do I need to get that file?
> 
> $ sudo apt-get install apt-file
> ...
> $ apt-file update
> ...
> $ apt-file search /usr/include/sys/acl.h
> libacl1-dev: /usr/include/sys/acl.h
> $ apt-file list libacl1-dev
> ...
> $ sudo apt-get install libacl1-dev
> ...

Doh, you teached me something, with apt-file, thank you. I'm alaways
using http://packages.debian.org (that has such search implemented).

We have so many such useful utilities in Debian that even long-time
contributors don't know about all of them..:-)




More information about the samba-technical mailing list