Document libcap, libacl in INSTALL

This commit is contained in:
Panu Matilainen 2009-03-06 13:43:17 +02:00
parent 095e1ba71d
commit e9cc481202
1 changed files with 10 additions and 2 deletions

12
INSTALL
View File

@ -80,19 +80,27 @@ to configure and libselinux development environment installed. SELinux
is available from is available from
http://www.nsa.gov/selinux/ http://www.nsa.gov/selinux/
It may be desired to install bzip2, gzip, and lzma so that RPM can use these It may be desired to install bzip2, gzip, and xz/lzma so that RPM can use these
formats. Gzip is necessary to build packages that contain compressed formats. Gzip is necessary to build packages that contain compressed
tar balls, these are quite common on the Internet. tar balls, these are quite common on the Internet.
These are availible from These are availible from
http://www.gzip.org http://www.gzip.org
http://www.bzip.org http://www.bzip.org
http://tukaani.org/lzma/ http://tukaani.org/xz/
If you want to build the Python bindings to RPM library, it can be enabled If you want to build the Python bindings to RPM library, it can be enabled
with --enable-python option to configure. You'll need to have Python (>= 2.3) with --enable-python option to configure. You'll need to have Python (>= 2.3)
runtime and C API development environment installed, this is available from runtime and C API development environment installed, this is available from
http://www.python.org/ http://www.python.org/
To enable POSIX.1e draft 15 file capabilities support, configure with
--with-cap. You'll also need recent libcap, available from:
http://ftp.kernel.org/pub/linux/libs/security/linux-privs/libcap2/
To enable POSIX 1003.1e draft 17 ACL verification support, configure with
--with-acl. You'll also need the ACL library, available from:
ftp://oss.sgi.com/projects/xfs/cmd_tars/
For best results you should compile with GCC and GNU Make. Users have For best results you should compile with GCC and GNU Make. Users have
reported difficulty with other build tools (any patches to lift these reported difficulty with other build tools (any patches to lift these
dependencies are welcome). Both GCC and GNU Make available from dependencies are welcome). Both GCC and GNU Make available from