The p11-kit package Provides a way to load and enumerate PKCS #11 (a Cryptographic Token Interface Standard) modules.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://p11-glue.freedesktop.org/releases/p11-kit-0.12.tar.gz
Download MD5 sum: 66baf7ddde982d1b7294d3bd63be7446
Download size: 520 KB
Estimated disk space required: 6.0 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/p11-kit
Install p11-kit by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc && make
To test the results, issue: make check.
Now, as the root user:
make install
--sysconfdir=/etc: This
parameter creates the pkcs11
directory in /etc instead of
/usr/etc. If you are building this
for a server rather than a desktop, you might prefer to put this in
/var/lib.
Last updated on 2012-03-24 16:52:22 +0000