gnome-keyring-3.4.1

Introduction to GNOME Keyring

The GNOME Keyring package contains a daemon that keeps passwords and other secrets for users.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

GNOME Keyring Dependencies

Required

D-BUS-1.4.20 and gcr-3.4.1

Recommended

Optional

Valgrind

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-keyring

Installation of GNOME Keyring

Install GNOME Keyring by running the following commands:

./configure --prefix=/usr \
            --sysconfdir=/etc \
            --with-pam-dir=/lib/security \
            --with-root-certs=/etc/ssl/certs &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--with-pam-dir=/lib/security: This parameter specifies where the pam modules will be installed: you can omit this if you have not installed Linux-PAM.

--with-root-certs=/etc/ssl/certs: This parameter specifies where the trusted root certificates are located.

Contents

Installed Programs: gnome-keyring, gnome-keyring-3 and gnome-keyring-daemon
Installed Libraries: gnome-keyring-pkcs11.so and pam_gnome_keyring.so
Installed Directory: /usr/lib/gnome-keyring/devel

Short Descriptions

gnome-keyring-daemon

is a session daemon that keeps passwords for users.

Last updated on 2012-05-16 16:39:28 +0000