"Steven N. Hirsch" <[EMAIL PROTECTED]> writes:

> On 11 Jul 2002, Jason E. Stewart wrote:
> 
> What does the missing symbol demangle to?  I've seen numerous cases where 
> the library and client get built with different notions of parameter size, 
> type, etc.  It's worthwhile (assuming the base name of the routine is 
> present) to demangle both references and see if they jive.

Good idea, Steve. I don't think this is the case in this situation,
becuase the symbol is a global variable in the XMLUni class:

~/work/xml-xerces/perl $ nm -C blib/arch/auto/XML/Xerces/Xerces.so| grep 
fgNullPointerException_Name
         U XMLUni::fgNullPointerException_Name
0008881c t _wrap_val_XMLUni_fgNullPointerException_Name(sv *, magic *)

~/work/xml-xerces/perl $ nm blib/arch/auto/XML/Xerces/Xerces.so| grep 
fgNullPointerException_Name
         U _6XMLUni.fgNullPointerException_Name
0008881c t _wrap_val_XMLUni_fgNullPointerException_Name__FP2svP5magic

~/work/xml-xerces/perl $ nm $XERCESCROOT/lib/libxerces-c.so.20.0 | grep 
fgNullPointerException_Name
00432404 D _6XMLUni.fgNullPointerException_Name

~/work/xml-xerces/perl $ nm -C $XERCESCROOT/lib/libxerces-c.so.20.0 | grep 
fgNullPointerException_Name
00432404 D XMLUni::fgNullPointerException_Name

This error is what I get if DynaLoader.pm can't actually locate
libxerces.so

jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to