#2174: ACL/Attr -------------------------+-------------------------------------------------- Reporter: Luca | Owner: [email protected] Type: enhancement | Status: new Priority: normal | Milestone: future Component: BOOK | Version: SVN Severity: normal | Keywords: -------------------------+-------------------------------------------------- Kdelibs-<version>, Samba and other packages support ACL/Attr for file permission Access Control Lists.
ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_2.2.39-1.tar.gz ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_2.4.32-1.tar.gz ACL needs Attr to be installed first. Attr building instructions: {{{ make configure make make install install-lib install-dev }}} Lib64 enabled by default, I disabled it with: {{{ sed -i '[EMAIL PROTECTED]@--enable-lib64=no@' Makefile }}} To turn off debugging asserts and turn on optimizer it is possible to set the following variables before running make configure: OPTIMIZER=-O DEBUG=-DNDEBUG ACL building instructions: {{{ make configure make make install install-lib install-dev }}} Lib64 enabled by default, I disabled it with: {{{ sed -i '[EMAIL PROTECTED]@--enable-lib64=no@' Makefile }}} To turn off debugging asserts and turn on optimizer it is possible to set the following variables before running make configure: OPTIMIZER=-O DEBUG=-DNDEBUG By default ACL and Attr creates symlinks from /usr/lib/libacl{a,la} and /usr/lib/libattr{a,la} to /lib and install lib{acl,attr}.{so,so.1,so.1.1.0} in /lib and symlinks lib{acl,attr}.so from /lib to /usr/lib. -- Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2174> BLFS Trac <http://wiki.linuxfromscratch.org/blfs> Beyond Linux From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
