To execute an application that uses libpq, set the environment variable as shown below.
Required for execution of the application
PGLOCALEDIR
fujitsuEnterprisePostgresClientInstallDir/share/locale
Example
"<x>" indicates the product version.
> PGLOCALEDIR=/opt/fsepv<x>client64/share/locale;export PGLOCALEDIR
Required for compile/link
LIB
fujitsuEnterprisePostgresClientInstallDir\lib
INCLUDE
fujitsuEnterprisePostgresClientInstallDir\include
Required for execution of the application
PATH
fujitsuEnterprisePostgresClientInstallDir\lib
PGLOCALEDIR
fujitsuEnterprisePostgresClientInstallDir\share\locale
Example
When the 32-bit version client package is installed on a 64-bit operating system. "<x>" indicates the product version.
> SET PATH=%ProgramFiles(x86)%\Fujitsu\fsepv<x>client32\lib;%PATH% > SET LIB=%ProgramFiles(x86)%\Fujitsu\fsepv<x>client32\lib;%LIB% > SET INCLUDE=%ProgramFiles(x86)%\Fujitsu\fsepv<x>client32\include;%INCLUDE% > SET PGLOCALEDIR=%ProgramFiles(x86)%\Fujitsu\fsepv<x>client32\share\locale