Post-installation tasks for the SLM clients (UNIX only)

Ensure to complete these tasks for each system on which an SLM server and/or SLM client is installed.

Specifying libraries and classpaths for SLM client on UNIX

Complete these additional steps to configure the SLM client:

  1. Shared library path. The shared libraries of SLM client are in $SLMHOME/shlib. You must add that directory to the shared library search path:
    • LIBPATH: AIX
    • LD_LIBRARY_PATH: Solaris, IA64/HPUX, RedHat, SUSE

    Ensure this environment variable is exported to all processes.

  2. Classpath Java programs can also use SLM. For Java programs the environment variable CLASSPATH must be extended with the com_baan_bclm.jar file in the korn shell:

    export CLASSPATH=${CLASSPATH:+${CLASSPATH}:}$SLMHOME/java/com_baan_bclm.jar

  3. Ensure the CLASSPATH variable is exported to all Java programs that use SLM.