On Sun, Nov 05, 2017 at 03:05:24PM -0500, Mark Gregory wrote:
> I am trying to install ConsoleKit2-1.0.2 per the BLFS Version 8.1 book
> with the Required (dbus-glib-0.108 and Xorg Libraries) and Recommended
> (Linux-PAM-1.3.0, Polkit-0.113+git_2919920+js38, and pm-utils-1.4.1)
> packages previously installed.
> 
> I have tried it a couple times, reinstalling Polkit and Linux-PAM and
> Shadow, but keep getting a message during ./configure that it can't find
> the PAM module.
> 
> Here are the last few lines of the configure script before it quits:
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking for pam_getenv in -lpam... no
> checking security/pam_modutil.h usability... yes
> checking security/pam_modutil.h presence... yes
> checking for security/pam_modutil.h... yes
> checking security/pam_ext.h usability... yes
> checking security/pam_ext.h presence... yes
> checking for security/pam_ext.h... yes
> checking for pam_syslog in -lpam... no
> 
> The two lines ending in "no" appear to be the problem.  What do I need
> to look at to diagnose / fix this?
> 
> Thanks,
> 
Hi Mark,

looking at my own logs I agree that the two 'no' items are the
problem.  When we install Linux-PAM, after 'make install' we run
chmod and then we move some libraries from /usr/lib to /lib, and
finally we make symlinks to them from /usr/lib.

I guess some or all of your symlinks are broken : try running 'file'
on them to see if that reports breakage.

If the symlinks are indeed broken, please review what you did in the
last install of Linux-PAM.  The instructions in the book should
work.  And to fix that : if you can login with PAM then what is in
/lib should be fine, so just recreate the symlinks from /usr/lib for
each of libpam*.so.

ĸen
-- 
Truth, in front of her huge walk-in wardrobe, selected black leather
boots with stiletto heels for such a barefaced truth.
                                     - Unseen Academicals
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to