Top
Symfoware Server V12.1.0 Installation and Setup Guide for Client
FUJITSU Software

4.1.2 Linux

PATH environment variable

Add "installationDirectory/bin".

MANPATH environment variable

Add "installationDirectory/share/man".

PGLOCALEDIR environment variable

Add "installationDirectory/share/locale".

LD_LIBRARY_PATH environment variable

Add "installationDirectory/lib".


Examples of environment variable configurations are shown below.

Example

This example is specific to 64-bit Linux.

$ PATH=/opt/symfoclient64/bin:$PATH ; export PATH
$ MANPATH=/opt/symfoclient64/share/man:$MANPATH ; export MANPATH
$ PGLOCALEDIR=/opt/symfoclient64/share/locale ; export PGLOCALEDIR
$ LD_LIBRARY_PATH=/opt/symfoclient64/lib:$LD_LIBRARY_PATH ; export LD_LIBRARY_PATH