Difference between revisions of "Acl"

From CBLFS
Jump to navigationJump to search
 
(19 intermediate revisions by 11 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_2.2.39-1.tar.gz
+
| http://download.savannah.gnu.org/releases-noredirect/acl/acl-{{Acl-Version}}.src.tar.gz
 
|}
 
|}
  
 
----
 
----
 +
 +
{{Package-Introduction|Access control lists implement a more fine-grained permission model: In addition to the file owner, the file group, and others, additional users and groups can be granted or denied access.|http://acl.bestbits.at/}}
 +
 +
Without this package you will get this Message while installing KDELibs:
 +
 +
libacl was not found. Without that library, you will not be able
 +
to manage access control lists on file systems that support them,
 +
such as ext3 or reiserfs.
 +
 +
To enable ACL/XATTR support you must recompile coreutils.
  
 
== Dependencies ==
 
== Dependencies ==
Line 11: Line 21:
 
=== Required ===
 
=== Required ===
 
* [[Attr]]
 
* [[Attr]]
 +
 +
== Configuration Information ==
 +
 +
{{Note|Acl uses ''DIST_ROOT'' rather than the ''DESTDIR'' variable.}}
  
 
== Non-Multilib ==
 
== Non-Multilib ==
Line 16: Line 30:
 
Compile the package:
 
Compile the package:
  
  make
+
./configure --prefix=/ --exec-prefix=/ --sbindir=/sbin \
 +
  --bindir=/usr/sbin --libdir=/lib --libexecdir=/usr/lib --includedir=/usr/include \
 +
  --mandir=/usr/share/man --datadir=/usr/share &&
 +
  make DEBUG=-DNDEBUG LIBTOOL="$PWD/libtool"
  
 
Install the package
 
Install the package
  
  make install install-dev install-lib
+
  make LIBTOOL=$PWD/libtool install install-dev install-lib &&
 +
chmod -v 755 /lib/libacl.so.1.1.0
  
 
== Multilib ==
 
== Multilib ==
  
 
=== 32Bit ===
 
=== 32Bit ===
 
Create a libtool:
 
 
sed -i "/AC_MULTILIB/i\AC_PROG_LIBTOOL" configure.in &&
 
aclocal -I m4 &&
 
autoconf &&
 
libtoolize
 
  
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILD32}" ./configure --prefix=/ --exec-prefix=/ \
+
  CC="gcc ${BUILD32}" ./configure --prefix=/ --exec-prefix=/ --sbindir=/sbin \
    --sbindir=/bin --bindir=/usr/bin --libdir=/lib \
+
  --bindir=/usr/sbin --libdir=/lib --libexecdir=/usr/lib --includedir=/usr/include \
    --libexecdir=/usr/lib --includedir=/usr/include \
+
  --mandir=/usr/share/man --datadir=/usr/share &&
    --mandir=/usr/share/man --datadir=/usr/share &&
+
  make DEBUG=-DNDEBUG LIBTOOL="$PWD/libtool"
  make top_builddir=$PWD
 
  
Install the package:
+
Install the package
  
  make top_builddir=$PWD install install-dev install-lib
+
  make LIBTOOL=$PWD/libtool install install-dev install-lib &&
 +
chmod -v 755 /lib/libacl.so.1.1.0
  
 
=== N32 ===
 
=== N32 ===
  
Create a libtool:
+
Compile the package:
 +
 
 +
CC="gcc ${BUILDN32}" ./configure --prefix=/ --exec-prefix=/ --sbindir=/sbin \
 +
  --bindir=/usr/sbin --libdir=/lib32 --libexecdir=/usr/lib32 --includedir=/usr/include \
 +
  --mandir=/usr/share/man --datadir=/usr/share &&
 +
make DEBUG=-DNDEBUG LIBTOOL="$PWD/libtool"
  
sed -i "/AC_MULTILIB/i\AC_PROG_LIBTOOL" configure.in &&
+
Install the package
aclocal -I m4 &&
 
autoconf &&
 
libtoolize
 
  
Compile the package:
+
make LIBTOOL=$PWD/libtool install install-dev install-lib &&
 +
chmod -v 755 /lib32/libacl.so.1.1.0
  
CC="gcc ${BUILDN32}" ./configure --prefix=/ --exec-prefix=/ \
+
=== 64Bit ===
    --sbindir=/bin --bindir=/usr/bin --libdir=/lib32 \
 
    --libexecdir=/usr/lib32 --includedir=/usr/include \
 
    --mandir=/usr/share/man --datadir=/usr/share &&
 
make top_builddir=$PWD
 
  
Install the package:
+
Compile the package:
  
  make top_builddir=$PWD install install-dev install-lib
+
CC="gcc ${BUILD64}" ./configure --prefix=/ --exec-prefix=/ --sbindir=/sbin \
 +
  --bindir=/usr/sbin --libdir=/lib64 --libexecdir=/usr/lib64 --includedir=/usr/include \
 +
  --mandir=/usr/share/man --datadir=/usr/share &&
 +
  make DEBUG=-DNDEBUG LIBTOOL="$PWD/libtool"
  
=== 64Bit ===
+
Install the package
  
Create a libtool:
+
make LIBTOOL=$PWD/libtool install install-dev install-lib &&
 +
chmod -v 755 /lib64/libacl.so.1.1.0
  
sed -i "/AC_MULTILIB/i\AC_PROG_LIBTOOL" configure.in &&
+
= Contents =
aclocal -I m4 &&
 
autoconf &&
 
libtoolize
 
  
Compile the package:
+
{| style="text-align: left;"
 +
|-
 +
! Installed Programs:
 +
| ???
 +
|-
 +
! Installed Libraries:
 +
| ???
 +
|-
 +
! Installed Directory:
 +
| ???
 +
|}
  
CC="gcc ${BUILD64}" ./configure --prefix=/ --exec-prefix=/ \
+
=== Short Descriptions ===
    --sbindir=/bin --bindir=/usr/bin --libdir=/lib64 \
 
    --libexecdir=/usr/lib64 --includedir=/usr/include \
 
    --mandir=/usr/share/man --datadir=/usr/share &&
 
make top_builddir=$PWD
 
  
Install the package:
+
{| style="text-align: left;"
 +
|-
 +
! program1
 +
| ???
 +
|-
 +
! program2
 +
| ???
 +
|}
  
make top_builddir=$PWD install install-dev install-lib
+
[[Category:General Libs]]

Latest revision as of 14:04, 17 February 2013

Download Source: http://download.savannah.gnu.org/releases-noredirect/acl/acl-2.2.51.src.tar.gz

Introduction to Acl

Access control lists implement a more fine-grained permission model: In addition to the file owner, the file group, and others, additional users and groups can be granted or denied access.

Project Homepage: http://acl.bestbits.at/

Without this package you will get this Message while installing KDELibs:

libacl was not found. Without that library, you will not be able
to manage access control lists on file systems that support them,
such as ext3 or reiserfs.

To enable ACL/XATTR support you must recompile coreutils.

Dependencies

Required

Configuration Information

Caution.png

Note

Acl uses DIST_ROOT rather than the DESTDIR variable.

Non-Multilib

Compile the package:

./configure --prefix=/ --exec-prefix=/ --sbindir=/sbin \
  --bindir=/usr/sbin --libdir=/lib --libexecdir=/usr/lib --includedir=/usr/include \
  --mandir=/usr/share/man --datadir=/usr/share &&
make DEBUG=-DNDEBUG LIBTOOL="$PWD/libtool"

Install the package

make LIBTOOL=$PWD/libtool install install-dev install-lib &&
chmod -v 755 /lib/libacl.so.1.1.0

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/ --exec-prefix=/ --sbindir=/sbin \
  --bindir=/usr/sbin --libdir=/lib --libexecdir=/usr/lib --includedir=/usr/include \
  --mandir=/usr/share/man --datadir=/usr/share &&
make DEBUG=-DNDEBUG LIBTOOL="$PWD/libtool"

Install the package

make LIBTOOL=$PWD/libtool install install-dev install-lib &&
chmod -v 755 /lib/libacl.so.1.1.0

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=/ --exec-prefix=/ --sbindir=/sbin \
  --bindir=/usr/sbin --libdir=/lib32 --libexecdir=/usr/lib32 --includedir=/usr/include \
  --mandir=/usr/share/man --datadir=/usr/share &&
make DEBUG=-DNDEBUG LIBTOOL="$PWD/libtool"

Install the package

make LIBTOOL=$PWD/libtool install install-dev install-lib &&
chmod -v 755 /lib32/libacl.so.1.1.0

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/ --exec-prefix=/ --sbindir=/sbin \
  --bindir=/usr/sbin --libdir=/lib64 --libexecdir=/usr/lib64 --includedir=/usr/include \
  --mandir=/usr/share/man --datadir=/usr/share &&
make DEBUG=-DNDEBUG LIBTOOL="$PWD/libtool"

Install the package

make LIBTOOL=$PWD/libtool install install-dev install-lib &&
chmod -v 755 /lib64/libacl.so.1.1.0

Contents

Installed Programs: ???
Installed Libraries: ???
Installed Directory: ???

Short Descriptions

program1 ???
program2 ???