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

SATOH Fumiyasu fumiyas at osstech.jp
Tue Jun 25 22:31:40 MDT 2013


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
...

-- 
-- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp)
-- Business Home: http://www.OSSTech.co.jp/
-- GitHub Home: https://GitHub.com/fumiyas/
-- PGP Fingerprint: BBE1 A1C9 525A 292E 6729  CDEC ADC2 9DCA 5E1C CBCA


More information about the samba-technical mailing list