LSB_KRB_LIB_PATH

Syntax

LSB_KRB_LIB_PATH=path to krb5 lib

Description

Specify the library path that contains the krb5 libraries:

  • libkrb5.so
  • libcom_err.so
  • libk5crypto.so
  • libkrb5support.so

You can configure multiple paths in this parameter. These paths can be blank, comma or semicolon separated. LSF will load the libraries from these paths in the order you specified. Once loaded successfully, the search stops.

Default

On 32 bit platforms: /lib, /usr/lib, /usr/local/lib

On 64 bit platforms: /lib64, /usr/lib64, /usr/loca/lib64