The following environment variables need to be set to use C libraries:
Linux
Set the following environment variables:
PATH
LD_LIBRARY_PATH
PGLOCALEDIR
Example
This is an example of when the 32-bit version client package is installed.
> PATH=/opt/symfoclient32/bin:$PATH;export PATH > LD_LIBRARY_PATH=/opt/symfoclient32/lib:$LD_LIBRARY_PATH;export LD_LIBRARY_PATH > PGLOCALEDIR=/opt/symfoclient32/share/locale;export PGLOCALEDIR
Windows
Set the following environment variables:
PATH
LIB
INCLUDE
PGLOCALEDIR
Example
This is an example of when the 32-bit version client package is installed on a 64-bit operating system.
> SET PATH=%ProgramFiles(x86)%\Fujitsu\symfoclient32\bin;%ProgramFiles(x86)%\Fujitsu\symfoclient32\lib;%PATH% > SET LIB=%ProgramFiles(x86)%\Fujitsu\symfoclient32\lib;%LIB% > SET INCLUDE=%ProgramFiles(x86)%\Fujitsu\symfoclient32\include;%INCLUDE% > SET PGLOCALEDIR=%ProgramFiles(x86)%\Fujitsu\symfoclient32\share\locale