HP Micro Focus Object COBOL/UX Release Notes for Version B.12.35
76 Chapter 5
Known Problems, Limitations, and Fixes
Known Problems
Known Problems
You Must Set COBDIR, SHLIB_PATH, and
MANPATH
This version of HP Micro Focus Object COBOL/UX contains a defect that
requires that you set and export the environment variables COBDIR,
SHLIB_PATH, and MANPATH, even if you leave the product in the
default installation location (/opt/cobol/cobdir). To set and export
these environment variables (for the default COBOL installed location) ,
enter the following commands:
$ export COBDIR=/opt/cobol/cobdir
$ export SHLIB_PATH=$COBDIR/coblib
$ export MANPATH=$COBDIR/man:$MANPATH