Digital Signatures

The stable distribution kits have been digitally signed (using GPG). For each distribution, there is an accompanying distribution.asc file in the same directory. The KEYS can be found in <http://xml.apache.org/xerces-c/keys/KEYS> .
Always test available signatures, e.g.,
> gpg --import KEYS
> gpg --verify xerces-c-src2_2_0.tar.gz.asc
or,
> pgpk -a KEYS
> pgpv xerces-c-src2_2_0.tar.gz.asc
or,
> pgp -ka KEYS
> pgp xerces-c-src2_2_0.tar.gz.asc

Platform / Compiler Combination

The latest stable binary distribution kits are built with the following Platform / Compiler combination

32 bit Binary Package Operating System Compiler
xerces-c2_2_0-win32.zip Windows NT 4.0 SP5 MSVC 6.0 SP3
xerces-c2_2_0-linux7.2Proton.tar.gz Redhat Linux 7.2 Intel C++ Compiler v6, icc
xerces-c2_2_0-AIX51_5.02.tar.gz AIX 5.1 xlC_r 5.0.2
xerces-c2_2_0-Sol2.7ForCC.tar.gz Solaris 2.7 Forte C++ Version 6 Update 2
xerces-c2_2_0-HP11ACC.tar.gz HP-UX 11.0 aCC A.03.13 with pthreads
xerces-c2_2_0-linux7.2_s390.tar.gz SuSE Linux 7.2 (S390) g++ 2.95
xerces-c2_2_0-linux8.0gcc32.tar.gz Redhat Linux 8.0 gcc 3.2 (i386)
xerces-c2_2_0-linux7.2gcc295.tar.gz Redhat Linux 7.2 gcc 2.95 (i386)
64 bit Binary Package Operating System Compiler
xerces-c2_2_0-winxp64Elec.tar.gz Windows XP, IA64 Intel C++ Compiler v7, ecl
xerces-c2_2_0-linux7.2Electron_64.tar.gz Redhat Linux 7.2, IA64 Intel C++ Compiler v6, ecc
xerces-c2_2_0-AIX51_5.02_64.tar.gz AIX 5.1 xlC_r 5.0.2
xerces-c2_2_0-Sol2.7ForCC_64.tar.gz Solaris 2.7 Forte C++ Version 6 Update 2
xerces-c2_2_0-HP11ACC_64.tar.gz HP-UX 11.0 aCC A.03.13 with pthreads

Back to Xerces-C