FYI I installed these in order: subversion unzip docbook-dtd docbook-xsl-stylesheets scrollkeeper gnome-doc-utils gtk-doc eggdbus-0.6 polkit
I did not install PAM. I installed polkit-0.96 with shadow patch (no PAM): ================================================================== # see http://alien.slackbook.org/ktown but this disappeared. PATCH1="http://alien.slackbook.org/ktown/4.4.3/source/deps/polkit/polkit-1- shadow.diff" LAST_FOUND_AT="http://mirrors.dotsrc.org/slackware/slackware-13.1/source/l/polkit/polkit-1-shadow.diff" UNDER="http://mirrors.dotsrc.org/slackware/slackware-13.1/source/l/polkit/" # group, user, unknown if unnecessary groupadd -fg 27 polkituser || echo "group exists" useradd -c "Policy Kit Daemon User" -d /dev/null -u 27 \ -g polkituser -s /bin/false polkituser || echo "user exists" patch -Np1 -i ../polkit-1-shadow.diff && autoreconf && ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-gtk-doc \ --docdir=/usr/doc/polkit-0.96 \ --enable-man-pages \ --mandir=/usr/man \ --disable-static \ --disable-introspection \ --with-authfw=shadow \ --enable-verbose-mode && make && make install Due to autoreconf, there was no possibility to --disable-gtk-doc -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
