Hi all I'm now just building my second LFS 7.6 system where I decided to integrate PAM into the build, to not having to install shadow and libcap twice in order for PAM to work.
My order, diverting from the book, was: - ncurses (same) - attr (same) - acl (same) - pam (new) - sed (new) - libcap (new) - shadow (new) - psmisc (old) This got me into an error because PAM requires flex, which is not yet installed. So I moved flex before pam and that seemed to work fine. My question now is: shall a rebuild flex at the usual stage after m4 again? Does the flex build then change because of some optional dependency on flex? Kind regards Tim -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
