[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Missing pam_userdb.so from libpam-modules



On Thu, Jan 20, 2005 at 08:42:45PM +0100, Michal Schmidt wrote:
> 
> $ gcc -ldb3 db3test.c  #this is what scares the pam ./configure script:
> /usr/lib/gcc/x86_64-linux/3.4.4/../../../../lib/libdb3.so: undefined 
> reference to `pthread_condattr_setpshared'

This seems to bug in the libdb3 package on gcc-3.4 archive.  The
libdb3 maintainers used a trick to prevent it from linking to
libpthread which the gcc-3.4 archive undid.

> The same test works fine on i386 Sid.

It also seems to work on pure64.

> I noticed that in db3's debian/rules there is a commented-out line:
> #export LD_ASSUME_KERNEL=2.4.24

Yes, that's the trick I'm talking about above.

The libdb people are working on fixing this properly for all
there versions (db2, db3, db4.1, db4.2), db4.0 is going to get
removed and db4.3 should be fine.


Kurt



Reply to: