On 9/2/07, Randy McMurchy <[EMAIL PROTECTED]> wrote: > Alan wrote: > > > Best way to fix is to remove all the libpam library files and > > simlinks, and then to recompile? > > Yes, this would for sure work (providing you followed the book) > as you would be replacing everything. > > However, were you able to find out what you did wrong causing > the symlink to point to an older version of the library? It > could be that all you need to do is properly recreate the > symlink. Only you know for sure. :-) > I may have used a later version of PAM than the book used, however I'm confused by the book command:
mv -v /usr/lib/libpam*.so.0* /lib && ln -v -sf ../../lib/libpam.so.0.81.3 /usr/lib/libpam.so && ln -v -sf ../../lib/libpamc.so.0.81.0 /usr/lib/libpamc.so && ln -v -sf ../../lib/libpam_misc.so.0.81.2 /usr/lib/libpam_misc.so I do not understand why those are 81.0; 81.2; and 81.3 when the download is 99.4 in the book, and I think I pulled 99.7, but have deleted the sources a while back. Alan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
