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

Re: DB3 symbol collisions solved...



On Thu, Nov 16, 2000 at 03:27:33PM -0500, Ben Collins wrote:
> 
> Might have to do with the fact that it bind with a db3 specific symbol,
> and this gets the right one...I'll have to check.

That's probably why.  For the symbols that aren't shared between db2 and
db3, you get whatever you were compiled with, i.e., dbopen in db3 maps to
__db185_open so you won't get the db2 dbopen.  But for any symbols (probably
most of the weak ones) that are shared you'll be in trouble.
-- 
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: