"Erwin Frise" <[EMAIL PROTECTED]> writes: > Compile works fine but when the "make test" or a perl program reaches > "require XML::Xerces;" following error is thrown: > > Can't load 'blib/arch/auto/XML/Xerces/Xerces.so' for module XML::Xerces: > blib/arch/auto/XML/Xerces/Xerces.so: undefined symbol: > _6XMLUni.fgNullPointerException_Name at > /usr/lib/perl5/5.6.0/i586-linux/DynaLoader.pm line 200. > at blib/lib/XML/Xerces.pm line 8
That's a loader error, you've got an unresolved symbol. Possibly because LD_LIBRARY_PATH isn't set??? I hate loader problems. I don't suppose you have multiple versions of libxerces around do you? jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
