<snip> > Does anyone have any suggestion on running multiple version of xerces/xalan > on one system? <snip>
Options (kind of unix-centric): (1) Put in different directories and have applications have different search paths and/or build paths (i.e. LD_LIBRARY_PATH and -L link directories). (2) Make the shared libraries have the version in the name (e.g. libxerces-c_2_0_1.so) and have applications link to a specific version. Rachael
