To execute an application that uses libpq, set the environment variable as shown below.
Required for compile/link
LD_LIBRARY_PATH
fujitsuEnterprisePostgresClientInstallDir/lib
Required for execution of the application
PGLOCALEDIR
fujitsuEnterprisePostgresClientInstallDir/share/locale
Example
Note that "<x>" indicates the product version.
> LD_LIBRARY_PATH=/opt/fsepv<x>client64/lib:$LD_LIBRARY_PATH;export LD_LIBRARY_PATH > PGLOCALEDIR=/opt/fsepv<x>client64/share/locale;export PGLOCALEDIR