MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« LibXCrypt 32-bit HOME LibCap-NG 32-bit »

libcap-ng 64-bit

Name: libcap-ng 64-bit
Summary: An alternate POSIX capabilities library
License: GPL v2/LGPL v2.1
Version: 0.8.5
URL: https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.8.5.tar.gz

Average Build Time: less than 0.1 SBU
Used Install Space: 384 KiB

Configuration

To configure libxcrypt 64-bit for install into the build root, run the following command:

./configure --prefix=/usr           \
            --libdir=/usr/lib64     \
            --libexecdir=/usr/lib64 \
            --disable-static

Compilation and Installation

To compile libxcrypt 64-bit, run the following command:

make

Next, run the test suite:

make check

Finally, to install libxcrypt 64-bit into the build tree, run the following commands:

make install
rm -fv /usr/lib64/libcap-ng.la
rm -fv /usr/lib64/libdrop_ambient.la

NOTE: Do not delete the unpacked sources after build.

Contents

Contents  
Installed Programs captest, filecap, netcap, and pscap
Installed Libraries libcap-ng.so and libdrop_ambient.so
Navigation    
« LibXCrypt 32-bit HOME LibCap-NG 32-bit »