[EMAIL PROTECTED] writes: > I'm trying to install Xerces-perl in an user-directory, means not in > /usr/... but under /home/... and without root-permissions.
This should be fine. > I successfully installed perl and xerces-c in my Home-Directory. I set the > PATH environment to the bin directory and the LD_LIBRARY_PATH to the lib > directory. > The make and install of xerces-c worked well, to do this I had to set the > XERCESCROOT variable. Did you test any of the sample xerces-c programs like DOMCount? > t/AttributeList.....Can't load 'blib/arch/auto/XML/Xerces/Xerces.so' for > module XML::Xerces: /lib/libxerces-c1_5_2.so: undefined symbol: > setDoNamespaces__9DOMParserb at You're getting an undefined symbol error - and it looks like it is using Xerces-C-1.5.2, which is ancient history. I suggest using 2.0 or 2.1 (I'll be able to release 2.2 next week). jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
