Jeremy Huntwork schrieb: > On Oct 29, 2011, at 5:52 PM, Wayne Blaszczyk wrote: > > >> The Linux-PAM build fails for me, most likely due to the Bekkeley DB >> upgrade to 5.2.26. >> I get the following error: >> >> .libs/pam_userdb.o: In function `user_lookup': >> /sources/Linux-PAM-1.1.3/modules/pam_userdb/pam_userdb.c:159: undefined >> reference to `__db_ndbm_open' >> > > > Try building db with --enable-dbm. > > JH > >
linuxpam 1.1.4 does not support --enable-dbm trying with '--enable-db=db', the option to handle db/ndbm, fails with the above mentionned error. the only way is '--enable-db=no' without pam_userdb. not really propper, but as i don't use pam_userdb -> works for me tobias -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
