Re: Coredump - Xerces duplicated symbols
From: Fabien R (the_edge123.nospam_at_club-internet.fr)
Date: 02/11/05
- Previous message: Fred Zwarts: "Re: How to add a TZ87 drive on alphaserver 100 tru64 v4.0"
- In reply to: ender0123_at_gmail.com: "Coredump - Xerces duplicated symbols"
- Next in thread: ender0123_at_gmail.com: "Re: Coredump - Xerces duplicated symbols"
- Reply: ender0123_at_gmail.com: "Re: Coredump - Xerces duplicated symbols"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 11 Feb 2005 00:44:15 -0800
ender0123@gmail.com wrote in message news:<1107884881.717437.137170@g14g2000cwa.googlegroups.com>...
> 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
I built xerces 2.4 from the source code. I use the namespace xerces2_4
when I call a xerces function. I don't known if I can compile without
this directive. Have a look at the apache.org website.
-
Fabien
- Previous message: Fred Zwarts: "Re: How to add a TZ87 drive on alphaserver 100 tru64 v4.0"
- In reply to: ender0123_at_gmail.com: "Coredump - Xerces duplicated symbols"
- Next in thread: ender0123_at_gmail.com: "Re: Coredump - Xerces duplicated symbols"
- Reply: ender0123_at_gmail.com: "Re: Coredump - Xerces duplicated symbols"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|