Difference between revisions of "Keyutils"

From CBLFS
Jump to navigationJump to search
(Begun the Keyutils page)
 
(Completed the page)
 
Line 4: Line 4:
 
| http://people.redhat.com/~dhowells/keyutils/keyutils-{{Keyutils-Version}}.tar.bz2
 
| http://people.redhat.com/~dhowells/keyutils/keyutils-{{Keyutils-Version}}.tar.bz2
 
|}
 
|}
1.5.5
 
  
 
----
 
----
  
 
{{Package-Introduction|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.}}
 
{{Package-Introduction|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.}}
 +
 +
== 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

Latest revision as of 14:14, 9 July 2013

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