Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added a hint to fix builds that can't find Xerces libraries.

...

If the problem turns out to be an inability to locate or load the necessary libraries when running a test program, you may have a path issue. Sometimes, particularly on non-Linux systems, you'll have to set a LD_LIBRARY_PATH (or similar) variable to allow the link tests to succeed, just as you will often need to set the variable at runtime when using the software.

If packages are not installed in the default system defined locations then you can often specify the location of those packages to the configure command. For example, to specify the location of Xerces-C library when configuring XML-security :

Code Block
languagebash
./configure --without-xalan --disable-static --prefix=/opt/shibboleth-sp --with-xerces=/opt/shibboleth-sp