Coredump - Xerces duplicated symbols
ender0123_at_gmail.com
Date: 02/08/05
- Previous message: Reinhard Eigner: "Re: steps to configure ssh without password"
- Next in thread: Fabien R: "Re: Coredump - Xerces duplicated symbols"
- Reply: Fabien R: "Re: Coredump - Xerces duplicated symbols"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 8 Feb 2005 09:48:01 -0800
Hello,
We have a problem with Xerces duplicated symbols in libraries, which
causes a coredump.
We have developed a shared library (.so) using Xerces 2.3.0. Our
library is called by other external application, which links with many
others libraries. One of this libraries includes (embedded) Xerces
1.1.0.
xerces-c.so.23 - Our.so ------ ext.so (including Xerces 1.1.0)
|
App
Debugging application found out that Initilizing in App, Xerces 2.3.0,
internally calls to Initialize method from Xerces 1.1.0 (exported by
ext.so), it causes a coredump.
Is there any way to hide symbols of Xerces ext.so or, isolate
xerces-c.so.23 calls?
We have created static Xerces 2.3.0 library, but still calls Xerces
1.1.0. We are checking ld options, looking for option which allows hide
symbols, but we haven't results.
Any help would be appreciate,
Best regards,
J
- Previous message: Reinhard Eigner: "Re: steps to configure ssh without password"
- Next in thread: Fabien R: "Re: Coredump - Xerces duplicated symbols"
- Reply: Fabien R: "Re: Coredump - Xerces duplicated symbols"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|