Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This package requires Xerces-C and OpenSSL, and can be built with or without Xalan-C, the Apache XSLT library. Shibboleth does not rely on that, so a typical non-Xalan command might be:

Code Block
./configure --without-xalan --disable-static --

...

prefix=/opt/shibboleth-sp


On Mac OS X, you may need to have the DYLD_LIBRARY_PATH set to the location of the ICU libraries, or run (where LDFLAGS points to the location of the ICU libraries):

Code Block
LDFLAGS='-L/opt/shibboleth-sp/lib' ./configure --without-xalan --prefix=/opt/shibboleth-sp

Windows

See this topic