Details
Description
The pre-built Linux distribution of libxerces-c.so seems to have been built with
Intel development tools.
Linkage of an app using the pre-built distribution of libxerces-c.so fails,
referring to a needed shared library 'libcxa.so.1'. It appears that this library
belongs to or is related to Intel's suite of Linux development tools.
To resolve, I built and linked to a local copy of libxerces-c.so on Linux using
the native GNU compiler (g++3 on RH 7.2).