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.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.8/gnome-keyring-3.8.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.8/gnome-keyring-3.8.2.tar.xz
Download MD5 sum: 7ba61e86f447584d2408bb95c34bbdb6
Download size: 1.1 MB
Estimated disk space required: 140 MB
Estimated build time: 0.5 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 2013-09-03 08:50:35 -0700