Dave Wagler wrote:
> On Tue, Aug 6, 2013 at 4:31 PM, Bruce Dubbs <[email protected]> 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}: checking for pam_start in
>> -lpam"
>>
>> So do you have /bin/libpam.so?
>>
>
> I have /lib/libpam.so. Does that mean I did something wrong?

No, that's a typo on my part.  /lib/libpam.so is what you should have.
Perhaps you need to add

ln -s ../../lib/libpam.s0.83.1 /usr/lib/libpam.so

That's not in the book, but generally gcc looks in /usr/lib, but 
/lib/libpam.s0.83.1 does need to be in /lib.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to