If you use the Pgpool-II command, set the following environment variables:
PATH environment variable
Add "Install Directory/bin".
LD_LIBRARY_PATH environment variable
Add "Install Directory/bin".
The following is an example of setting environment variables:
The following is an example of setting environment variables when the installation directory is "/ opt/fsepv < x > pgpool-II".
"< x >"” indicates the product version.
$ PATH=/opt/fsepv<x>pgpool-II/bin:$PATH ; export PATH
$ LD_LIBRARY_PATH=/opt/fsepv<x>pgpool-II/lib:$LD_LIBRARY_PATH ; export LD_LIBRARY_PATH