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

Re: sasl and db2



Henrique de Moraes Holschuh <hmh@debian.org> wrote:

> I just compiled cyrus2 for unstable, and it links to db3 and libsasl7.  This
> causes the cyrus2 binaries to end up linking to db3 and db2.  No obvious
> segfaults, and everything seems to be working fine.  Maybe I just need to
> test more, but so far, every library in the chain seems to be dynamically
> linked to the db# it should: cyrus to db3, sasl to db2 (and glibc to db2 for
> the nss things, I think).

OK, the problem as I described it doesn't actually affect cyrus + libsasl
anymore because of the use of -Bsymbolic in the db libraries.  However,
this problem could still arise should there be a application that uses
db transactions with libsasl or another library that depends on libdb
since the txn_* functions kept their names in db3.
-- 
Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



Reply to: