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.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.10/gnome-keyring-3.10.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.10/gnome-keyring-3.10.1.tar.xz
Download MD5 sum: a0fedbeb11a654975abed45865d3f82d
Download size: 1.1 MB
Estimated disk space required: 140 MB
Estimated build time: 0.6 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-keyring
Install GNOME Keyring by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --with-pam-dir=/lib/security && make
To test the results, issue make check.
Now, as the root
user:
make install
--with-pam-dir=/lib/security
: This
switch specifies where the PAM module will be installed.
Last updated on 2014-02-22 07:06:53 -0800