Sun OpenSSO Enterprise 8.0 C API Reference for Application and Web Policy Agent Developers

Required C Libraries

The sample programs are run by launching a generated executable on the command line. The following sections contain instructions for the supported platforms. Be sure to set the library path appropriately for the platform you are using.

Solaris Operating System

For the SolarisTM operating System, set the LD_LIBRARY_PATH environment variable to include:

/usr/lib/mps:opensso-base/is_csdk/lib:/usr/lib:/usr/ucblib

Note –

The /usr/lib directory is included before the /usr/ucblib directory so that common programs (such as editors) will continue to function.


These directories contain the following shared libraries:

Linux Application Environment

For the Linux application environment, set the LD_LIBRARY_PATH environment variable to include:

/usr/lib/mps:opensso-base/is_csdk/lib:/usr/lib:/usr/ucblib

This directory contains the following shared libraries:

Microsoft Windows

When using Microsoft® Windows, you must have the \\opensso-base\is_csdk\bin directory in your path before launching the samples. Alternatively, you can run the run.bat script to launch the samples. The script will set your path appropriately.