Keyutils

From CBLFS
Jump to navigationJump to search
Download Source: http://people.redhat.com/~dhowells/keyutils/keyutils-1.5.5.tar.bz2

Introduction to Keyutils

The Keyutils package contains the userspace tools necessary to use the kernel's request-key abilities. request-key is a service for performing functions such as ID mapping and DNS lookups for kernel-space servers/clients.

Project Homepage: Unknown

Dependencies

None.

Non-Multilib

Compile the package:

make

Install the package:

make install

Multiib

32Bit

Compile the package:

make BUILDFOR=32-bit

Install the package:

make BUILDFOR=32-bit install

64Bit

Compile the package:

make BUILDFOR=64-bit

Install the package:

make BUILDFOR=64-bit install