Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-07 Thread Wayne Blaszczyk
On 07/08/13 12:39, Dave Wagler wrote: On Tue, Aug 6, 2013 at 4:22 PM, Wayne Blaszczyk wblas...@bigpond.net.auwrote: On 07/08/13 04:42, Dave Wagler wrote: I'm trying to install Polkit-0.111 with PAM support; the configure command prints these messages (among many others): checking

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-07 Thread Dave Wagler
On Wed, Aug 7, 2013 at 3:53 AM, Wayne Blaszczyk wblas...@bigpond.net.auwrote: --with-authfw=shadow: This parameter configures the package to use the Shadow rather than the Linux PAM Authentication framework. Remove it if you would like to use Linux PAM. By default, without the --with-authfw

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-07 Thread Armin K.
On 08/07/2013 01:21 PM, Dave Wagler wrote: On Wed, Aug 7, 2013 at 3:53 AM, Wayne Blaszczyk wblas...@bigpond.net.au mailto:wblas...@bigpond.net.au wrote: --with-authfw=shadow: This parameter configures the package to use the Shadow rather than the Linux PAM Authentication framework.

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-07 Thread Dave Wagler
On Tue, Aug 6, 2013 at 10:03 PM, Bruce Dubbs bruce.du...@gmail.com wrote: root [ /usr/src/Linux-PAM-1.1.6 ]# cat pamtest.c EOF char pam_start(); int main() { return pam_start(); } EOF root [ /usr/src/Linux-PAM-1.1.6 ]# gcc -o pamtest pamtest.c -lpam root [

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-07 Thread Bruce Dubbs
Dave Wagler wrote: On Tue, Aug 6, 2013 at 10:03 PM, Bruce Dubbs bruce.du...@gmail.com wrote: root [ /usr/src/Linux-PAM-1.1.6 ]# cat pamtest.c EOF char pam_start(); int main() { return pam_start(); } EOF root [ /usr/src/Linux-PAM-1.1.6 ]# gcc -o pamtest pamtest.c -lpam root [

[blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Dave Wagler
I'm trying to install Polkit-0.111 with PAM support; the configure command prints these messages (among many others): 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

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Ken Moffat
On Tue, Aug 06, 2013 at 01:42:23PM -0500, Dave Wagler wrote: I'm trying to install Polkit-0.111 with PAM support; the configure command prints these messages (among many others): checking security/pam_modutil.h usability... yes checking security/pam_modutil.h presence... yes checking for

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Dave Wagler
On Tue, Aug 6, 2013 at 2:31 PM, Ken Moffat zarniwh...@ntlworld.com wrote: On Tue, Aug 06, 2013 at 01:42:23PM -0500, Dave Wagler wrote: I'm trying to install Polkit-0.111 with PAM support; the configure command prints these messages (among many others): checking security/pam_modutil.h

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Wayne Blaszczyk
On 07/08/13 04:42, Dave Wagler wrote: I'm trying to install Polkit-0.111 with PAM support; the configure command prints these messages (among many others): checking security/pam_modutil.h usability... yes checking security/pam_modutil.h presence... yes checking for security/pam_modutil.h...

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Bruce Dubbs
Dave Wagler wrote: The polkit configure script is quite complicated. This is the only section that looks significant: have_pam=no if test $need_pam = yes ; then { $as_echo $as_me:${as_lineno-$LINENO}: checking for pam_start in -lpam So do you have /bin/libpam.so? 5 $as_echo_n

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Dave Wagler
On Tue, Aug 6, 2013 at 4:31 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: The polkit configure script is quite complicated. This is the only section that looks significant: have_pam=no if test $need_pam = yes ; then { $as_echo $as_me:${as_lineno-$LINENO}:

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Bruce Dubbs
Dave Wagler wrote: On Tue, Aug 6, 2013 at 4:31 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: The polkit configure script is quite complicated. This is the only section that looks significant: have_pam=no if test $need_pam = yes ; then { $as_echo

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Dave Wagler
On Tue, Aug 6, 2013 at 7:10 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: On Tue, Aug 6, 2013 at 4:31 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: The polkit configure script is quite complicated. This is the only section that looks

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Bruce Dubbs
Dave Wagler wrote: On Tue, Aug 6, 2013 at 7:10 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: On Tue, Aug 6, 2013 at 4:31 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: The polkit configure script is quite complicated. This is the only section that

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Dave Wagler
On Tue, Aug 6, 2013 at 4:22 PM, Wayne Blaszczyk wblas...@bigpond.net.auwrote: On 07/08/13 04:42, Dave Wagler wrote: I'm trying to install Polkit-0.111 with PAM support; the configure command prints these messages (among many others): checking security/pam_modutil.h usability... yes

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Dave Wagler
On Tue, Aug 6, 2013 at 9:37 PM, Bruce Dubbs bruce.du...@gmail.com wrote: # ln -s /lib/libpam.s0.83.1 /usr/lib/libpam.so so not s0 There was no error, so I reran the polkit configure; still doesn't recognize PAM. Fix the link and try this: # ldconfig $ cat

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Bruce Dubbs
Dave Wagler wrote: On Tue, Aug 6, 2013 at 9:37 PM, Bruce Dubbs bruce.du...@gmail.com wrote: # ln -s /lib/libpam.s0.83.1 /usr/lib/libpam.so so not s0 There was no error, so I reran the polkit configure; still doesn't recognize PAM. Fix the link and try this: #