...
- Set
XERCESCROOT
to the root of the unpacked Xerces-C tarball
configure
Commands
$ OpenSSL: (not needed, just use what comes with your Linux)
$ LibCurllibcurl: (usually not needed, or use ./configure --disable-static --without-ca-bundle --enable-thread --prefix=/opt/shibboleth-sp
)
$ Log4Cpplog4cpp: ./configure --disable-static --disable-doxygen --prefix=/opt/shibboleth-sp
$ XercesCXerces-C: ./runConfigure -p linux -c gcc -x g++ -r pthread -b 32 -P /opt/shibboleth-sp
$ XmlSecurityCXML-Security-C: ./configure --without-xalan --prefix=/opt/shibboleth-sp
$ OpenSAML: ./configure --with-curl=/opt/shibboleth-sp --with-log4cpp=/opt/shibboleth-sp --prefix=/opt/shibboleth-sp -C
$ Shibboleth: ./configure --with-saml=/opt/shibboleth-sp --with-log4cpp=/opt/shibboleth-sp --enable-apache-20 --with-apxs2=/usr/sbin/apxs --prefix=/opt/shibboleth-sp -C
...